/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 101%;
	background-image:url(../img/bg_gradient.gif);
	background-repeat:repeat-x;
	
	scrollbar-3dlight-color:  #FFFFFF;
 	scrollbar-darkshadow-color:  #FFCC44;
 	scrollbar-highlight-color:  #FFCC44;
 	scrollbar-shadow-color:   #AAAAAA;
 	scrollbar-arrow-color:   #000000;
 	scrollbar-base-color:   #E1F2CB;
 	scrollbar-face-color:   #FFCC44;
 	scrollbar-track-color:   #FFCC44;
}
table {
font-size: 11px;
}

h1 {
	font-size: 18px;	
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
}
h2 {
	font-size: 14px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
}

h3 {
	font-size: 12px;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* center window */
div.alignCenter {
	height: 600px;
	width: 800px;
	background-color: #FFCC66;
	/*background-image: url(../img/b20.jpg);*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	
}
div.contentLeft {
	width: 599px;
	height: 600px;
	float: left;
	background-color: #FFCC44;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
	line-height:150%;
	text-align:left;
	
}
div.naviRight {
	width: 180px;
	height: 600px;
	float: right;
}

/* Men&uuml; */
/* links */
div.naviRight a {
	font-size: 14px;
	font-weight: 400;
	height:25px;
	color:#FFFFFF;
	display:block;
	margin-top: 50px;
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
	
}
/* aktuelle position */
div.naviRight a.current {
	font-weight:700;	
	color: #FF3333;
	font-color: #FF3333;
	display:block;
	
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
	background-color: #FFFFFF;
}
/* aktueller besuchter link */
div.naviRight a.current:visited {
	font-weight:700;	
	color: #FF3333;
	font-color: #FF3333;
	display:block;
	
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
	background-color: #FFFFFF;
}
/* alle anderen besuchten links */
div.naviRight a:visited {
	font-size: 14px;
	font-weight: 400;
	height:25px;
	color:#FFFFFF;
	display:block;	
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
}
/* aktueller link mit hover */
div.naviRight a.current:hover {
	font-weight:700;	
	color: #FF3333;
	font-color: #FF3333;
	display:block;
	
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
	background-color: #FFFFFF;
}
/* hover bei allen anderen besuchten links */
div.naviRight a:hover {
	font-weight:700;	
	color: #FF3333;
	display:block;	
	text-decoration:none;
	cursor:hand;
	padding-top:7px;
	background-color: #FFFFFF;
}
/*************** ende navi ****/
/* buchungsinformationen Links */
h1 a {
	font-size: 18px;
	font-weight: 700;
	color:#FFFFFF;
	display:block;
	text-align: right;
	text-decoration:none;
	cursor:hand;
	padding: 0px;
}
h1 a:hover {
	font-size: 18px;
	font-weight: 700;
	color:#FF3333;
	display:block;
	text-align: right;
	text-decoration:underline;
	cursor:hand;
}