html {
	margin:0px;
	height:100%;
	width:100%;
}

body
{
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#308898;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}

a:focus { outline:none; }


.none {
	text-decoration:none;
}

h1 {
	margin:0px;
	font-size:10px;
	color:#aaa;
	float:left;
}

h2
{
	margin:0px;
	font-size:18px;
	color:#308898;
}

h3
{
	margin:0px;
	padding:0px;
}

h4
{
	margin:0px;
	float:left;
}


input
{
	background:url(../images/inputtext_back.gif) repeat-x scroll left top;
	border-color:#B3B9C3 #E0E0E0 #E0E0E0 #B3B9C3;
	border-style:solid;
	border-width:1px;
	color:#444444;
	height:17px;
	margin:0;
	padding:2px 5px 0;
}
.plain
{
	border:0px;
	background:transparent;
	padding:0px;
}

.error
{
	border:1px solid #D41B54;
	background:url(../images/inputtext_back_red.gif) repeat-x scroll left top;
	background-Color:#FFE7E7;
}

select
{
	background:url(../images/inputtext_back.gif) repeat-x scroll left top;
	border-color:#B3B9C3 #E0E0E0 #E0E0E0 #B3B9C3;
	border-style:solid;
	border-width:1px;
	color:#444444;
	height:21px;
	margin:0;
}

textarea
{
	background:url(../images/inputtext_back.gif) repeat-x scroll left top;
	border-color:#B3B9C3 #E0E0E0 #E0E0E0 #B3B9C3;
	border-style:solid;
	border-width:1px;
	color:#444;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-Color:#fff;
	padding:5px;
}

form {
	margin:0px;
	padding:0px;
}

.pink { color:#308898; }
.blue { color:#FF8400; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Handles the position of the website */
div#webhandle_withoutsitebarad
{
	position: relative;
	width: 1025px;
	margin-left: -500px;
	left:45%;

	padding-top:0px;
	z-index:0;
}

div#webhandle
{
	position: relative;
	left: 50%;
	width: 900px;
	margin-left: -450px;

	padding-top:0px;
	z-index:0;
}


div#ad
{
	position:absolute;
	left:77px;
	top:151px;
	height:90px;
	width:750px;
}

div#webhandle div#header
{
	background:url('../images/header_back_neu.jpg') 0% 0% no-repeat;
	width:900px;
	height:105px;
}
div#webhandle div#footer
{
	background:url('../images/footer_back.jpg') 0% 0% no-repeat;

	width:900px;
	height:42px;
}


div#webhandle div#content
{
	background:url('../images/body_back_flow.jpg') 0% 0% repeat;

	width:900px;
}

div#webhandle div#content div#menu
{
	background:url('../images/menu_back_flow.jpg') 0% 0% repeat;

	width:886px;
	margin-left:7px;
	height:53px;
}

div#menu .item
{
	float:left;
	height:22px;
	padding-top:7px;
	margin:1px 0px;
	text-align:center;
	width:146px;
	font-weight:bold;
	border-right:1px solid #ddd;
	cursor:pointer;
}

div#menu .subitem {
	padding:5px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
div#menu .subitem.blue {
	background-Color:#FF8400;
}
div#menu .subitem.blue:hover {
	background-Color:#EF7400;
}
div#menu .subitem.pink {
	background-Color:#1CA1C0;
}
div#menu .subitem.pink:hover {
	background-Color:#0C91B0;
}

div#menu .pinkselected
{
	background:url('../images/menu_back_selected2.jpg') 0% 0% repeat;
	color:#fff;
}
div#menu .blueselected
{
	background:url('../images/menu_back_selected3.jpg') 0% 0% repeat;
	color:#fff;
}

div#menu .pinkback:hover
{
	background-Color:#1CA1C0;
	color:#fff;
}

div#menu .blueback:hover
{
	background-Color:#FF8400;
	color:#fff;
}

div#webhandle div#sitehandle
{
	width:880px;
	margin-left:10px;
	position:relative;
	top:-10px;
}
div#webhandle div#sitehandle div#sitecontent
{
	width:840px;
	padding:10px 20px 10px 20px;
}

div#head
{
	font-size:18px;
	color:#308898;
}

div#subhead
{
	padding:10px;
	background:url('../images/boxback.jpg');
	border:1px solid #ccc;
	margin:10px 0px 20px 0px;
	position:relative;
	width:825px;
	left:-5px;
}

span.partner {
	padding-left:20px;
	background:url('http://www.urlaubspartner.net/images/icons/bullet_red.png') 0% 0% no-repeat;
}

span.pagenavdefault {
	padding:2px;
	font-size:14px;
	border:1px solid #5E81B5;
}

span.pagenavcurrent {
	padding:2px;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	border:1px solid #9C0E34;
	background-Color:#D81B4E;
}

#backTopLink {
position:fixed;
padding:2px 4px;
color:#4E71A5 !important;
background-color:#fff;
}

.up_text {
	margin-top:5px;
}
.up_link {
	font-weight:bold;
}

div#helptext {
	background:url('../images/boxback.jpg');
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc;
}

div#errors {
	background-Color:#FF8400;
	color:#fff;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #DF6400;
	margin:10px 0px;
}

div#nextstep {
	background-Color:#308898;
	color:#fff;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #106878;
	text-align:center;
}

div#formdesc {
	float:left;
	height:17px;
	padding:2px 0px;
}

div.formdesc {
	float:left;
	height:17px;
	padding:2px 0px;
}

div#formvalue {
	float:left;
	height:17px;
}

div.formvalue {
	float:left;
	height:17px;
}

div.post {
	width:496px;
	background-Color:#fff;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}

div.post .title {
	padding:5px 10px 0px 10px;
	border-bottom:1px solid #eee;
	background:url('../images/boxback.jpg') 0% 0% repeat;
	height:75px;
}

div.post .content {
	padding:5px 10px 10px 10px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
  background:url('../images/boxback.jpg') repeat-x;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	font-size:11px;
    border-collapse: separate;
    border-spacing: 2px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
table.jCalendar th {
	background: #666;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #FAFBFD;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #7C98C3;
	color: #fff;
}
table.jCalendar td.selected {
	background: #D61C4D;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #D61C4D;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
