/* CSS Document */

*{margin: 0; padding:0; }

body {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #756445;
	padding-top: 30px;
	font-size: 15px;
	background-color: #FFF;
}

#container {
text-align: left;
margin: 0 auto;
width: 925px;
height: 625px;
}

#head{
width: 925px;
height: 180px;
background-image:url(../images/hg-head.jpg);
background-repeat:no-repeat;}

#head .schriftzuege{text-align: center; margin-left: 385px; width: 297px; height: 180px;}

#topnav{
width: 925px; 
height: 39px;
background-image:url(../images/hg-topnav.jpg);
background-repeat:no-repeat;}


#content1{
width: 925px;
height: 398px;
background-image:url(../images/hg-content1.jpg);
background-repeat:no-repeat;
float: left;
}

#content2{
width: 925px;
height: 398px;
background-image:url(../images/hg-content2.jpg);
background-repeat:no-repeat;
float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#left {
float: left; 
width: 337px; 
height: 100%; 
padding-left: 12px; 
}	
	
	#left h1{font-size: 1.7em; font-weight:normal; margin-top: 22px; color: #98825B;}
	#left img{ margin-top: 88px; margin-left: 0;}


	#left ul{
	list-style-type:none;
	float: right;
	}
	
		#left li{margin-top: 10px;}
		
		#left ul a{
		display: block;
		height: 10px;
		width: 150px; 
		text-decoration: none;
		font-size: 15px;
		color: #98825B;
		}
		
		#left ul a.hier, #left ul a:hover{color:#756445;}
		#left ul a.hier{font-weight: bold;}


#text{
float: right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.97em;
line-height: 1.3em;
width:509px;
margin-right: 20px;
height:306px;
background-image:url(../images/hg-text.jpg);
background-repeat:no-repeat;
margin-top: 15px;
padding: 15px 20px 15px 21px;
font-size: 0.85em;
line-height: 1.3em;
color: #98825B;
}



	#text h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
	}
	
/* der eigentliche Text unterhalb der &Uuml;berschrift, der dann auch gescrollt wird */
	#text-binnen	{width: 505px; overflow: auto; height: 280px; padding-right: 8px;}
	#text-binnen h2{
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 3px;
	}

	#text-binnen p{margin-bottom:10px; }
	#text-binnen a, #text a:visited{color: #98825B; text-decoration: underline;}
	#text-binnen a:hover{text-decoration: none;}
	#text-binnen ul {margin-left: 20px; margin-bottom: 10px;}
	#text-binnen ol {margin-left: 30px; margin-bottom: 10px;}
	#text-binnen li{margin-top: 5px;}
	#text-binnen table{width: 95%;}
	#text-binnen td, #text-binnen th, #text-binnen caption { padding: 3px; background-color:#D9EFE3;}
	
	#text-binnen img{border: 0;}
	
#text-bottom{ 
width:530px;
margin-right: 15px;
padding-left: 25px; padding-top: 8px; 
height: 20px; 
float: right;
background-image:url(../images/hg-text-bottom.jpg);
background-repeat:no-repeat;

}
#text-bottom p{display: none;}

