/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12pt;
	font-family: 'Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
  color:#564b47;  
  padding:0px;
  margin:0px;
}

p, pre {
	margin: 0px; 
	padding: 2px 20px 2px 20px; 

}

a { 
	color: #ff66cc;
	font-size: 12px;
	background-color:transparent;
	text-decoration: none; 
}
 
pre { 
	color: #564b47;
	font-size: 12px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

.alignright {
	margin-top: 0; 
	text-align: right;
	font-size: 10px;
}

h2 {
	font-size:14px;
	padding-top:10px;
	padding-left: 20px;
	padding-bottom:30px;
	text-transform:uppercase;
	color: Red;
	background-color: transparent;
	text-align: left;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: left;
	color: #564b47;
	padding:5px 15px;
	margin:0px
}

strong { 
	font-size: 13pt;
}

#logo {
	background: url(bg_logo.jpg) repeat-x;
	height: 80px;
	margin: 0px;
	padding: 5px 10px 2px 0px;
	background-color: rgb(192, 211, 243); 
	vertical-align: bottom;  
	padding: 0px;
}

#menu {
	height: 25px;
	margin: 0px;
	border-top: 1px dotted Gray;
	border-bottom: 1px dotted Gray;
	/*padding: 0px 10px 2px 0px;*/
	padding: 0px;
	background-color: rgb(25, 88, 183);  
	vertical-align: top;  
}

/*  positioning-layers statisch und absolut */
#links {
	position: absolute;
	left: 0px;
	width: 160px;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
	/*height: 350px;
	background-color: rgb(25, 88, 183);*/
}

/* ====================== INHALT =========================*/
* html div#inhalt { 
  height: expression( this.scrollHeight < 411 ? "410px" : "auto" ); /* sets min-height for IE */
}
div#inhalt {
  min-height: 380px; /* sets min-height value for all standards-compliant browsers */
}
#inhalt {
	margin-top: 0px;
	margin-left: 160px; 
	padding-top: 20px;
	padding-left: 20px;
	border-left: 1px Gray dotted;
	background: url(inh_top.jpg) repeat-x;
	background-color: rgb(236, 236, 236); 
	min-width: 590px; 
	/*min-height: 420px;*/
	/*height: 100%;*/  
	z-index:20;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
	font-size: 12px;
}
#inhalt a {
	color: blue;
	border: 0px;
}
#inhalt a:hover{
	color: red;
}
#inhalt table {
	font-size: 10pt;
}
#inhalt table a.refund {
	font-size: 10pt;
	color: #564b47;
}
#inhalt table a:hover.refund {
	color: #000000;
}
#inhalt table a.non_refund {
	font-size: 10pt;
	color: red;
}
#inhalt table a:hover.non_refund {
	color: #3366CC;
}
/* ====================== END INHALT ========================= */

/* ================= GROUP REQUEST ========================== */
#group_request table, input, select, textarea {
	font-size: 9pt;
}
#forward_request table, input, select, textarea {
	font-size: 9pt;
}
#hotel_offer table, input, select, textarea {
	font-size: 9pt;
}
#guest_confirmation table, input, select, textarea {
	font-size: 9pt;
}
#guest_cancellation table, input, select, textarea {
	font-size: 9pt;
}
/* ================= END GROUP REQUEST ========================== */

#rechts {
position: absolute;
left: 606px;        
width: 160px;
color: #564b47;
margin: 0px; 
padding: 0px;
/*height: 350px;
background-color: rgb(25, 88, 183);*/
}
#pics {
position: absolute;
right: 0px;
top: 0px; 
/*z-index: 10;*/
}

#cursor {
	position: absolute;
	left: 470px;
	top: 35px; 
}
#button_city { 
	/*border-right: 1px solid rgb(0, 0, 0);*/ 
	 /* padding: 0pt 0pt 1em;*/ 
	 width: 160px; 
	 margin: 0px;
	 padding: 0px;
	 font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
	background-color: rgb(144, 186, 222); 
	color: rgb(51, 51, 51); 
}
#button_country { 
	/*border-right: 1px solid rgb(0, 0, 0);*/
	 /* padding: 0pt 0pt 1em;*/ 
	 width: 160px; 
	 margin: 0px;
	 padding: 0px;
	 font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
	background-color: rgb(216, 216, 216); 
	color: rgb(51, 51, 51); 
}
#button_city ul { 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;

