/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:hover, a:active, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004071;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 5px;
}
body {
	background-image: url(../images/bg.gif);
}
div#Seite {
	border: 1px solid black;
	margin: auto;    
	background-color: #fff;
	color: black;
	width: 900px;
}
div#line {
	border-top: solid #CCCCCC 1px;
	text-align:right;
	padding: 5px;
	margin: 10px 0 0 0;
}
.header {
	background-image: url(../images/oben.gif);
	height: 100px;
	width: 900px;
}

.footer {
	height: 20px;
	background-color: #004071;
	color:#FFFFFF;
	text-align:center;
	padding: 5px;
}
.menu {
	padding:5px;
	background-color: #FFFFFF;
	color:#FFFFFF;
	float: left;
	width:200px;
	margin:0 0 0 0;
}

.menu li {
	padding:3px;
	background-color: #FFFFFF;
	color:#000000;
	border-bottom:solid #CCCCCC 1px;
	margin:1px 1px 1px 1px;
}


.menu li li{
	padding:3px;
	background-color: #FFFFFF;
	color:#000000;
	border-bottom:solid #CCCCCC 0px;
	margin:1px 1px 1px 10px;
}
.menu a {
	text-decoration:none;
	color:#004071;
	font-size:12px;
	display: block;
}
.aktiv{
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #004071;/*#004071;*/
	display: block;
	margin:0px -3px -3px -2px;
	padding:5px;
}

.menu ul {
	padding:0px;
	margin: 0 0 0 0;
	list-style-type: none;	
}
.menu ul ul{
	margin:5px;
	border-top:solid #CCCCCC 1px;
}
.inahlt {
	background-color: #FFFFFF;
	color:#000000;
	text-align:left;
	margin:0 0 0 230px;
	width:auto;
}
.content {
	background-color: #FFFFFF;
	min-height: 600px;
	padding:5px;
	margin: 5px 5px 5px 5px;
}

* html .content {
	height: 500px;
}
.sitebar {
	background-color: #FFFFFF;
	height: 15px;
	float:left;
	width:630px;
	padding:5px;
	height:15px;
	border-bottom: dashed #000000 1px;
	margin-bottom: 10px;
}
.uhr {
	background-color: #FFFFFF;
	height: 15px;
	padding:5px;
	height:15px;
	text-align:right;
	border-bottom: dashed #000000 1px;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	border-bottom: solid #CCCCCC 1px;
	text-align:left;
	padding: 5px;
	color:#004071;
	margin:0 0 0px 0;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	text-align:left;
	color:#000000;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.submit{
	background:#D9E3FF;
	border:solid #000000 1px;
	font-weight:bold;

}

p {
margin: 0px 0px 10px 0px;
}

.hiddeninput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D9E3FF;
	border: solid #D9E3FF 1px;
}

.login {
	padding:20px;
	color:#000000;
	float: right;
	width:250px;
}
