@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	background-color: #000;
}
h1 {
	font-size: 1.7em;
	color: #E92D2B;
	font-weight: lighter;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #CCC;
	margin-top: 2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #999;
	margin-top: 2em;
}
#divGlobal {
	text-align: center;
	width: 800px;
	background-color: #1F1F1F;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divTitel {
	width: 640px;
	height: 100px;
	background-image: url(../images/titelbild.jpg);
	background-repeat: no-repeat;
	padding-top: 195px;
	padding-left: 160px;
}
#divInhalt {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 1.2em;
	color: #999;
}
#divMission1 {
	text-align: left;
	width: 520px;
	float: left;
}
#divMission2 {
	text-align: left;
	width: 230px;
	margin-top: 10px;
	float: left;
}
#divAnmerkung {
	font-weight: bold;
	background-color: #333;
	padding: 20px;
	text-align: center;
	line-height: 1.5em;
	color: #CCC;
	margin-top: 40px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
}
#divEnd {
	font-size: 0.6em;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	font-size: 0.6em;
	width: 640px;
	z-index: 1;
	top: 0px;
	right: 0px;
}
#menu a.hmenu, #menu a.hmenu:link, #menu a.hmenu:visited {
	display:block;
	width:80px;
	height:100px;
	color:#999;
	text-decoration:none;
	line-height:55px;
}
#menu a.hmenu, #menu a.hmenu:link, #menu a.hmenu:visited {
	float:left
}
#menu a.hmenu:hover {
	color: #FFF;
	background-color: #666;
}
#menu a.hmenu:active {
	color:#fff;
	background-color: #333;
}
#menu_aktiv {
	display:block;
	width:80px;
	height:100px;
	color:#FFF;
	text-decoration:none;
	line-height:55px;
	background-color: #E92D2B;
	float: left;
	font-weight: bold;
}
#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden
}
.List1 {
	list-style-image: url(../images/list1.jpg);
	list-style-position: outside;
}
.List2 {
	list-style-image: url(../images/list2.jpg);
	list-style-position: outside;
}
.Anmerkung {
	font-size: 0.5em;
	font-weight: bold;
}
.Links {
	text-decoration: underline;
	color: #999;
}

