/* CSS Document */


body {
background-color:#333333;
background-image:url(../../images/body_bg.png);
background-repeat:repeat-x;
}

html, body {
height:100%;
}

#main{
margin-left:auto;
margin-right:auto;
margin-top:20px;
top:0px;
width:1000px;
}

#header{
height:249px;
width:1000px;
}
#header_top{
height:210px;
width:1000px;
}
#header #logo{
margin:0px;
height:210px;
width:230px;
left:-15px;
top:0px;
float:left;
}
#header #logo #logo_img{
padding-top:20px;
padding-left:25px;
}
#header #visual{
margin:0px;
height:210px;
width:770px;
float:left;
}
#header #spacer{
margin:0px;
height:39px;
width:230px;
float:left;
background-color:#eee;
}

.content_all{
background-color:#fff;
}

.content{
width:690px;
float:left;
min-height:400px;
background-color:#fff;
padding:40px;
}

#footer{
width:1000px;
height:40px;
background-color:#eee;
vertical-align:bottom;
}

#footer #publigroupe{
float:left;
padding-left:20px;
}
#footer #publigroupe img{
padding-top:15px;
}

#footer #copyright{
float:left;
padding-left:40px;
padding-top:12px;
color:#666;
}



.mitarbeiter{
width:345px;
height:90px;
cursor:pointer;
float:left;
margin-bottom:10px;
}
.mitarbeiter:hover{
background-color:#eee;
}
.mitarbeiter img{
float:left;
width:90px;
height:90px;
}
.m_text{
width: 230px;
float:left;
padding-left:10px;
font-size:10px;
}
