/* hauptteile der site Urlaub und Tickets*/
body{
	background-color: #99FFFF;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: scroll;
}

#main{
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	width: 824px;
	min-height: 90px;
	padding: 0px;
	margin: auto;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.header{
	z-index: 10;
	position: absolute;
	background-image: url("../Hintergrund/Header.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color:#00FFFF;
	top: 0px;
	left: 0px;
	width: 824px;
	height: 90px;
	border-bottom: 3px solid #ffffff;
}

#inhalt{
	z-index: 9;
	position: absolute;
	background-color: #ffffff;
	top: 95px;
	left: 175px;
	width: 650px;
	min-height: 536px;
	margin-bottom: 5px;
	text-align: left;
}

.fusszeile{
	z-index: 15;
	position: absolute;
	background-image: url("../hintergrund/fusszeile_hg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px;
	width: 800px;
	height: 25px;
	margin: auto;
}

.nav_titel{
	background-color: #CCE6FF;
	color: #000000;
	width: 100%;
	height: 20px;
	line-height:20px;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -1px;
}

#nav_1{
	z-index: 10;
	position: absolute;
	background-color: #99CCFF;
	top: 96px;
	left: 0px;
	width: 168px;
	text-align: left;
	line-height: 20px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#nav_1 ul{
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_1 li a{
	display: block;
	color: #000000;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	border-top: 1px solid #ffffff;
}

#nav_1 li a:hover{
	background-color: #CCFFE6;
	border-top: 1px solid #ffffff;
}

#nav_1 .aktuell{
	background-color: #FFCC99;
	border-top: 1px solid #ffffff;
}

#nav_2{
	z-index: 10;
	position: absolute;
	background-color: #99CCFF;
	top: 480px;
	left: 0px;
	width: 168px;
	text-align: left;
	line-height: 20px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#nav_2 ul{
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_2 li a{
	display: block;
	color: #000000;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	border-top: 1px solid #ffffff;
}

#nav_2 li a:hover{
	background-color: #E6FFCC;
	border-top: 1px solid #ffffff;
}

#nav_2 .aktuell{
	background-color: #FFE6CC;
	border-top: 1px solid #ffffff;
}

.val{
	z-index:15;
	position: absolute;
	text-decoration: none;
	left: 50px;
	bottom: 5px;
}
