/*Html versuch*/

@import url("navigation_dropdown_menue.css");

html , body
{
    height: 100%;
}

body
{
    background-position:center;
    background-position:top;
    background-color:#AFAFAF;
    font-family: Verdana; 
    font-size: 9pt;
}
a
{
    color: #585;  
}
a:hover
{
    color: #000080;  
}
a img
{
    
}

#root_site
{
    background-color: #ddd;
    margin:20px auto 0 auto;
    bottom: 10px;
    position: relative;
    width:999px;
}

    #head_main_container
    {
        background-color: #bbb;
        width:100%;
        height:149px; 
    }
        .header_background
        {
            height: 100%;
            width: 100%;
            background: url(images/Visitenkarteneu.png) no-repeat;
            background-position: center;
            
        }
        .header_background table
        {
            padding-top: 50px;
            font-family: Verdana;
            font-size: 25pt;
            color: #fff;
            font-weight: bold;
            font-variant: small-caps;
        }
    
    #navi_main_container
    {
        background-color: #fff; 
        width: 100%;
        height:60px;  
    }   
    
        .navi_container
        {
            width: 100%;
            height: auto;
            padding-top: 10px;
        }
        
    #content_main_container
    {
        width:100%;
        height: auto;
        min-height: 300px;
        background-color: #ddd;
        overflow: hidden;
        
    }
        #karriere
        {
            padding-left: 110px;
            font-size: 12pt;
        }
        
        #myvita 
        {
            max-width: 700px;
            font-style: italic;
        }
        
        #Impressum
        {
            padding-top: 30px;
            font-family: Courier;
            font-size:12pt;
        }
            
        .content_table_headline
        {
            font-size: 15pt;
            font-weight: bold;
            font-variant: small-caps;
            border-bottom: dotted 1px #666;
            color: #5A7EBC;
            text-align: center;
        }
        #content_left_container
        {
            width: 70%;
            background-color:#ddd;
            float: left;
        }        
            #content_left
            {
                padding: 40px 0px 5px 0px;
                margin: 0 auto;
            }
                .news_box
                {
                    background-color: #C0C0C0;
                    padding: 5px 5px 5px 5px; 
                    border-radius: 5px;
                    margin: 20px 20px;
                } 
                .galerie
                {
                    max-width: 999px; 
                    margin-top: 20px;
                }
        #kontaktformular
        {
            margin-top: 70px;
        }
        
        #content_right_container
        {
            width: 30%;
            background-color:#ddd;
            float: right;
        }        
            #content_right
            {
                border-left: solid 1px #999999;
                margin-top: 30px;
                margin-bottom: 30px;
                width: 100%;     
                border-spacing: 15px; 
                   
            }
                #content_right td 
                {
                    text-align: left ;
                }
        
         #content_bildergalerie
        {
            width: 100%;
            height: 100%;
        } 
        #ausstellungen
        {
            font-size: 11pt;
            margin-top: 20px;
            margin-left: 250px;
        }      
    
    #footer_main_container
    {
        background: url(images/footer.png) no-repeat;
        width:100%;
        height: 50px;
        position: relative;
        bottom: 0;
        margin: 0 auto;
        margin-top: 50px;
    }

    