/* 
SPEEDZONE - Fährräder der Extraklasse
© 2008 by BENRIC mediengestaltung
*/

html {
 height:100%;
}

body{
 background-color:#2f2b2c;
 background-image:url(../../style/images/layout/main_bg.jpg);
 background-repeat:repeat-x;
 color: #2e2b2b;
 font-family: Verdana, Arial, Tahoma;
 font-size:11px;
 line-height:14px;
 height:100%;
 margin:0;
 padding:0;
 text-align:center;
}

img{
 border:0px;
}

/* 
Box definition
*/
#content{
 background-image:url(../../style/images/layout/content_bg.jpg);
 background-repeat:repeat-y;
 line-height:15px;
 min-height:500px;
 padding:10px;
 text-align:left;
 width:879px;
}

#foot{
 background-image:url(../../style/images/layout/foot.jpg);
 background-repeat:no-repeat;
 height:33px;
 padding:10px;
 text-align:left;
 width:879px; 
}

#head{
 background-image:url(../../style/images/layout/head.jpg);
 background-repeat:no-repeat;
 height:101px;
 margin-top:10px;
 width:899px;
}

#mainbox{
 margin: 0 auto;
 padding:0;
 text-align: left;
 width:899px;
}

#mainsub{
 background-image:url(../../style/images/layout/bg_second.jpg);
 background-repeat:no-repeat;
 background-position:center top;
 margin:0;
 padding:0;
}

#main_menu{
 background-image:url(../../style/images/layout/menu.jpg);
 background-repeat:no-repeat;
 height:18px;
 padding-top:14px;
 width:899px;
}

#menubox{
 text-align:left;
 width:870px;
}

#picbox{
 background-image:url(../../style/images/layout/content_bg.jpg);
 background-repeat:repeat-y;
 height:350px;
 padding:10px 10px;
 width: 879px;
}

