/* Standard-Stylesheet für Projekt Andrea Wegehaupt */
body{
	color:black;
	background-color:white;
		background:url(../bilder/ahg_03.jpg) fixed top left repeat;
}
a{
	color:black;
	text-decoration:none;
	background:url(bilder/bt_schwarz_30.jpg);
}


.main{ /* hauptbereich */
	position:absolute;top:0px;left:0px;
	width:100%; height:100%;
/*	background-color:silver;*/
}
.mid{ /* zentrierter bereich */
/*	background-color:green;*/
	width:1000px;
	min-height:100%;

	
}
.nav_left{ /* navigation links*/
	position:absolute;top:0px;left:0px;
	width:200px; 
	min-height:100%;
/*	background-color:blue; */
	text-align:center;
}
.nav_left a{
	display:block;
	text-align:center;
	
	background-color:silver;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:25px;
	margin-bottom:10px;
	width:90%;
	margin-left:5%;
/*	background:url(bilder/bt_schwarz_30.jpg);*/
	font-size:20px;
	font-weight:bold;
	background:url(../bilder/bt_free_40.jpg) center repeat;
}
.nav_left img{
	margin:0px;
	margin-top:-30px;
	margin-bottom:-30px;
	width:90%;
	border-width:0px;
	
	letter-spacing:3px;
}
.header{	/* seitenkopf */
	position:absolute;top:0px;
	left:200px;
	width:800px;
	height:130px;
	text-align:center;
	color:black;
	
 /*	background-color:red;*/
}
.header h1{
	font-size:50px;
	color:white;
	margin:0px;
	margin-top:15px;
}
.header h2{
	font-size:30px;
	color:white;
	margin:0px;
	word-spacing:10px;
	letter-spacing:2px;
}

.nav_top{
	
/*	background-color:blue;*/
	position:absolute;
	top:120px;
	left:200px;
	width:800px;
/*	background-color:silver;*/
	text-align:center;
}
.nav_top a{
	display:inline-block;
	width:120px;
	
	
	margin-left:5px;
	margin-right:5px;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	
	font-weight:bold;
	background:url(../bilder/bt_free_40.jpg) center repeat;

}
.content{
	position:absolute;
	top:170px;
	left:200px;
	width:800px;
	
}

.content img{
	max-width:100%;
}
.text{
	background-color:white;
	color:black;
	position:absolute;
	top:0px;
	padding:20px;
	
/*	width:790px; */
	width:750px;
/*	max-height:500px;*/
	overflow:auto;
	text-align:justify;
	 font-size:18px;
	 background:url(../bilder/hg_04.jpg) center repeat;
}
.text h1{
	margin-top:5px;
	font-size:160%;
}
.text h2{
	margin-top:5px;
	font-size:140%;
}
.text h4{
	margin-top:5px;
	font-size:160%;
	text-decoration:underline;
}


.text a{
	text-decoration:underline;
}
.logo_center{ /*bild, das im text zentriert angezeigt wird */
	position:absolute;
	
	top:275px;
	left:240px;
	
	width:300px;
}
.free_button{ /*frei-plazierbarer Button*/
	position:absolute;
	display:inline-block;
	width:200px;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:silver;
	text-align:center;
	background:url(../bilder/bt_free_40.jpg) center repeat;
	
}





