/* Sexdate Seiten Style */
body{
background:#343434;
text-align:center;
}
a:focus{
outline:none;
}
#wrapper{
width:850px;
margin:0px auto;
background:#EAEAEA;
}
*html #wrapper{
overflow:hidden;
}
#header{
height:160px;
background:url('images/header_back.gif');
font-family:verdana;
text-align:left;
}
#header h1 a{
color:#fff;
margin-left:190px;
font-style:italic;
}
#header h1 a:hover{
color:yellow;
}
#header p{
width:650px;
text-align:left;
margin:10px 15px 0px 190px;
color:#fff;
}
#sidebar{
text-align:left;
background:#EAEAEA;
width:240px;
float:left;

}
*html #sidebar{
padding-top:13px;
}
#sidebar ul{
list-style:none;
}
#sidebar ul li{

}
#sidebar ul li a{
color:#000;
text-decoration:none;
font-family:verdana;
font-size:16px;
border-bottom:1px solid rgb(96,96,96);
}
#sidebar ul li a:hover{
color:rgb(240,0,0);
}
#sidebar img{
margin-left:4px;
}
#content{
width:606px;
float:right;
background:#EAEAEA;
text-align:justify;
}
#content p{
margin:10px 15px;
}
#footer{
padding-top:20px;
clear:both;
text-align:justify;
}
#footer p{
margin:10px 10px;
}
.footerimage{
text-align:center;
}
#bodenspace{
height:25px;
border-bottom:2px solid #353535;
}
