/* CSS Document _ Layout */

body {
background-color: #000000;
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
text-align:center; /* für zentrierung */
}


#outer {
padding: 5px 0px 0px 0px;
width:1100px;
height:auto;
margin:0 auto; /* für zentrierung */
text-align:left;
}

#box-left {
width:124px;
height:680px;
float:left;
background-color:#d9c116;
}

#box-right {
width:900px;
height:680px;
float:left;
}


#header {
padding: 0px 0px 0px 0px;
width:894px;
height:133px;
background-image: url(../images/header.jpg);
}

#sitebar-left{
background-image: url(../images/bg_menu.jpg);
width:125px;

height:372px;
float:left;
}

#content{
position:relative;
border:0;
width:657px;
height:500px;
overflow:auto;
/* background-color:#e8e9de; */
/* background-color:#a9a9a9 */
background-image: url(../images/content-bgc.jpg);
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;

}

img #content {
float:left;
}

dt#teaser{
display:block;
list-style:none;
position:relative;
padding: 21px 18px 0px 27px;
width:171px;
height:130px;
background-image: url(../images/teaser.png);
overflow:hidden;

}

#footer {
clear:both;
width:auto;
height:46px;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
text-align:left;
padding-left:40px;
}

dl#teaserGroup {
float:right;
position:relative;
margin-top:0;
width:222px;
}

img {
border:0;
}