/* Marion Bergmann Stylesheet für Boxmodell */
/*-- Textbereich --*/
.txt{

 	position:absolute;top:0px;left:190px;max-width:800px;min-height:600px;
	font-size: 14px; font-weight: bold;
	padding-top:10px;
	text-align:justify;
}
/*-- Text-Layoput -- */
.txt h1{
	font-size: 20px;
	margin-top:0px; margin-bottom:5px;
}
.txt p{
	text-align:justify;
	margin-top:0px; margin-bottom:20px;
}
.ul{
	max-width:650px;
	margin-left:50px;
}
.txt ul{
	margin-top:0px;
	margin-bottom: 20px;
 	text-align:justify;
}
.txt li{
	margin-bottom:10px;
}
.ul ul li ul{
	margin-top:10px;
}
.txt a{
	color:black;
	text-decoration:underline;
	font-size:18px;
}
.txt a:hover{
	color: #9a0000;
 	text-decoration: underline overline;
}

/*-- Navigationsbereich --*/
.nav{
	background-color: #9a0000;
	background: url(bilder/gelbback.gif)  center repeat;

	position:fixed;top:0px;left:10px;width:150px;min-height:1000px;
	text-align:center;
}
.nav a{
   background: url(bilder/navbut.gif) center top no-repeat;
	height:20px; padding-top:28px; margin-top:10px;
   display:block;
   text-decoration: none; color: #ffffbd;
	font-size:14px; font-weight:bold;
}


