/* CSS Document */



body { background-color:#fbfbfb;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
}
		
		
img {border: none;
}


#container 	{
	background: #fbfbfb;
	border: 1px solid #c4007a;
	margin: 0 auto;
	width: 903px;
	height: 100%;
	}


.header 	{
	height: 34px;
/*	border-bottom:#c4007a solid 1px;
	border-left:#c4007a solid 1px;*/
			}
/* navigation */

.navigation {
	background-color:#fbfbfb; height:50px;
	text-align:center;
	border-top: 15px solid #fbfbfb;
	border-left: 1px solid #fbfbfb;
			}
 
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #888680;}
.navigation a {
	
	background: #fbfbfb url(bilder/#.jpg) repeat-x;
	border-right: 1px solid #fbfbfb;
	color: #c4007a;
	float: center;
	font: bold .9em Arial;
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.sechead 	{
	background: #fbfbfb url(bilder/#.jpg) repeat-x left top ;
	height: 34px;
	/*border-top:#c4007a solid 1px;*/
	
		}

			.sechead ul {
				font-family: Arial, Helvetica, sans-serif;
				/*color: #c4007a;*/
				text-align: center;
				margin: 2px 3px 0 0 ;
				
			}
			.sechead ul li {
				display: inline;
				margin: 0 0 0 0px;
			}
			.sechead ul li a {
				color: #888680;
				text-decoration: none;
				/*border:solid 1px;
				border-right: 2px solid #fff;*/
				padding:0px 0px 0 0;
				
			}
			.sechead ul li a:hover {
				color: c4007a;
			}
			#active a, a#current { color:#c4007a }

.content 	{
	background-color:#fbfbfb;
	height:100%;
	overflow:auto;
			}
			
			
			

p			{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	text-align:justify;
	padding-left:10%;
	padding-right:50px;
	color: #888680;
  	font-weight: normal;
  	padding: 0 5% 0.1em 5%;
  	margin: 5%;
			}

.Stil3 {

font-size:13px;
}

h1 			{ 
  	font-family: Arial, Helvetica, sans-serif;
	color: #c4007a;
	font-size: 2.5em;
  	font-weight: normal;
  	padding: 0 5% 0 10%;
  	margin: 0;
			}
			
h3 {

	padding: 0 5% 0 10%;
	color: #888680;
	}