/*	line-height:24px */
  }
#button_country ul { 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;

/*	line-height:24px */
  }
#button_city li { 
	border-bottom: 1px solid rgb(144, 186, 222);
	 margin: 0px; 
	 padding: 0px;
	 list-style-type: none; 
	 list-style-position: outside;
	 list-style-image: none; 
	height: 27px;
}
#button_country li { 
	border-bottom: 1px solid rgb(216, 216, 216);
	 margin: 0px; 
	 padding: 0px;
	 list-style-type: none; 
	 list-style-position: outside;
	 list-style-image: none; 
	height: 27px;
}
#button_city li a { 
border-left: 10px solid rgb(25, 88, 183); 
border-right: 10px solid rgb(80, 143, 196); 
padding: 5px 5px 5px 0.5em; 
display: block; 
background-color: rgb(33, 117, 188); 
color: rgb(255, 255, 255); 
text-decoration: none; 
font-weight:bold;
font-size: 10pt;
height: 7px;

voice-family: "\"}\"";
	voice-family: inherit;
height: 17px;
	
}
#button_country li a { 
border-left: 10px solid rgb(188, 206, 238); 
border-right: 10px solid rgb(141, 175, 235);
padding: 5px 5px 5px 0.5em; 
display: block; 
background-color: rgb(162, 189, 236); 
color: rgb(25, 88, 183); 
text-decoration: none; 
font-weight:bold;
font-size: 10pt;
height: 7px;

voice-family: "\"}\"";
	voice-family: inherit;
height: 17px;
	
}
html > body #button_city li a { width: auto; }
html > body #button_country li a { width: auto; }
#button_city li a:hover { 
	border-left: 10px solid rgb(28, 100, 209); 
	border-right: 10px solid rgb(91, 163, 224); 
	background-color: rgb(37, 134, 215);
	color: rgb(255, 255, 255); 
}
#button_country li a:hover { 
	border-left: 10px solid rgb(211, 220, 237); 
	border-right: 10px solid rgb(165, 190, 235); 
	background-color: rgb(185, 203, 235);
	color: rgb(25, 88, 183); 
}
.submitbutton {
	border: 1px solid rgb(37, 134, 215);
	background-color: rgb(25, 88, 183);
	color: rgb(255, 255, 255); 
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
	text-transform:uppercase;
}

/******** Menu **********/

.menuIndicateur{
    background: url(fleche.gif) center right no-repeat;
    }

/** Dropdowns **/


#nav {
        font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
        font-weight: bold;
        margin:0px;
        padding:0px;
        list-style-type: none;
       height: 25px; 
}
 #nav ul {
        font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif; 
        font-weight: bold;
        margin:0px;
        padding:0px;
        list-style-type: none;
       height: 25px; 
}
#nav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	padding:0px;
	height: 25px;
	width: 116px;
}
 #nav li ul { /* all lists */
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	list-style: none;
	width: 113px;
 height: 25px; 
}
#nav li ul { /* second-level lists */
position: absolute;
left: -1000px;
margin-left: 0px;
margin-top: 0px;
}
#nav li ul ul { /* third-and-above-level lists */
left: -1000px;
margin-top: 30px;
}
#nav li a {
width: 116px;
display: block;
font-weight: bold;
text-decoration: none;
padding: 0px;
padding: 3px 5px;
margin: 0;
color: rgb(255, 255, 255);
background-color: rgb(33, 117, 188); 
font-size: 10pt;
text-align: left;
padding-left: 5px;
border-left: 10px solid rgb(25, 88, 183);
border-top: 1px solid rgb(144, 186, 222);
padding: 5px 5px 5px 0.5em; 
height: 7px;
voice-family: "\"}\"";
voice-family: inherit;
height: 17px;
}	
#nav li a:hover {
color: rgb(255,255,255);
background-color: rgb(37, 134, 215); 
}

