body
{
    font-family: arial, sans-serif;
    color: #77605b;
    text-align: center;
    background-color: #b89686;
}

#logo1
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#logo2
{
    position: absolute;
    top: 75px;
    left: 95px;
}

#root
{
    position: relative;
    height: 100%;
    width: 870px;
    margin: auto;
    margin-top: 20px;
    padding-top: 35px;
}

#intro
{
    position: relative;
    width: 870px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
}

#header
{
    position: relative;
    height: 100px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bg_header_small.png);
    border: 1px solid #77605b;
    width: 800px;
    background-color: #fef2e5;
}

#header img
{   
    margin-left: 150px;
    margin-top: 10px;
}



#footer
{
    height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fef2e5;
    border: 1px solid #77605b;
    width: 800px;
}

#main
{
    position: relative;
    height: *;
    width: 800px;
    border: 1px solid #77605b;
    margin-left: auto;
    margin-right: auto;
    background-color: #fef2e5;
}

#menu
{
    position: absolute;
    width: 160px;
    left: 0px;
    text-align: center;
    margin-top: 100px;
    text-indent: 10px;
    border-top: 1px solid #77605b;
    border-bottom: 1px solid #77605b;
}

#content
{
    width: 608px;
    min-height: 500px;
    height: auto !important;  /* für moderne Browser */
    height: 500px;  /*für den IE */
    margin-left: 160px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: left;
    color: #77605b;
    border-left: 1px solid #77605b;
    text-align: justify;
    font-size: 11pt;
}

#video
{
    border: 1 px solid #b89686;
    margin-left: 20px;
    margin-top: 50px;
}

.img_frame_right
{
    border: 1px solid #b89686;
    margin: 5px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.img_frame_left
{
    border: 1px solid #b89686;
    margin: 5px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;

}

.menuBar 
{
    text-decoration: none;
    font-family: arial, sans-serif;
}

.menuBar a {display: block; padding-left: 5px; font-size: 12pt; font-weight: bold; line-height: 35px; text-align: left; text-decoration: none; color: #6f3f31;}
.menuBar a:link {color: #856b5b;}
.menuBar a:hover {background-color: #96695c; color: #ffffff;}

.active
{
  color: #ffffff; 
  background-color: #96695c;
}

.active a:visited {color: #ffffff;}

.link1
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 23px;
}

.link1 a {color: #77605b; text-decoration: none;}
.link1 a:link {color: #77605b;}
.link1 a:hover {color: #555555;}
.link1 a:visited {color: #555555;}

.link2
{
    font-size: 7pt;
    line-height: 23px;
    text-align: right;
}

.link2 a {color: #333333; text-decoration: none;}
.link2 a:link {color: #333333;}
.link2 a:hover {color: #000000;}
.link2 a:visited {color: #000000;}

a {color: #77605b;}
a:link {color: #77605b;}
a:hover {color: #77605b;}
a:visited {color: #77605b;}

h3
{
   font-size: 14pt;
   padding-top: 10px;

}
