/* CSS Document */

*{margin: 0; padding:0; }

body {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: black;
}

#container {
text-align: left;
margin: 0 auto;
width: 100%;
height: 100%;
}

#head{
display: none;}

#topnav{
display: none;}


#content1{
width: 100%;
}

#left {
display: none;
}	
	

#text{
font-size: 0.97em;
line-height: 1.3em;
width: 100%;
}

	#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: 100%;}
	#text-binnen h2{
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 3px;
	}

	#text-binnen p{margin-bottom:9px; }
	#text-binnen a, #text a:visited{color: #756445; text-decoration: underline;}
	#text-binnen ul{margin-left: 20px;}
	#text-binnen li{ margin-bottom:6px;}
		#text-binnen img{display: none;}

#text-bottom{ 
width:100%;
border-top: 1px solid #666;
margin-top: 30px;
padding-top: 3px;
}

#text-bottom img{display: none;}
#text-bottom p{font-size: 12px; letter-spacing: 2px;}


