/* DATEI: basis.css */


/* ------------- Header ------------------- */

#headerContainer {
width: 760px;
height: 140px;
padding: 0 30px 10px 30px;
background: url(../img/dot.gif) no-repeat bottom left;
}

#headerLogo {
width: 164px;
height: 140px;
overflow: hidden;
float: left;
margin-top: 0;
}

#headerImg {
float:right;
height: 140px;
overflow: hidden;
width: 574px;
background: url(../img/img1.jpg) no-repeat;
}

