/* HTML Tutorial Stylesheet Script 1.0*/
/* Autor HK Sound & Light */

@import url("navigation_drobdown_menue.css");
@import url("album.css");

body
{
    /*background: url(images/website-backgrounds-free.jpg)no-repeat; */
    background-color: #000000;
    background-position: center;
    background-position: top;
    font-family: Verdana;
    font-size: 10pt;   
    
}

a
{
    color: #558855;    
}

a:hover
{
    color: #009966;  
}

a img
{
    
}

/* Root_side setup*/

#root_side
{
    margin-top: 30px;
    width: 1061px;
    height: auto;
    background-color: #FFF;
    
    
}

    #head_main_container
    {  
        background-color: #FFF;   
        width: 100%;
        height: auto;   
    }
    
        .header_background
        {
            height: 103px;
            width: 1061px;
            background: url(images/Banner_02.jpg)no-repeat;
            background-position: center;
        }
    
    #navi_main_container
    {
        background-color: #FFF;    
        width: 100%;
        height: 40px;                  
    }
    
        .navi_container
        {
            width: 100%;
            height: 40px;
            padding-top: 0px;
             
        }
    
    #content_main_container
    {
        background-color: #FFF;
        width: 100%;
        height: auto;
        float: left;                    
    }
    
        .content_left_main
        {
            width: 100%;
            height: 100%;
            float: left; 
            background-color: #FFF
                                    
        }         
            .content_left_table
            {
                width: 1061px;
                padding: 10px 30px 10px 30px;
                
                
            }
                .news_boxes
                {
                    background-color: #CCCCCC;
                    padding: 3px 3px 3px 3px;
                    border-radius: 10px;
                    width: 100%;    
                }
        
       
                .content_table_headline
                {
                    font-size: 14pt;
                    font-weight: bold;
                    font-variant: small-caps;
                    border-bottom: dotted 3px #558855;
                    color: #558855;
                    padding-top: 0px;
                }
                
                .content_table_headline_underheadline
                {
                    font-size: 12pt;
                    font-weight: bold;
                    font-variant: small-caps;                    
                    color: #558855;
                    padding-top: 5px;
                } 
    
    