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

* {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

body {
background-color: #afafaf;
height:100%;
min-height:100%;
text-align:center; /* für zentrierung */
}

#outer {
text-align:left;
background-color:#FFFFFF;
width:949px;
margin:0 auto; /* für zentrierung */
min-height:100%;
height:100%;
}

#menu {
position:relative;
background-color: #f8bc60;
line-height:30px;
width:949px;
}

#mainframe {
float:left;
margin-top:5px;
margin-left:5px;
width:99%;
height:100%;
min-height:100%;
background-color:#FFFFFF;
background-image: url(../images/bg_main.jpg);
background-repeat:repeat-y;
}

#bildlauf {
clear:both;
width:740px;
height:211px;
}

#teasergroup {
float:right;
margin-right:12px;
margin-top:-210px;
width:178px;
min-height:500px;
height:100%;
}

#misc1 {
float:left;
margin-top:5px;
background-image: url(../images/bg_left.jpg);
background-repeat:repeat;
width:175px;
min-height:500px;
height:100%;
}

#content {
float:left;
margin-left:5px;
margin-top:5px;
width:560px;
min-height:500px;
height:100%;
}


#footer {
position:relative;
clear:both;
background-color:#4a73a7;
line-height:35px;
top:5px;
}

img#track {
margin-bottom:20px;
}