#nav .quick{
	width: 150px;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	padding-left: 0px;
	/*
	padding-top: 3px;*/
	color: rgb(255,255,255);
	background: none;
	font-size: 10pt;
	height: 25px;
	border-left: 10px solid red; 
	letter-spacing: 2pt; 
	text-align: center;

}
#nav a.encl {
	background-color: rgb(25, 88, 183);
	color: rgb(255,255,255);
	border:0px;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	padding: 2px 0px 0px 5px;
	height: 25px;
	text-align:center;
	width: 113px;
	height: 18px;
voice-family: "\"}\"";
voice-family: inherit;
height: 25px;
}	
#nav a.encl:hover {
color: rgb(255,255,255);
background-color: rgb(25, 88, 183);
border:0px;
border-left: 2px doted rgb(255,255,255);
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul {
left: -1000px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul { /* lists nested under hovered list items */
left: auto;
}

/** Support for the "iehover-fix.js" **/
#nav iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 0px;
/*
filter: alpha(opacity=0);
*/
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

}
/** end **/
#haupt4{
border: 0px;
}


/***** tables ****/
.white {
color: rgb(255, 255, 255);
font-size: 14px;
}
.white_big {
color: rgb(255, 255, 255);
font-size: 16px;

}

.red {
color: rgb(255, 0, 0);
font-size: 14px;
}
.red_small {
color: rgb(255, 0, 0);
font-size: 12px;
}
.blue{
color: rgb(28, 100, 209);
}
.hell_bl{
background: 0px -30px url(bg_logo.jpg) repeat-x;

}

.middle_bl{
background-color: rgb(28, 100, 209);

/*rgb(33, 117, 188);*/
padding-left: 10px;
}
.sr_small {
padding: 0px;
margin: 0px;
font-size: 12px;
font-weight: bold;
}
.sr_small-norm {
padding: 0px;
margin: 0px;
font-size: 12px;
}
.sr_normal{
padding: 0px;
margin: 0px;
}
.extralarge{
margin-top: 30px;
font-size: 14px;

}

/* shadow */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
	position:relative;
	}
#center {
	width: 1%;
	margin-left:10px;
	text-align: left;
	}

.hotel_pic {
border: 1px solid #CCCCCC !important;
padding: 5px;
background-color: #ffffff;
margin: 5px;
}
.show_td{
padding: 10px; 
/*padding-top:10px;*/
}
.button {
font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	background-color: #ccc; 
	color: red; 
	text-decoration: none; 
	text-transform: uppercase;

}

/* headers - SuchmaschinenOptimierung*/
.h12 {
position: absolute; top: -30px; left: 0px; z-index: 100; height: 30px; margin: 0px; margin-bottom: 10px;
}
.h-tag {
padding: 0px; line-height: 0.5; font-size: 8px; word-spacing: 0; text-indent: 0; margin: 0px;
}

.str1 {
font-size: 8px; color: #3C7ED8; word-spacing:2px; padding: 0px; padding-left: 20px; line-height: 0.5; margin: 0px;
}

.str2 {
font-size: 8px; color: #FF6600; word-spacing:2px; padding: 0px; padding-left: 20px; line-height: 0.5; margin: 0px;
}
.top_links {
position: absolute; color: rgb(25, 88, 183); top: 60px; left: 36px;  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;  vertical-align: baseline; padding: 0px; padding-left: 20px; margin: 0px; height: 50px
}

.discount {
    width: 190px;
    font-weight: bold;
    margin: 0px;
    padding-left: 0px;
    padding-top: 4px;
    color: rgb(255,102,0);
    background: none;
    font-size: 10pt;
    height: 20px;
		letter-spacing: 0pt; 
    /*text-align: center;*/
    padding-bottom: 0px;
}
/*#navi {
    background-color: rgb(25, 88, 183); 
    position: absolute; 
    top: 81px; 
    left: 0px; 
    z-index: 100; 
    height: 24px !important; 
    width: 623px; 
    padding: 0px; 
    margin: 0px;
}*/

.fieldset {
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	/*border-color: hsl(240,100%,35%);*/
}
.legend {
	color:#0020B3;
	font-weight:bold;
	font-style: italic;
}
.legend span {
	color:#009900;
	font-weight:bold;
	font-style: italic;
}

.highlight { display:none; }