@charset "utf-8";
/* CSS Document */

*                                       { margin: 0; padding: 0; }

html, body {  
margin:0;
background:url(../img/bg.jpg) top center repeat-x;
}

#container {
position:absolute;
width:980px;
margin:0px 0px 0px -490px;
left: 50%;
}

#top {
background:url("../img/mainpic.png") no-repeat;
width:980px;
height:352px;
outline: none;
}

#top2 {
width:980px;
height:100px;
outline: none;
}


#logo {
position:absolute;
display:block;
background:url("../img/logo.png") no-repeat;
width:280px;
height:80px;
top:15px;
outline: none;
}

.arrow_forward {}
.arrow_backward {}

.b_home {background:url("../img/menu/home.png") 0 0 no-repeat; position:absolute; display:block; width:51px; height:36px; top:63px; left:450px; outline: none;}
.b_home:hover {background-position: -51px 0;}
.b_home_s {background:url("../img/menu/home.png") -51px 0 no-repeat; position:absolute; display:block; width:51px; height:36px; top:63px; left:450px; outline: none;}


.b_dienstleistungen {position:absolute; display:block; background:url("../img/menu/dienstleistungen.png") 0 0 no-repeat; width:145px; height:36px; top:63px; left:536px; outline: none;}
.b_dienstleistungen:hover {background-position: -145px 0;}
.b_dienstleistungen_s {position:absolute; display:block; background:url("../img/menu/dienstleistungen.png") -145px 0 no-repeat; width:145px; height:36px; top:63px; left:536px; outline: none;}

.b_partner {position:absolute; display:block; background:url("../img/menu/partner.png") 0 0 no-repeat; width:65px; height:36px; top:63px; left:715px; outline: none;}
.b_partner:hover {background-position: -65px 0;}
.b_partner_s {position:absolute; display:block; background:url("../img/menu/partner.png") -65px 0 no-repeat; width:65px; height:36px; top:63px; left:715px; outline: none;}

.b_huau {position:absolute; display:block; background:url("../img/menu/huau.png") 0 0 no-repeat; width:57px; height:36px; top:63px; left:815px; outline: none;}
.b_huau:hover {background-position: -57px 0;}
.b_huau_s {position:absolute; display:block; background:url("../img/menu/huau.png") -57px 0 no-repeat; width:57px; height:36px; top:63px; left:815px; outline: none;}

.b_tuev {position:absolute; display:block; background:url("../img/menu/tuev.png") 0 0 no-repeat; width:68px; height:36px; top:63px; left:815px; outline: none;}
.b_tuev:hover {background-position: -68px 0;}
.b_tuev_s {position:absolute; display:block; background:url("../img/menu/tuev.png") -68px 0 no-repeat; width:68px; height:36px; top:63px; left:815px; outline: none;}

.b_kontakt {position:absolute; display:block; background:url("../img/menu/kontakt.png") 0 0 no-repeat; width:68px; height:36px; top:63px; left:911px; outline: none;}
.b_kontakt:hover {background-position: -68px 0;}
.b_kontakt_s {position:absolute; display:block; background:url("../img/menu/kontakt.png") -68px 0 no-repeat; width:68px; height:36px; top:63px; left:911px; outline: none;}


#mainpic {
width:980px;
height:252px;
}


#main {
width:980px;
margin:0px 10px 20px 10px;
}

#home {
width:700px;
}


#footer {
float:left;
width:980px;
border-top: 1px dotted #14558f;
padding: 5px 0px 20px 0px;
margin-top: 20px;
}





