@charset "utf-8";
/* CSS Document */

body, html, #container, #content, #navigation, #head, #footer {
margin: 0;
padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4D4D4D;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	text-align: center;
}

#container {
margin: 0 auto;
width: 774px;
}

#head {
background-image: url(images/head_be.jpg);
background-repeat: no-repeat;
height: 286px;
width: 774px;
text-align: right;
}

#navigation {
padding-right: 14px;
padding-top: 96px;
}

.navi1 {
height: 20px;
width: 327px;
background-image: url(images/bg_navi.png);
background-repeat: repeat-y;
text-align: center;
padding-left: 434px;
background-position: right;
font-size: 16px;
color: #000000;
}

.navi2 {
height: 20px;
width: 327px;
text-align: center;
padding-left: 434px;
font-size: 16px;
color: #000000;
}

#content {
width: 774px;
background-image: url(images/bg_text.png);
background-repeat: repeat-y;
background-position: center;
}

#text {
padding-left: 40px;
font-size: 12px;
width: 696px;
text-align: left;
}

#footer {
width: 774px;
background-image: url(images/footer.png);
height: 100px;
}


/* ___________________________ weitere Text-Struckturierung __________________ */

.uberschrift {
background-image: url(images/bg_uberschrift.png);
background-repeat: no-repeat;
height: 33px;
width: 696px;
text-align: center;
color: #FFFFFF;
padding-top: 8px;
text-decoration: underline;
font-weight: bold;
font-size: 16px;
}

.footertext {
padding-top: 35px;
font-size: 11px;
text-align: left;
padding-left:678px;
}

.footertext2 {
padding-top: 12px;
font-size: 11px;
text-align: center;
color: #999999;
}

.schwarzlink {
color: #000000;
}

a.navilink, a.navilink:link, a.navilink:visited {
color: #000000;
text-decoration: none;
}

a.navilink:hover, a.navilink:active {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a.hier {
color: #000000;
text-decoration: none;
font-weight: bold;
}