body {
    background: #f7f7f7;
    font-family: Verdana, Arial, sans-serif;
    color: #999;
    margin: 0;
}
#wrapper {
position: relative;
width: 892px; /*ORG=892px*/
margin: 0px auto;
padding: 0px;
background-color: #fff;
}
/* Hintergrund-Bild ....................................... */
#head_start { 
float: left;
position:relative;
width: 852px; /*ORG=892px*/
height: 584px; /*ORG=584px*/
background-image: url(img/head_start.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0px 20px 0 20px;
}
/* Logo ....................................... */
#head_logo { 
float: left;
position:relative;
width: 400px; /*ORG=400px*/
height: 520px; /*ORG=551px*/
margin: 0;
padding: 31px 0 0 0;
}
/* Navigation oben rechts ....................................... */
#head_topnavig { 
float: left;
position:relative;
text-align: right;
width: 452px; /*ORG=452px*/
height: 551px; /*ORG=551px*/
margin: 0;
padding: 0;
}
/* Hauptnavigation ....................................... */
#head_mainnavig { 
float: left;
position:relative;
width: 852px; /*ORG=852px*/
height: 33px; /*ORG=33px*/
margin: 0;
padding: 0;
}

#container {
float: left;
width: 892px;/*ORG=892*/
background-color: #fff;
margin: 0;
padding: 0;
}
/* KŠstchen Aktuell ....................................... */
#aktuell {
float:left;
width: 200px;/*ORG=233*/
height: 26px;/*ORG=33*/
display: block;
margin: 0;
padding: 7px 0 0 33px;
background-color: #fff8ed;
font-size: 12px;
color: #ff9900;
font-weight: bold;
}
#aktuell a {
color: #ff9900;
text-decoration: none;
}
#aktuell a:hover {
color: #333;
}
.aktuell_grau {
font-size: 12px;
font-weight: normal;
color: #999;
}

/* KŠstchen Check ....................................... */
#check {
float:left;
width: 156px;/*ORG=213*/
height: 49px;/*ORG=57*/
display: block;
margin: 0;
padding: 8px 0 0 57px;
background: url(img/check_start.jpg) no-repeat;
font-size: 12px;
color: #ff9900;
font-weight: bold;
}
#check a {
color: #ff9900;
text-decoration: none;
}
#check a:hover {
color: #333;
}
/* Adresse ....................................... */
#adresse {
float:left;
width: 646px;/*ORG=659*/
height: 26px;/*ORG=233*/
margin: 0;
padding: 7px 0 0 13px;
font-size: 12px;
color: #999;
}
#adresse a {
    text-decoration:none;
    color: #999;
}

.inside { position:relative; }

/* Clear ....................................... */

#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 8px;
	background-color: #fff;
	overflow:hidden;
}

/* Startseite ohne Highlight ....................................... */
.topnavigation li p
{
    margin: 0px;
    padding: 0 0 0 10px;
    color: #999;
    display:block;
    text-decoration: none;
}







