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

body{
background-color: white;
font-family: Helvetica;
font-size: 11px;
color: #333;
}

#header{
width: 1024px;
height: 200px;
margin: 0px auto
}

#logo{
float: left;
margin-left: 25px;
margin-top: 145px;
}

#claim{
float: right;
background-image: url(claim.jpg);
background-repeat: no-repeat;
margin-top: 178px;
margin-right: 40px;
height: 12px;
width: 175px;
}

#footer{
height: 83px;
width: 1024px;
margin: 0px auto;
}

#cop{
background-image: url(copyright.jpg);
background-repeat: no-repeat;
width: 195px;
height: 13px;
margin-top: 70px;
margin-left: 412px;
}



/*Unternehmen*/
#blog1{
width: 100%;
border-top: 1px solid #333;
height: 21px;
}
#wrapper1{
width: 1024px;
margin: 0px auto;
padding-top: 6px;
padding-left: 50px;
}
.u{
color: #333;
text-decoration: none;
}

/*Service*/
#blog2{
width: 100%;
border-top: 1px solid #333333;
height: 21px;
}
#wrapper2{
width: 1024px;
margin: 0px auto;
padding-top: 6px;
padding-left: 50px;
}
.s{
color: #333;
text-decoration: none;
}


/*Kompetenzen*/
#blog3{
width: 100%;
border-top: 1px solid #333;
height: 21px;
}
#wrapper3{
width: 1024px;
margin: 0px auto;
padding-top: 6px;
padding-left: 50px;
}
.k{
color: #333;
text-decoration: none;
}


/*Ihre Fragen*/
#blog4{
width: 100%;
border-top: 1px solid #333;
height: 21px;
}
#wrapper4{
width: 1024px;
margin: 0px auto;
padding-top: 6px;
padding-left: 50px;
}
.f{
color: #333;
text-decoration: none;
}


/*Kontakt*/
#blog5{
width: 100%;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
height: 21px;
}
#wrapper5{
width: 1024px;
margin: 0px auto;
padding-top: 6px;
padding-left: 50px;
}
.kt{
color: #333;
text-decoration: none;
}















