body {
background-color: #fff;
background-image: url(images/body-bg.png);
background-repeat: repeat-x;
background-position: left top;
margin: 0;
padding: 0;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

/* *** Links etc *** */

div#header-mainnavi a:link, div#header-mainnavi a:visited, div#header-mainnavi a:active, div#header a img {
border: 0;
text-decoration: none;
color: #fff;
}
div#header-mainnavi a span {
font-size: 14px;
}
div#header-mainnavi a:hover {
color: #ddd;
}
div#footer a:link, div#footer a:visited, div#footer a:active, div#footer a img {
border: 0;
text-decoration: none;
color: #fff;
font-weight: bold;
}
div#footer a:hover {
color: #ddd;
}

/* *** Header *** */

div#header {
width: 900px;
position: absolute;
left: 50%;
top: 0;
margin-left: -450px;
color: #fff;
}



/* *** Suchfeld *** */

div#headersuche {
height: 20px;
margin-bottom: 0;
padding: 0;
width: 205px;
position: absolute;
top: 20px;
right: 0;
}

form#header-suche {
margin-bottom: 0;
padding: 0;
}

form#header-suche input.text {
float: left;
width: 155px;
height: 16px;
border: 1px solid #434343;
background-color: #fff;
font-size: 12px;
margin-right: 5px;
padding: 0 5px 0 5px;
}

form#header-suche input.button {
float: left;
display: block;
width: 30px;
height: 20px;
border: 0;
background-color: #434343;
background-image: url(images/header-suche-button.png);
background-repeat: no-repeat;
font-size: 1%;
}

/* *** Header-Mitte *** */

div#header-logobereich {

}

div#logobereich-left {
float: left;
margin-left: 15px;
width: 370px;
text-align: left;
}

div#logobereich-right {
float: right;
margin-right: 10px;
width: 450px;
height: 168px;
color: #000;
text-align: right;
position: relative;
}

div#headersuche a:link, div#headersuche a:visited, div#headersuche a:active {
color: #000;
font-size: 10px;
text-decoration: none;
margin-right: 40px;
}
div#headersuche a:hover {
text-decoration: underline;
color: #999;
}

/* *** Navileiste *** */

div#header-mainnavi {
width: 900px;
height: 50px;
background-color: transparent;
background-image: url(images/header-mainnavi.png);
background-repeat: no-repeat;
background-position: center top;

}

div#mainnavi-links {
margin-left: 30px;
/* margin-top: */
}

div#mainnavi-links span.inaktiv {
	font-style: italic;
	color: #999;
	font-weight: bold;
	line-height: 50px;
}

div#mainnavi-links a {
font-weight: bold;
display: block;
padding: 0 15px 0 15px;
height: 50px;
line-height: 50px;
float: left;
}

div#mainnavi-links a:hover {
background-image: url(images/header-mainnavi-hover.png);
background-repeat: repeat-x;
background-position: center top;
color: #fff;
}

/* *** Footer *** */

div#footer {
position: absolute;
width: 900px;
height: 47px;
left: 50%;
margin-left: -450px;
bottom: 20px;
background-color: #94200a;
background-image: url(images/footer-bg.png);
text-align: center;
line-height: 47px;
color: #fff;
}

/* *** Sonstiges *** */

a.redbutton:link, a.redbutton:visited, a.redbutton:active {
display: block;
text-align: center;
width: 135px;
height: 31px;
line-height: 30px;
background: #831c09 url(images/button-red.png) no-repeat 0 0;
margin: 138px 0 0 6px;
float: right;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
a.redbutton:hover {
color: #ddd;
}


div.cleardiv {
clear: both;
}