@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {

}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#container {
	width: 930px;
	margin: 0 auto;
}

#header {
	height: 150px;
	position: relative;
}

#header h1 {
	height: 150px;
}

#header_datum {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 150px;
	height: 50px;
	color: #ffffff;
}

#header_nav {
	position: absolute;
	height: 50px;
	width: 700px;
	top: 95px;
	right: 5px;
	text-align: right;
}

#header_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	letter-spacing: 0.2em;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}

#header_nav a:hover {
	color: #FF0000;
}

#nav_rechts {
	background-color: #dcdcdc;
	float: right;
	width: 170px;
	height: 420px;
	padding: 30px 0 0 10px;
 visibility: hidden;
}

#nav_rechts a {
	color: #333333;
	text-decoration: none;
}

#nav_rechts a:hover {
	text-decoration: underline;
}
.nav_rechtsohneBtn {
	background-color:#CCCCCC;
	color:#333333;
	text-indent: 10px;
	padding: 10px 0 10px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.nav_rechtsBtn {
	height:25px;
	background-color:#CCCCCC;
	color:#333333;
	text-indent: 10px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.nav_rechtsBtn:hover {
	background-color:#999999;
}

#editContent {
	width: 750px;
	height: 450px;
	overflow: visible;
}
#editContent #Content {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 15px;
}
#editContent #Content p {
	margin-bottom: 5px;
}

#editContent #Content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006938;
}



#mainContent {
	background-color: #ffffff;
}

#footer {
	color: #333333;
	visibility: hidden;
}
#seminar {
	border: 1px solid #009933;
	padding: 5px;
}

#seminar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
