/* CSS Document */

/* ========== Farben ========== 

grün: #5d8002
hellgrün: #e5f1c4
orange: #f29400
hellorange: #fae6c7

*/


/* ========== ALLGEMEINES ========== */

body {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
border: 0;
background: url(bg_body.jpg) top center repeat;
}


/* ========== CONTAINER ========== */

#body2 {
position:absolute;
width: 100%;
height: 675px;
background: url(DRIECT_flash_bg_berg.jpg) top center repeat-x;
z-index: 0;
}

#flash_container {
width: 1000px;
height: 675px;
position:absolute;
left: 50%;
margin: 0 0 0 -500px;
background:url(DRIECT_flash_bg.jpg) top center no-repeat;
z-index: 1;
}

#alternate_content {
width: 1000px;
height: 675px;
position:absolute;
left: 50%;
margin: 0 0 0 -500px;
background:url(DRIECT_flash_bg_berg.jpg) top center no-repeat;
z-index: 1;
}

#noflash {
padding: 200px 0 0 0;
}

div#noflash p {
color:#FFFFFF;
font-weight: bold;
background: #000000;
}

div#noflash p.no_bg {
background: transparent;
font-weight: bold;
}

div#noflash p.white_bg {
background: #FFFFFF;
color:#000000;
font-weight: bold;
}

div#noflash a {
color: #f29400;
}

div#noflash a:hover {
color: #999999;
}

