/**
 * CSS styles for DieDrei.com
 * @author Maren Zindler
 * @copyright Die Drei! Werbeagentur <www.diedrei.com>
 * @version 4.0.0
 * created 2010-07-06
 */
 

/*
###################################################
 general html structure
###################################################
*/

html, body {
margin-top:0px;
    }

body {
    background:#E6E8E8;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#252525;
    }

form {
    margin:0;
    padding:0;
    }

img {
    border:0;
    }

p {
    margin:0px 0px 0px 0px;
    }

h1 {
    font-size:18px;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:10px;
    }

h2 {
    font-size:12px;
    font-weight:bold;
    }
a, a:visited {
    text-decoration:none;
       color:#000066;
}
a:active, a:hover{
    text-decoration:underline;
    color:#000066;
}


/*
###################################################
Layout
###################################################
*/

#wrapper
    {
    width:1127px;
    margin:0 auto 0 auto;
    text-align:center;
    background:url(../upload/images/bg.gif) repeat-y;
    padding: 0px 72px 0px 72px;
    }

#wrapper_printer
    {
    width: auto;
    margin: 0.5cm 1cm 1.5cm 1.5cm;
    padding: 0;
    text-align:left;
    background:#FFFFFF;
    display: block;
    }

#main
    {
    text-align:left;
    width:985px;
    }

#header {
    height:145px;
    }
    
#header_logo {
    float:left;
    padding-left:36px;
    padding-top:30px;
    width:200px;
    }
    
#header_navi {
    text-align:right;
    float:right;
    width: 280px;
    padding-right:7px;
    padding-top:20px;
    }  
    

#content_left { 
    width:247px;
    float:left;
    }

#left_top{
    height:304px;
    background:#000066;
    margin-bottom:7px;
    }
#headline{
    color:#FFF;
    font-weight:bold;
    padding:20px 0 0 20px;
}

#left_news_header {
    height:28px;
    }
    
#left_news {
    font-size:11px;
    width:233px;
    height:345px;
    overflow:auto;
    padding: 7px 0px 0 7px;
    margin:0 0 7px 0;
    border-right:thin dotted #252525;
    }
#content_right{ 
    padding-left:7px;
    width:730px;
    float:right;
    }
#right_top{
    height:304px;
    margin-bottom:7px;
    }
#right_bottom{
    margin-bottom:7px;
    }
#right_bottom_big{
    padding:0 30px 0 0;
    margin-bottom:7px;
    }
.infobox_big_text{
    width:243px;
    float:right;
    }
    
#right_bottom_left_big{
    width:462px;
    font-size:12px;
    min-height:380px;
    border-right:thin dotted #252525;
    padding-right:7px;
    margin-bottom:7px;
    float:left;
}
#infobox_right{
    width:358px;
    padding-bottom:7px;
    height:108px;
    margin-bottom:7px;
    }
    
#infobox_right_last{
    width:358px;
    padding-bottom:7px;
    height:108px;
    }
    
#right_bottom_left{
    height:380px;
    width:358px;
    margin-bottom:7px;
    float:left;
}

#welcome_text{
    padding:7px 7px 0px 7px;
    height:138px;
} 
    
.text{
padding:7px 7px 7px 7px;
}
    
.text_printer{
padding:7px 7px 7px 7px;
}
    
.text_druckversion{
    font-family: Arial, Helvetica, Georgia,Palatino,"Palatino Linotype",FreeSerif,serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19px;
    width: 500px;
    padding:20px;
}
    
#blue_infobox{
    background:#e2e8f4;
    padding:0px 7px 7px 0px;
    height:228px;
}
#blue_infobox_text{
    padding:0px 0px 0px 7px;
    height:108px;
    font-style:italic;
    float:right;
}
#blue_infobox_pic{
    padding: 7px 7px 7px 7px;
    height:108px;
    width:108px;
    float:left;
}

#right_bottom_right_small{
    width:240px;
    font-size:11px;
    float:left;
    margin:31px 0px 7px 7px;
    padding-left:7px;
    }
    
#right_bottom_right_small h2{
    font-size:11px;
    font-weight:bold;
    }
   

#right_bottom_right{
    height:349px;
    border-left:thin dotted #252525;
    width:351px;
    float:left;
    margin:31px 0px 7px 7px;
    padding-left:7px;
    }

.infobox_right{
    width:358px;
    border-bottom:thin dotted #252525;
    padding-bottom:7px;
    height:107px;
    margin-bottom:6px;
    }
#infobox_right_last{
    width:358px;
    padding-bottom:7px;
    height:107px;
    }
    
.infobox_text{
    width:243px;
    float:right;
    }

.infobox_pic{
    width:107px;
    float:left;
    }

.clearer {
    clear:both;
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    }

#footer
    {
    border-top:thin dotted #252525;
    font-size:11px;
    height:62px;
    padding-top:22px;
    width:984px;
    }


#footer_end {
    background:url(../upload/images/footer_end.gif) no-repeat;
    width:1127px;
    margin:0 auto 0 auto;
    text-align:center;
    padding: 0px 72px 0px 72px;
    height:18px;
    }

.bildunterschrift{
font-size:11px;
}

#footer_copyright {
    width:1127px;
    margin:0 auto 0 auto;
    text-align:right;
    padding: 0px 72px 0px 72px;
}

#footer_copyright a {
    color:#AAAAAA;
    font-size:10px;
    text-decoration:none;
    padding-right:140px;
}
