/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	width: 802px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 10% 50px 10%;
	}
#banner {
	width: 802px;
	height: 138px;
	background-image:url(../layout/banner.jpg);
	background-repeat: no-repeat;
	}
#status {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	height:20px;
	color: #999999;
	background-color: inherit;
	padding: 2px 0 0 10px;
	}
#status a {
	color: #999999;
	background-color: inherit;
	text-decoration: none;
	}
#status a:hover{ 
	color:#999999;
	background-color:inherit;
	text-decoration:underline;
	}
#navigation {
	width: 150px;
	margin-top: 15px;
	float: left;
	}
#navigation h2 {
	background-color:#006600;
	color: #FFFFFF;
	height: 22px;
	font-size: 1em;
	padding: 2px 0 0 5px;
	}
#navigation ul {
	list-style-position:inside;
	}
#navigation ul li{
	list-style-image: url(../layout/liststyle.gif);
	padding: 2px 0 5px 2px;
	font-size: 0.9em;
	}
.border {
	border-bottom: 1px solid #006600;
	}
.letze_liste {
	margin-bottom: 10px;
	}
#navigation a {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	}
#navigation a:hover{ 
	color:#006600;
	background-color:inherit;
	text-decoration:underline;
	}
#content {
	float:left;
	width: 482px;
	margin-top: 15px;
	margin-left: 15px;
	}
#content h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	}
#content h2 {
	font-size: 1em;
	color: #990000;
	background-color: inherit;
	margin-bottom: 10px;
	}
#content p {
	margin-bottom: 10px;
	}
#content ul {
	list-style-position: outside;
	margin-left: 40px;
	}
#content ul li{
	list-style-image: url(../layout/liststyle.gif);
	padding: 0 0 10px 5px;
	font-size: 0.9em;
	}
#content a {
	color: #006600;
	background-color: inherit;
	text-decoration: none;
	}
#content a:hover{ 
	color:#006600;
	background-color:inherit;
	text-decoration:underline;
	}
.imgleft {
  	margin-right: 10px;
	float: left;
  	}
.imgright {
 	margin-left: 10px;
	float:right;
	}
#rechts {
	float: right;
	margin-left: 15px;
	width: 140px;
	margin-top: 15px;
	}
#rechts h2 {
	background-color:#006600;
	color: #FFFFFF;
	height: 18px;
	font-size: 1em;
	padding: 2px 0 0 5px;
	}
#rechts h3 {
	background-color: #A2F9A4;
	color: #000000;
	height: 18px;
	font-size: 0.8em;
	padding: 2px 0 0 5px;
	font-weight:normal;
	margin-bottom: 10px;
	}

/*footer*/
#footer {
	clear:both;
	width: 802px;
	height: 20px;
	background-color:#006600;
	color: #FFFFFF;
	}
#footer p {
	margin: 2px 0 0 5px;
	}
#footer a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
#footer a:hover{ 
	color:#ffffff;
	background-color:inherit;
	text-decoration:underline;
	}
/* Navigationshilfe */
#hilfe {
	margin-top: 15px;
	}
#hilfe h2 {
	font-size: 1em;
	color: #990000;
	background-color: inherit;
	margin-bottom: 10px;
	}
#hilfe a {
	color: #006600;
	background-color: inherit;
	text-decoration: none;
	}
#hilfe a:hover{ 
	color:#006600;
	background-color:inherit;
	text-decoration:underline;
	}