html, body {
   margin:0px;
   padding:0px;
   background-color:#4E0C00;
}
 
#container {
   position: absolute;
   top: 20px;
   left: 50%;
   margin-left: -500px;
   background-color:white;
}

#top_section1 {
   background-image:url(_vti_cnf/banner1.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}
 
#top_section2 {
   background-image:url(_vti_cnf/banner2.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}
 
#top_section3 {
   background-image:url(_vti_cnf/banner3.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}
 
#top_section4 {
   background-image:url(_vti_cnf/banner4.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}
 
#top_section5 {
   background-image:url(_vti_cnf/banner5.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}

#top_section6 {
   background-image:url(_vti_cnf/banner6.jpg);
   background-repeat:no-repeat;
   height:180px;
   width:1000px;
   margin:0px;
}


#left_section {
   position:absolute;
   margin-right:800px;
   margin-left:0px;
   top:180px;
   width:200px;
   height:640px;
   background-image:url(_vti_cnf/hintergrund_li.png);
   background-repeat:repeat-y;
   background-color:#AAAEBA;
} 

#right_section {
   position:absolute;
   margin-right:0px;
   margin-left:800px;
   top:180px;
   width:200px;
   height:640px;
   background-image:url(_vti_cnf/hintergrund_re1.png);
   background-color:#AAAEBA;
} 

#main_section {
   position:absolute;
   margin-right:200px;
   margin-left:200px;
   top:180px;
   margin:0px;
   padding:0px;
   width:600px;
}
 
#headline {
   position:absolute;
   margin-right:10px;
   margin-left:10px;
   top:10px;
   height:25px;
   width:980px;
   background-color:white;
   opacity:.50;
   -moz-opacity:.5;
   filter:alpha(opacity=50);
} 

#headline_links {
   margin-left:550px;
   margin-right:0px;
   margin-top:4px;
   font-family:Verdana,sans-serif;
   font-size:14px;
   font-weight:bold;
}

#navigation1 {
   position:relative;
   left:20px;
   top:50px;
   width:160px;
} 
 
#navigation2 {
   position:relative;
   left:20px;
   top:20px;
   width:160px;
} 
 
#navigation3 {
   position:relative;
   right:20px;
   left:20px;
   top:30px;
   width:160px;
} 


#akt_info1 {
   position:relative;
   left:0px;
   top:0px;
   width:170px;
} 


#akt_info2 {
   position:absolute;
   left:0px;
   top:200px;
   width:170px;
} 


#akt_info3 {
   position:absolute;
   left:0px;
   top:390px;
   width:170px;
} 


#fusszeile {
   position:absolute;
   left:0px;
   top:600px;
   width:170px;
   font-size:6px;
} 



#content {
   position:absolute;
   width:600px;
   margin-left:200px;
   margin-right:200px;
   background-color:white;
   min-height:640px;
   overflow:visible;
}

h1,h2,p,ul,ol,big,table {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}

 
h1 {
   font-weight:bold;
   font-style:normal;
   font-size:17px;
   line-height:1.1em;
   color:rgb(77,77,77);
   border-bottom:rgb(77,77,77) solid 1px;
   padding-bottom:5px;
   padding-left:10px;
   margin-top:20px;
}
 
h2 {
   font-weight:bold;
   font-style:normal;
   font-size:13px;
   line-height:1.1em;
   color:rgb(77,77,77);
   padding-bottom:3px;
   padding-left:10px;
   margin-top:20px;
}
 
p,table {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   padding-left:10px;
   color:black;
   }

big {
   font-weight:normal;
   font-size:15px;
   color:black;
   }

ul,ol {
   padding-left:25px;
}
 
li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}
 
img
{
   display: block;
}  
 
a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}
 
a:visited {
   font-weight:bold;
   color:gray;
   text-decoration:underline;
}
 
a:hover, a:active {
   font-weight:bold;
   color:#B37665;
   text-decoration:underline;
}

a.navi, a.navi_first, a.navi_self {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left:3px solid #A65B44;
   border-right:3px solid #B18673;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:center;
}
 
a.navi_first {
   border-top:3px solid black;
}
 
a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited {
   background-color:#B69B8E;
   color:white;
}
 
a.navi_self:link, a.navi_self:visited {
   background-color:gray;
   color:white;
}
 
a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
   background-color:white;
   color:black;
}


a.navi1, a.navi1_first, a.navi1_self {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left:3px solid #A65B44;
   border-right:3px solid #B18673;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:center;
}
 
a.navi1:link, a.navi1_first:link, 
a.navi1:visited, a.navi1_first:visited {
   background-color:#99503E;
   color:white;
}

#navi {
   margin:0px;
   padding:100px;
}

