BODY {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		scrollbar-darkshadow-color: Black; 
		scrollbar-track-color: #cc9933; 
		scrollbar-face-color: Gold; 
		scrollbar-shadow-color: Black; 
		scrollbar-highlight-color: Goldenrod; 
		scrollbar-3dlight-color: Bisque; 
		scrollbar-arrow-color: Black;
}
/* ************************************ */
/*        LAYOUT NUR DURCH CSS          */
/* ************************************ */
#content {
width:800px;
margin-top:5px;
}
#leftcontent {
float:left;
width:140px;
background:#fffffff;
	}
#centercontent {
width:655px;
padding-left:5px;
}
#leiste {
  background-color:#B8860B;
  border: 1px solid Black;
  width : 770px;
  color : white;
  padding: 3px;
}
/* ************************************ */

.quellcode {
	background-color : #FFFAF0;
	scrollbar-3dlight-color : #FFFAF0;
	scrollbar-arrow-color : #FFFAF0;
	scrollbar-base-color : #FFFAF0;
	scrollbar-darkshadow-color : #FFFAF0;
	scrollbar-face-color : #FFFAF0;
	scrollbar-highlight-color : #FFFAF0;
	scrollbar-shadow-color : #FFFAF0;
	scrollbar-track-color : #FFFAF0;
	font-size : 12px;
	font-family : sans-serif;
	padding-left : 5px;
	padding-top : 5px;
	}

