@charset "utf-8";

*
    {
        font-family:arial;
    }

body
    {
        background: #AC9A8F url(../gfx/bgbody.gif) 0px 0px repeat-x;
        margin:0px;
        padding:0px;
        text-align:center;
    }
    
#site_container
    {
        width:832px;
        margin:auto;
        margin-top:30px;
    }
    
#header
    {
        float:left;
        width:494px;
        height:132px;
        margin:0px;
        background: url(../gfx/header.gif) 0px 0px no-repeat;
    }

#menu
    {
        float:left;
        width:494px;
        height:67px;
        margin:0px;
    }
    
#headline
    {
        float:left;
        text-align:left;
        width:469px;
        height:66px;
        margin:0px;
        padding:0px;
        padding-left:25px;
        background: #FFFFFF;
    }

* html #headline
    {
        width:494px;
    }

#picture_start
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_start.gif) 0px 0px no-repeat;
    }
    
#picture_vita
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_vita.gif) 0px 0px no-repeat;
    }    
    
#picture_presse
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_presse.gif) 0px 0px no-repeat;
    }
    
#picture_referenzen
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_referenzen.gif) 0px 0px no-repeat;
    }
    
#picture_links
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_links.gif) 0px 0px no-repeat;
    }

#picture_kontakt
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_kontakt.gif) 0px 0px no-repeat;
    }

#picture_programm
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_programm.gif) 0px 0px no-repeat;
    }

#picture_galerie
    {
        float:right;
        width:338px;
        height:265px;
        background: url(../gfx/bild_galerie.gif) 0px 0px no-repeat;
    }

#content
    {
        float:left;
        width:832px;
        background: url(../gfx/bgcontent.gif) 0px 0px repeat-y;
    }   
    
#left_col
    {
        float:left;
        width:444px;
        text-align:justify;
        color:#5B4F48;
        font-size:12px;
        margin:0px;
        padding-left:25px;
        padding-right:25px;
        padding-top:0px;
        padding-bottom:25px;
    } 
    
* html #left_col
    {
        width:494px;
    }
    
#right_col
    {
        float:right;
        width:282px;
        color:#5B4F48;
        font-size:12px;
        margin:0px;
        padding-left:10px;
        padding-right:46px;
        padding-top:10px;
        padding-bottom:10px;
    } 
    
* html #right_col
    {
        width:338px;
    }


#footer
    {
        float:left;
        width:832px;
        height:47px;
        margin:0px;
        background: url(../gfx/footer.gif) 0px 0px no-repeat;
    }
    
#sub_footer
    {
        margin-top:60px;
        text-align:center;
    }
    
h1
    {
        color:#5B4F48;
        margin:0px;
        margin-top:4px;
        font-size:22px;
        border-bottom:1px solid #C8B1A2;
    }

h2
    {
        color:#5B4F48;
        margin:0px;
        margin-top:4px;
        margin-bottom:8px;
        font-size:14px;
    }

#pfad_navi
    {
        text-align:left;;
        margin-top:14px;
        color:#5B4F48;
        font-size:11px;
    }    
    
a
    {
        color:#A18F83;
        text-decoration:none;
    }
    
a:hover
    {
        text-decoration:underline;    
    }    
    
a.weiss
    {
        color:#FFFFFF;
        text-decoration:none;
    }
    
a.weiss:hover
    {
        text-decoration:underline;    
    }
    
#pfad_navi a
    {
        font-size:11px;    
    }
    
#left_col th
    {
        text-align:left;
        color:#5B4F48;
        font-size:12px; 
        font-weight:bold;
    }    
    
#left_col td
    {
        text-align:left;
        color:#5B4F48;
        font-size:12px;    
    } 
    
.presse_art
    {
        width:75%;
        margin:auto;
        margin-bottom:30px;
    }

.ztg
    {
        text-align:right;
        font-size:11px;
    }
    
.programm_art
    {
        width:55%;
        margin:auto;
        margin-top:50px;
        margin-bottom:20px;
        text-align:center;
    }
    
#art_gross    
    {
        display:block;
        margin:auto;
        margin-top:75px;
        margin-bottom:20px;
        border:15px solid #FFFFFF;
    }
    
.info_kasten
    {
        text-align:left;
        width:80%;
        margin:auto;
        margin-bottom:30px;
        border:1px solid #C8B1A2;
        padding:10px;
    }

.info_lp
    {
        margin-top:8px;
        text-align:right;
    }    
    
#footer table
    {
        border-collapse:collapse;
        margin-bottom:20px;
    }

#footer td
    {
        color:#FFFFFF;
        font-size:11px;
    }

#footer td a
    {
        color:#FFFFFF;
        font-size:11px;
        line-height:14px;
        padding:4px;
    }
    
    
    
    
    
