html {
	scrollbar-base-color: #F8CE30;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
	color: #FFFFFF;
	background-color: #F8CE30;
}
h1, h2, p, form {
	margin:0px;
	padding:0px;
}
h1 {
	color: #F8CE30;
	font-size:150%;
	margin-bottom:20px;
}
h2 {
	color: #F8CE30;
	font-size:120%;
	margin-bottom:2px;
}
a {
	font-weight: bold; 
}
a:link {
	color: #F8CE30;
}
a:visited {
	color: #F8CE30;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#navi a:link { color: #000000; text-decoration: none; } 
#navi a:visited { color: #000000; text-decoration: none; } 
#navi a:hover { color: #00838A; text-decoration: none; }
#navi a:active { color: #990000; text-decoration: none; }

#header, #content, #navi { 
	position:absolute;
	width:750px;
	left:50%; 
	right:50%; 
	margin-left:-375px; 
}
#header {
	top:0px;
	height:135px;
	z-index:1;
}
#content {
	top:255px;
	z-index:2;
	background-color: #00838A;
}
.smalltext {
	font-size:80%;
}
#navi {
	top:160px;
	height:92px;
	color: #333333;
	z-index:3;
}
.menu {
	float: left;
	width:16%;
	text-align: center;
	margin-right: 3px;
	margin-left: 2px;
}
.menunospace {
	margin-right: 0px;
}

.content {
	width:700px;
	margin-left: 25px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.red {
	color: #FF0000;
}
input, submit, textarea, select {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color:#B0D8DA;
	border-width: 1px;
	border-top-style:dotted;
	border-top-color: #333333;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #333333;
}
submit {
	font-size: 100%;
}
.tablespace {
	padding-top: 2px;
	padding-bottom: 2px;
}
.box1 {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #006F78;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004953;
}
.box2 {
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004953;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #004953;
}
.box50 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #00929A;
	width:340px;
	float:left;
}
.nonprint {}

@media print
{
	body {
		line-height: 140%;
		color: #000000;
		background-color: #FFFFFF;
	}
	
	#navi, #header, #hauptnavi, #subnavi, .nonprint {display:none;}
	
	#content {
		position:absolute;
		width:750px;
		left:0px;
		top:0px;
		margin-left:0px;
		z-index:2;
		background-color: #FFFFFF;
		border: 3px double #FFCC00;		
	}
	.content {
		margin-left: 25px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	h1, h2, a:visited, a:link  {
		color: #00838A;
	}

}
