html, body {
    height:100%; /* wichtig */
    color:#FFFFFF;
    background-color:#000000;
    text-align:center;
    margin:0px;
    background-image:url(../images/hintergrund.jpg);
    background-repeat:no-repeat;
    background-position:center top;
}

.menuleiste {
    height:33px;
    width:950px;
}

.header {
    background-image:url(../images/header.png);
    background-repeat:no-repeat;
    width:950px;
    height:230px;
}

.footer {
    padding-left:5px;
    padding-right:5px;
    margin-left:2px;
    background-color:#222222;
    width:946px;
}

.abstand_oben_3{
    padding-top:3px;
    line-height:3px;
}

.seiteninhalt_aussen {
    width:950px;
    margin: 0px auto;
}

.inhalt {
    margin:5px;
    padding:5px;
    text-align:justify;
}

h1{
    font-size:18px;
    color:#ef1a1c;
    font-weight:bold;
    display:inline;
    line-height:17px;
}

h2{
    font-size:16px;
    color:#ef1a1c;
    font-weight:bold;
    display:inline;
}

h3{
    font-size:15px;
    color:#ef1a1c;
    font-weight:bold;
    display:inline;
}


ul.navigation_links {
    width:135px;
    margin:0;
    padding:0;
    list-style:none;
}


ul.navigation_links li a{
    display:block;
    font-size:18px;
    height:20px;
    width:135px;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:normal;
}

ul.navigation_links li{
    display:block;
    height:28px;
    width:135px;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:normal;
}

.padding_links_120 {
    padding-left:120px;
}

ul.navigation_links li a:hover{
    color:#ef1a1c;
    font-weight:normal;
}

.submenu_aktiv {
    font-size:14px;
    color:#ef1a1c;
}

.submenu {
    font-size:14px;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover{
    text-decoration:none;
    font-size:25px;
    font-weight:bold;
    color:#FFFFFF;
}

a.menu:hover {
    color:#000000;
}

a:link, a:visited, a:active, a:hover{
    text-decoration:none;
    color:#efe37d;
}

a:hover {
    color:#FFFFFF;
}

.navi_links {
    float:left;
    width:140px;
}

.inhalt_links{
    float:left;
    width:760px;
}

ul {
    list-style-image:url(../images/stern_aufz.png);
    padding-left: 25px;
}

img {
    border:0px;
    margin-bottom:9px;
}

div.menu_ausrichtung {
    text-align:left;
}

.menu_aktiv {
    color:#000000;
}

.linkesmenu_aktiv {
    color:#ef1a1c;
}

.clear {
    clear:both;
}

.links{
	float:left;
}

.footer_links{
    float:left;
    width:540px;
    text-align:left;
}

.footer_rechts{
    float:right;
    width:400px;
    text-align:right;
}

.meldung{
	border: 1px solid #FFFFFF;
	margin:0px;
	padding:0.5em;
	background-color:#1d4d8c;
}

.rot{
	color:#f22727;
}

.gruen{
	color:#5bf227;
}

.width150{
	width:150px;
}

.fett{
    font-weight:bold;
}