.border {
	border : 1px solid Black;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

.button {
	background-color : #FFD700;
	border : 1px solid Black;
	font-size : 9px;
	width: 70px;
	cursor : hand;
}

.formbutton {
	background-color : #FFD700;
	border : 1px solid Black;
	font-size : 10px;
	width: 120px;
	cursor : hand;
}

.inputbox {
	border: 1px solid black;
	background-color:#f5f5dc;
	font-size : 12px;
	padding-left : 2px;
}

.text
	{
	text-align: justify;
	color: White;
	font: 8pt Verdana, sans-serif;
	}

td.formname
	{
	color : White;
	background-color : #b8860b;
	font-weight : normal;
	padding-left : 5px;
	padding-right : 2px;
	padding-top : 3px;
	padding-bottom : 3px;
}
	
td.form
	{
	text-align: left;
	}
	
td.menue
	{
	text-align: center;
	}

td.head
	{
	text-align: left;
	font: 8pt Verdana, sans-serif;
	font-weight : bold;
	padding-left : 5px;
	padding-top : -2px;
	}
		
td.padding
	{
	padding-left : 5px;
	padding-top : 5px;	
	padding-bottom : 5px;
	padding-right : 5px;
	}
	
table.menuebg
    {
	border: thin;
	background-color : Gray;
	}
.menue
	{
	color: #00008B;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	}
td.menuetitle
    {
	color: #ffffff;
	font: 8pt Verdana, sans-serif;
	text-align: center;
	background-color : #b8860b;
	border-bottom: 1px solid black;
}
td
	{
	color: #00008B;
	font: 8pt Verdana, sans-serif;
}
td.center
	{
	color: #00008B;
	font: 8pt Verdana, sans-serif;
	text-align: center;	
}

/* alle ganz normalen Links */
a
	{
	color: #000080;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	}
a:active
	{
	color: #cc0000;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	}
a:visited
	{
	color: #000080;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	}
a:hover       
	{
	color: Red;
	font: 8pt Verdana, sans-serif;
	text-decoration: underline;
	}

	/* die Links bekommen eine Button-Form */
a.button:LINK,a.button:VISITED	{
	color: #00008B;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align : center;
}

a.button:HOVER {
	color : Red;
	font-weight: bold;
	background-color : #FFFFCC;
}

/* die Links in Feldern mit hellbraunem Hintergrund */
a.menue	{
	color: #ffffff;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
a.menue:VISITED {
	color : #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.menue:HOVER {
	color : Red;
	text-decoration: underline;
	font-weight: normal;
}
A.topnavi:LINK, A.topnavi:VISITED {font-family:verdana;font-size:11px;font-weight:bold;color:#ffffff;text-decoration:none;}
A.topnavi:HOVER {font-family:verdana;font-size:11px;font-weight:bold;color:#ffffff;text-decoration:underline;}

/* bottommenue ist nur für die Admin-Navigation */
a.bottommenue:LINK,a.bottommenue:VISITED,a.bottommenue:ACTIVE	{
	color: #000000;
	font: 8pt Verdana, sans-serif;
	text-decoration: none;
	background-color : #FFCC33;
	border : 1px solid Black;
	height : 20px;
	padding-left : 4px;
	padding-right : 5px;
	padding-bottom : 1px;
	padding-top : 1px;
}
a.bottommenue:HOVER {
	background-color : #FFFF99;
	color : #CC3333;
}

/* linke Admin-Navigation (Innen-Abstand der Links vom linken Rand) */
.padding_menue {
	padding-left: 8px;
}

/* ************************************ */
/*          AMAZON - SHOP				*/
/* ************************************ */
a.amazon_navi:LINK, a.amazon_navi:VISITED{color: #ffffff;font: 8pt Verdana, sans-serif;text-decoration: none;font-weight: normal;}
a.amazon_navi:HOVER {color : blue;text-decoration: underline;font-weight: normal;}

.dunkler_balken {width:770px;border:1px solid black;background-color:#b8860b;color:#000000;padding-bottom:2px;}

/* ************************************ */
/*          Hotel - Guide				*/
/* ************************************ */

/* Beginn der Datei style.css */
td, div, span, p, h1, form, h2, h3 { font-weight:normal; font-family:Arial,Helvetica,Tahoma; margin-bottom:0pt; margin-top:0pt; font-size:12px; }

/* general information, used on all pages */
.smalltext { color:#500000; font-size:10px; font-family:Arial,Helvetica,Tahoma; }

/* box with searchforms and statusline */
.topboxborder { background-color:#FFC895; }
.topboxinside { background-color:#FFEAC9; }
a.box:link { color:#500000; font-weight:bold; text-decoration:underline; }
a.box:visited { color:#500000; font-weight:bold; text-decoration:underline; }
a.box:hover { color:#800000; text-decoration:none; }
.inputform { color:#500000; background-color:#FFFFFF; font-size:11px; }
.button { color:#500000; font-size:11px; }

/* navigationtable on worldlevel (homepage) and countrylevel */
.nav { color:#500000; }
.nav:link { color:#500000; text-decoration:underline; }
.nav:visited { color:#500000; text-decoration:underline; }
.nav:hover { color:#800000; text-decoration:none; }
.navbold:link { color:#500000; font-weight:bold; }
.navbold:visited { color:#500000; font-weight:bold; }
.navbold:hover { color:#800000; font-weight:bold; }

/* hotellist with big table of hotels */
.listborder { background-color:#FFC895; }
.listhead { background-color:#FFC895; color:#500000; font-size:12px; }
a.listheadlink:link { color:#500000; text-decoration:underline; }
a.listheadlink:visited { color:#500000; text-decoration:underline; }
a.listheadlink:hover { color:#800000; text-decoration:none; }
.lback1 { background-color:#FFFFFF; }
.lback2 { background-color:#FFF1E2; }
.lnorm { color:#500000; font-size:12px; }
.lsmall { color:#500000; font-size:10px; }
.lbold { color:#500000; font-size:12px; }
a.lbold:link { color:#800000; font-weight:bold; text-decoration:underline; }
a.lbold:visited { color:#800000; font-weight:bold; text-decoration:underline; }
a.lbold:hover { color:#800000; text-decoration:none; }

/* hotellist footer: forward- and backward-links */
td.forwback { color:#8C6666; font-weight:bold; }
a.forwback:link { color:#8C6666; font-weight:normal; text-decoration:underline; }
a.forwback:visited { color:#8C6666; font-weight:normal; text-decoration:underline; }
a.forwback:hover { color:#8C6666; font-weight:normal; text-decoration:none; }

/* hotelsingle with individual text */
.singledata { color:#500000; font-size:12px; }
.singleborder { background-color:#FFC895; }
.singletext { color:#500000; font-size:12px; background-color:#FFF1E2; }
.singletitle { background-color:#FFC895; color:#500000; font-size:12px; font-weight:bold; }
.ssmalltitle { color:#500000; font-size:10px; }
.ssubtitle { background-color:#FFEAC9; color:#500000; font-size:12px; font-weight:bold; }
.sinfo { color:#500000; font-size:11px; font-style:italic; }
.ssmall { color:#500000; font-size:10px; }

.slinesnorm { background-color:#FFF1E2; color:#500000; font-size:12px; }
.sbarlight { color:#8C6666; font-size:11px; }

/* Form */
.bookingform { color:#500000; font-size:11px; }
.bookingtexts { color:#500000; font-size:11px; font-weight:bold; }

/* voteform */
.votebody { background-color:#FFFFFF; margin-bottom:0pt; margin-top:0pt; margin-left:0pt; margin-right:0pt; }
.vtableborder { background-color:#FFC895; }
.votebacktitle { background-color:#FFC895; }

.vstatuslines { color:#500000; }
.vtabletext { font-size:12px; color:#500000; }
.vtablebold { font-weight:bold; }
.vtablesmall { font-size:11px; color:#8C6666; }
a.vnav:link { font-size:12px; color:#500000; text-decoration:underline; }
a.vnav:visited { font-size:12px; color:#500000; text-decoration:underline; }
a.vnav:hover { font-size:12px; color:#800000; text-decoration:none; }

.vlback { background-color:#FFF1E2; }
.vrback { background-color:#FFFFFF; }
.votehover { background-color:#6699FF; }
/* Ende der Datei style.css */
