/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 90.01%;
	height: 100%;
	width: 100%;
	position: absolute;
}
/* Menu Strucktur */
#bgcolor {
	background-color: #009933;
	width: 780px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#body {
	background-color: #009933;
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
* html #body {width: 775px;}
#head {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}
#leftside {
	display: block;
	width: 160px;
	float: left;
	margin-right: 5px;
	display: block;
}
* html #leftside {width: 165px;}
#menu {
	background-color: #FFFF00;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 100.01%;
	font-weight: bold;
}
#counter{
	background-color: #FFFF00;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 80.01%;
}
#contens {
	display: block;
	background-color: #FFFFFF;
	background-image: url("images/background30bw.gif");
	background-repeat: no-repeat;
	background-position: center 90px;
	border-style: solid;
	border-width: 1px;
	margin-left: 168px;
	padding-left: 5px;
}
* html #contens {margin-left: 172px;}
/* Ueberschriften */
h1 {
	font: 125.01% arial;
	font-weight: bold;
}
h2 {
	font: 100.01% arial;
	font-weight: bold;
}
h3 {
	font: 80.01% arial;
	font-weight: bold;
}
h4 {
	font-family: arial;
	font-size: 100.01%;
	font-weight: normal;
}
a:link {
	font: 90.01% arial;
	color: #000000;
}
a:visited {
	font: 90.01% arial;
	color: #000000;
}
a:hover {
	font: 90.01% arial;
	color: #000000;
	font-weight: bold;
}
/* Menu Formatierungen */
#menu ul {
	margin: 0;
	padding: 0;
	border-style: none;
	width: 100%;
}
#menu li {
	display: block;
	list-style-type: none;
	width: 100%;
}
#menu li a:link {
	display: block;
	font: 90.01% arial;
	color: #000000;
	text-decoration: none;
}
#menu li a:visited {
	display: block;
	font: 90.01% arial;
	color: #000000;
	text-decoration: none;
}
#menu li a:hover {
   display: block;
	background-color: #009933;
	font: 90.01% arial;
	color: #000000;
	text-decoration: none;
}
#menu li a:focus {
	display: block;
	background-color: #009900;
	font: 90.01% arial;
	color: #000000;
	text-decoration: none;
}
/* Textformatierungen */
p:first-letter {
color: #006600;
font-weight: bold;
}
.noscript {
	font-size: 80%;
	color: #FF0000;
