/*  HTML Hauptseite Stylesheet Script 1.0*/
/*  Autor Tom Schneider*/
p
{
    font-size: 15px;
    font-family: Arial;
}

h1
{
    font-size: 30px;
    font-family: Verdana;
}

h2
{
    font-family: Verdana;
}

a
{
    color: black;
    font-family: Arial;
}

a:hover
{
     color: blue;
}

em
{
    color: brown;
}

strong
{
    font-size: 20px;
    font-family: Arial;
}

body
{
    background: url(Bilder/green-gradient.jpg) repeat-x;
    background-position: center;
    background-position: top;
    background-color: #89c13c;
}

a
{

}

 a:hover
 {

 }

 a img
 {

 }

 /* root_site_Setup */

#root_site
{   margin-top: 40px;
    width: 860px;
    height: auto;
    background-color: #FFFFCC;
}


       .header_background
       {
           height: 320px;
           width: 100%;
           background: url(Bilder/Header2.jpg) no-repeat;
           background-position: center;
       }

    #navi_main_container
    {
      background: #C8CCC6;
      width: 100%;
      height: 40px;
    }

        .navi_container
        {
            width: 100%;
            height: 40px;
        }

    #content_main_container
    {
      background: #666666;
      width: 100%;
      height: auto;
    }

        .content_left_main
        {
             width: 100%;
             height: 100%;
             background-color: #CC9933;
             float: left;
        }
