html, body {
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-weight:bold;
font-size:12px;
background:url(bilder/bg.jpg);
}
a { text-decoration:none;}
img {
border:2px solid #333;
}
.ac {
text-align:center;
}

.al {
text-align:left;
}
.ar {
text-align:right;
}

.container {
width:760px;
margin: 0px auto;
margin-bottom: 30px;
}

.header {
height:510px;
background:url(bilder/bg_header.jpg) no-repeat;
position:relative;
}
.header .button {
position:relative;
left: 0;
top: 0;
width:760;
height:510px;
display: block;
cursor:pointer;
z-index:1;
}
.header .imgbox {
width: 295px;
position:absolute;
top:40px;
left:404px;
z-index:2;
}
.header .imgbox img {
margin:3px;
border:1px solid #333;
float: left;
width:136px;
height:95px;
}

.box .left {
float:left;
}
.box .left .headline {
width: 240px;
height:34px;
background:url(bilder/box_headline.jpg) no-repeat;
line-height:30px;
text-align:center;
}
.box .left .content {
background:url(bilder/box_bg.jpg);
height:222px;
width:240px;
}
.box .left .content ul {
padding:0;
margin: 0 0 0 25px;
}
.box .left .content li {
margin:5px 0 0 15px;
padding:0px;
text-align: left;
color:#ffd073;
text-align:left;
}
.box .right {
float:left;
width:520px;
}
.box .right img {
width: 507px;
height: 244px;
border: 1px solid #333;
margin: 3px;
}

