/* rgb(208,235,56); */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana;
	background-color: #D0EB38
}


h1 {font-size:160%;color:#000000;}
h2 {font-size:130%;color:#000000;}
h3 {font-size:110%;color:#000000;}



a:link, a:visited, a:active, a:hover {
	color: rgb(5,80,1);
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

#kopfzeile {
	height: 5.1em;
	margin: 10px 5px 15px 5px;
	border-bottom: 2px solid #000000;
}

#kopfzeile h1 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 150px;
	font-size: 60%;
}

#kopfzeile h2 {
	font-size: 200%;
	text-align: center;
	margin-top: 10px;
	margin-left: 150px;
}


#links {
	float: left;
	width: 150px;
	line-height: 18px;
   	margin: 0px 10px; 
}

.search_box  {
	margin: 10px 0px;
}

.search_string {
	font-size: 14px;
	height: 18px;
	width: 90px;
}

.search_button {
	padding: 0;
	width: 50px;
	font-size: 12px;
}

#navigation {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigation li {
	border-top: 1px dotted #000000;
	}

#navigation li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	border-right: 7px solid #000000;
	text-decoration: none;
	padding: 7px 0 4px 10px;
	}

#navigation li a:hover {
	color: green;
	border-right: 7px solid green;
	}


#inhalt {
	margin: 0px 0px 0px 150px;
	text-align: left;
	padding: 0px 50px;
	min-height: 450px;
}

#inhalt h1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


#inhalt p {
	margin-bottom: 1em;
}

#inhalt ol, #inhalt ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

#inhalt table p {
	margin: 0;
}

.tabelle table, .tabelle td, .tabelle th {
	border: none;
}

.tabelle th {
	text-align: center;
	
}

.tabelle td {
	vertical-align: top;
	padding: 5px 5px 10px 5px;
}


.hinterlegt {
	background-color: rgb(251,255,215);
}

#fusszeile {
	clear: both;
	text-align: center;
	margin: 20px 0 20px 150px;
	font-size: 60%;
}

