@charset "utf-8";

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
background-color: #EDEDE7;
color: #000;
margin: 0px;
padding: 0px;
}


/******************************************************************************
    LAYOUT
******************************************************************************/

#wrapper {
position:absolute;
height:500px; 
width:900px;
margin:-250px 0px 0px -450px;
top: 50%; 
left: 50%;
text-align: left;
padding: 0px;
overflow: hidden;
}

#header_grafik {
height: 355px;
width: 900px;
background:url(../images/startseite_image.jpg) no-repeat;
}

#mainnav_wrap {
background-color: #4D606B;
height: 22px;
width: 900px;
text-align: center;
}

#inhaltsbereich {
height: 116px;
background-color: #BEC8CF;
}

#content_wrap {
height: 116px;
width: 737px;
float: left;
}

#content {
margin: 74px 67px 15px 25px;
border-bottom: 1px solid #4D606B; 
width: 645px;
height: 27px;
overflow: hidden;
}

#content p {
color: #4D606B;
line-height: 27px;

}

#content p.bodytext {
margin: 2px 0px 0px 0px;
padding: 0px;
}

#logo {
height: 116px;
width: 163px;
background:url(../images/startseite_logo.jpg) no-repeat;
float: left;
}

/******************************************************************************
    NAVIGATION
******************************************************************************/



#nav {
margin: 0;
padding: 0px 0px 0px 50px;
list-style: none;
/* line-height: 22px; */
}

#nav ul {
margin: 0;
padding: 3px 0px 0px 0px;
font-size: 13px;
}

#nav li {
float: left; 
list-style: none;

}

#nav a {
float: left;
color: #ffffff;
padding: 0px 10px 0px 10px;
text-decoration: none;

}

#nav a:hover, #nav a:active, #nav a:focus, #nav a.act {
color: #cccccc;

}

#nav li.linie {
border-right: 1px solid #FFFFFF;

}

/******************************************************************************
    DIVERSES
******************************************************************************/

.clear {
clear: both;
}

a:link {
       color:#333333;
       text-decoration: none;
}
a:visited {  
           color:#333333;
           text-decoration: none;
}
a:active {
          color:#333333;
          text-decoration: none;
}