* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}


#wrapper { 
margin: 0 auto;
min-width: 680px;
max-width: 1024px;
width:expression(document.body.clientWidth < 682? "680px" : document.body.clientWidth > 1026? "1024px" : "auto");
overflow: hidden;
}


#header {
width: 929px;
padding: 10px;
height: 120px;
background: #75b2dd;
padding: 91px 0 0 95px;
}


#index_flower{
height: 215px;
width: 1024px;
background-image: url(../images/flowers_index.jpg);
}


#navigation {
width: 800px;
color: #FFF;
padding: 10px;
margin: 0px 0px 0px 204px;
background: #75b2dd;
}

ul#navlist{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li{
display: inline;
list-style-type: none;

}

#navlist a { 
padding: 3px 30px 10px 10px; 
}

#navlist a:link, #navlist a:visited{
color: #fff;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover{
color: #666;
text-decoration: none;
}







#christophhess{
background-image: url(../images/christophhess.png);
background-repeat: no-repeat;
width: 223px;
height: 31px;
margin-left: 109px;
}






#content { 
color: #595959;
background: #FFF;
margin: 0px;
}


#sidebar {
width: 180px;
float: left;
padding-left: 24px;
padding-top: 200px;
font-size: 12px;
}

#inhalt{
background-color:#fff;
padding: 40px 30px 20px 0;
font-size: 12px;
line-height: 18px;
}
#inhalt h1{ 
color: #595959;
font-size: 16px;
}
#inhalt h2{ 
color: #595959;
font-size: 16px;
}
#inhalt p {
display: block;
margin-bottom: 12px;
}




.shortnews{
padding: 0 0 5px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #D30547;
}
