@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	margin: 10px;
	background-color: #F2E1A6;
	width: 548px;
	}
body strong{
	color:#660000;
	font-weight:bold;
	}
p {
	margin: 0;
	padding: 0;
	}
a, a:link, a:visited {
	color:#AA8200;
	}		
a:hover, a:active {
	color:#660000;
	}	
table{
	font-size:12px;
	}
h1, h2, h3 {
	color: #660024;
	}

h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	}
img {
	border: 0px;
	}	
.adressleiste {
	font-size: 10px;
	color: #FFFFFF;
	}
.adressleiste a, .adressleiste a:link, .adressleiste a:visited {
	color: #FFFFFF;
	text-decoration:none;
	}
.adressleiste a:active, .adressleiste a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
.navigation { 
	text-decoration: none; 	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	font-size: 12px;
	padding-left:15px;
	}
.navigation a {
	text-decoration: none;
	font-weight: normal;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	}
.navigation a:hover, .navigation a:active {
	color:#E6BE47;
	}
.seitenboxen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#624700;
	line-height: 16px;
	background-repeat: repeat-x;
	background-position: center top;
	}	
.input01 {
	color:#000000;
	font-size:11px;
	background-color: #FFFFFF;
	border: 1px solid #D8DAE0;
}
.input02 {
	font-size:11px;
	background-color: #FFFFFF;
	border: 1px none #D8DAE0;
	color: #000000;
}
.formular {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAB2;
}

/*------------------Capcorn Buchungsformular-------------------------*/

/* verwendete Farben
white:     #FFFFFF
black:     #000000
lightblue: #4DA8DA
darkgrey:  #294460
middlegrey:#A3A8B2
lightgrey: #C8CBD1
green:	   #A6BC37

Es reicht nicht diese Farben hier oben zu ersetzen, das muß man schon unten im
Stylesheet selber machen. Heisser Tipp -> "Suchen und Ersetzen" und Farben sind
blitzschnell geändert.

*/
textarea {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	padding:1px;
	font-size:11px;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#C8D1CB;
	scrollbar-arrow-color:#000062;
	scrollbar-darkshadow-color:#DADADA;
	scrollbar-face-color:#E0E7F5;
	scrollbar-highlight-color:#DADADA;
	scrollbar-shadow-color:#000062;
	scrollbar-track-color:#DADADA;
	background-color:#E0E7F5;
}
.tinytext {
	font-size:9px;
	color:#C0C0C0;
}

.hotelpicture {
	border-width:1px;
	border-color:#FFFFFF;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
}

.inputface {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#FFFFFF;
}

.slogan {
	font-size:16px;
	font-weight:bold;
	backgrocolor:#000000;
}

.headline {
	font-size:12px;
	font-weight:normal;
}

.boldtext {
	font-size:11px;
	font-weight:bold;
}

.redtext {
	font-size:11px;
	font-weight:normal;
	color:#D00000;
}

.errortext {
	font-size:12px;
	font-weight:bold;
	color:#D00000;
}

.warntext {
	font-size:12px;
	font-weight:bold;
	color:#E00000;
}

.maintable {
	background-color:#FFFFFF;
	font-size:11px;
	margin:0px;
	width:100%;
}

.headertable {
	background-color:#000062;
	font-size:11px;
	margin:0px;
	width:100%;
}

.innertable {
	background-color:#FFFFFF;
	font-size:11px;
	margin:0px;
	width:100%;
}

.lcol {
	background-color:#FFFFFF;
	font-size:11px;
	padding:4px;
}

.mcol {
	background-color:#f6eed5;
	font-size:11px;
	padding:4px;
	font-weight:bold;
	color:#660000;
}

.dcol {
	background-color:#660000;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}


/* Selektiertes Menü */
.smen {
	background-color:#4D96FF;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}


/* Aktives Menü */
.amen {
	background-color:#000062;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}

/* Disabled Menü */
.nmen {
	background-color:#000062;
	font-size:11px;
	color:#808080;
	font-weight:bold;
	padding:4px;
}


.rcol {
	background-color:#FFC0C0;
	font-size:11px;
	padding:4px;
}

