/* HTML Tutorial */
/* Autor Ninor Shamisdin*/

@import url("navigation_dropdown_menue.css");

body
{
    background: url(images/ama.galerie.jpg) no-repeat;
    background-position: center;
    background-position: top;
    background-color: transparent;
    font-family: Verdana;
    font-size: 8pt;
}

a
{
    color: #558855;
}

a:hover
{
    color: #CCCC0C;
}

a img
{

}

/* root _site setup */

#root_site
{
    margin-top: 40px;
    width: 1200px;
    height: auto;
    background-color: #FFFFFF;
}

    #head_main_container
    {
        background: #FFF;
        width: 100%;
        height: 240px;
    }
        .header_background
        {
            height: 240px;
            width: 100%;
            background: url(images/Buhr.png) no-repeat;
            float: left;
        }
    #navi_main_container
    {
        background: #FFF;
        width: 100%;
        height: 33px;
    }
        .navi_container
        {
            width: 100%;
            height: 40px;
        }

    #content_main_container
    {
        background: #FFF;
        width: 100%;
        height: auto;
        float: left;
    }
        .content_left_main
        {
            width: 70%;
            height: 100%;
            background-color: #FFF;
            float: left;
        }

            .content_left_table
            {
                padding: 10px 40px 10px 15px;
            }

                .news_box
                {
                    background-color: #F4F4F4;
                    padding: 3px 3px 3px 3px;
                    border-radius: 10px;
                }


        .content_right_main
        {
            width: 30%;
            height: 100%;
            background-color: #FFF;
            float: right;
        }

            .content_right_table
            {
                width: 300px;
                padding: 0px 40px 10px 15px;
                border-left: dotted 1px #CCCCCC;
                margin-top: 150px;
            }

                .content_table_headline
                {
                    font-size: 14pt;
                    font-weight: bold;
                    color: #333333;
                    padding-top: 0px;
                }

                .bildeingabe
                {
                    padding-top: 5px;
                    float: left;
                }



    #footer_main_container
    {
        background: #999999;
        width: 100%;
        height: 25px;
        float: left;
    }

        #footer_container
        {
            padding-top: 3px;
            padding-right: 5px;
        }


            .footer_table_setup
            {
                text-align: center;
            }

            .footer_table_setup a
            {
                color: #FFF;
                text-decoration: none;
            }

            .footer_table_setup a:hover
            {
                color: #999999;
            }

