/* CSS Document */
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 1000px;
	}
/* Für das Layout des Banners */
#logo {
	height: 76px;
	width: 160px;
	background-image: url(../layout/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
#header {
	background-image: url(../layout/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
	width: 840px;
	float: left;
}
#logo_unten {
	background-image: url(../layout/logo_unten.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 160px;
	float: left;
	}
#mission {
	margin-top: 5px;
	margin-left: 10px;
	width: 800px;
	float: left;
	padding: 1px;
	font-size: 1.6em;
	font-weight: bold;
	color:#990000;
	}
#status {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	color:#999999;
	background-color: inherit;
	margin-top: 5px;
	margin-left: 10px;
	width: 825px;
	float: left;
	padding: 1px;
	}
	
/*  für den Inhalt + Navigation */
#container {
	clear:both;
	}
	
/* Für die Navigation */
#navigation {
	width: 160px;
	float: left;
	padding-top: 18px;
	background-image: url(../layout/nav_background.gif);
	background-repeat: no-repeat;
	background-position: 14px top;
	margin-right: 15px;
	margin-bottom: 40px;
	}
#navigation h3 {
	background-image: url(../layout/navi.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 1em;
	padding-left: 12px;
	width: 147px;
	margin-top: 10px;
	}
.navoben {
	background-image: url(../layout/nav_oben.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 1em;
	padding-left: 13px;
	width: 147px;
	font-weight: bold;
	}
#navigation ul { 
	list-style-type: none;
	}
#navigation ul li {
	margin-top: 3px;
	padding-left: 13px;
	}
#navigation a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
#navigation a:hover { 
	color: #999999;
	background-color: inherit;
	text-decoration:underline;
	}
/* Inhalt */
#content {
	width: 630px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#content h1 {
	font-size: 1.4em;
	margin-bottom: 15px;
	}
#content h2 {
	font-size: 1em;
	color: #8FB53D;
	background-color: inherit;
	margin-bottom: 10px;
	}
#content h3 {
	background-image:url(../layout/footer.gif);
	height: 25px;
	font-size: 1em;
	padding-left: 5px;
	}
#content p {
	margin-bottom: 10px;
	}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* Footer */
#footer {
	clear: both;
	width: 1000px;
	height: 25px;
	background-image: url(../layout/footer.gif);
	background-repeat: repeat-x;
	}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#footer ul li{
	list-style-type: none;
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	}
#footer a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
	}
#content ul { 
	margin-left: 40px;
	}
#content ul a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
#content ul a:hover {
	color: #666666;
	text-decoration: underline;
	}
#content ul li{
	list-style-type: circle;
	list-style-position:inside;
	}
#content ul ul li{
	list-style-type: square;
	list-style-position:inside;
	}
#content ul li a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
#content ul li a:hover {
	color: #666666;
	text-decoration: underline;
	}
#content ul ul li a {
	color: #000000;
	background-color: inherit;
	}
#content ul ul li a:hover {
	color: #666666;
	text-decoration: underline;
	}