
/* 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.

*/

body, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding:5px;
	font-size:10px;
	background-color: #EDEAE3; 
    border: 1px solid #D3C9B8; 		
}

a:link {
	text-decoration:underline;
	color:#000000;
}

a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {text-decoration:none;}

.tinytext {
	font-size:10px;
	color:#C0C0C0;
}

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

.slogan {
	font-size:16px;
	font-weight:bold;
	color:#164500;
}

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

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

.redtext {
	font-size:10px;
	font-weight:bold;
	color:#FFC0C0;
}

.errortext {
	font-size:10px;
	font-weight:bold;
	color:#FF4040;
}

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

.maintable {
	font-size:10px;
	margin:0px;
	width:100%;
}

.headertable {
	font-size:10px;
	margin:0px;
	width:100%;
}

.innertable {

	font-size:10px;
	margin:0px;
	width:100%;
}

.lcol {
/* background-color:#F5F7F3; */
	
	font-size:10px;
	padding:4px;
}

.mcol {
	/* background-color:#D3DDCE; */
	
	font-size:10px;
	padding:4px;
}

.dcol {
/*background-color:#1C5600; */
 border-bottom: 1px solid #a79472; 
 color: #a79472;
 font: 10pt/16pt tahoma, arial, sans serif; 
 text-decoration: none; 
 }

