	 body {
	background-color:#cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height:95%;
	background-image: url(images/Bg-Neumann.gif);
	background-repeat: repeat-x;
			 }
	
	
	
	#Top {
		
		position:absolute;
		left:10%;
		top:-3px;
		right:10%;
		height:140px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color:#ffffff;
		text-align: center;
		word-spacing: normal;
		display: block;
		z-index: 40;
		width: 80%;	
		}
	
	#Logo
	{
	position: absolute;
	background-attachment: fixed;
	background-image: url(images/Logo-Neumann.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 45;
	top: 0px;
	left:0px;
	right:0px;
	height:140px;
   width: 100%;
	}
	
	
	#Navigation {
		background: #e0c0c0;
		position:absolute;
		left:0px;
		top:150px;
		width: 33%;
		height: 88%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #a6194d;
		border-right-width: thin;
		border-right-style: groove;
		border-right-color: #a6194d;
		z-index: 30;
		}
			
	#Navi-Box {
	   position: relative;
		width: 100%;
		height: 70%;
		padding: 10px 5px 0px 0px;
	}
	  
	  ul#Navi-Liste li {
		width: 96%;
		color:#a6194d;
		list-style:none;
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 160%;
		font-weight: bold;
	
	  }
	
	 
	  ul#Navi-Liste a:link {
		color: #6080a0;
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 160%;
		font-weight: bold;
	
	  }
	
	   ul#Navi-Liste a:visited {
		color: #6080a0;
		text-decoration:none;
		}
		
	  ul#Navi-Liste a:hover {
		color: #FFFFFF;
		text-decoration:underline;
	 }
		
	 ul#Navi-Liste a:active {
		color: #FFFFFF;
		text-decoration:none;
	 }
	
		
	#Main {
	background-color: #cccccc;
	position: absolute;
	left: 33%;
	width:66%;
	height: 86%;
	padding: 0px;
	z-index: 20;
	top: 150px;
		}
	
	#Text {
		position: relative;
		width: 90%;
		height: 60%;
		padding: 10px 10px 0px 25px;
		color:#a6194d;
		font-size: 14px;
		text-align: justify;
		line-height: 140%;
		left: 6%;
		}
	
			
		 .floatLeft { 
		white-space: normal; 
		float: left; 
			margin: 10px;
		padding: 10px;
		}
			
		.floatRight {
		white-space: normal;
		float: right;
		margin: 10px;
		padding: 10px;
		}
	
		
		
		
	 #Text h1 {
		font-size: 18px;
		text-align:center;
		color:#a6194d;
		font-family: Verdanan, Arial, sans-serif;
	  }
	#Text h2 {
		font-size: 16px;
		test-align:center;
	  color:#a6194d;
	  font-family: Verdanan, Arial, sans-serif;
	  }
		
	#Text h3 {
		font-size: 14px;
		test-align:center;
	  color:#a6194d;
	  font-family: Verdanan, Arial, sans-serif;
		padding:0px;
	  }	
		
		#Text hr {
	 color: #a6194d;
		}
		
		
		
	#Text a:link {color:darkblue; text-decoration:none; }
	#Text a:visited { color:darkblue; text-decoration:none; }
	#Text a:hover {color:#a08080; text-decoration:underline; }
	#Text a:active { color:darkblue; text-decoration:none; }
			
	
	  #Text li {
	list-style:square;
	margin: 0px;
	line-height: 150%;
		  }
	
	
	blockquote {
		border: 1px dashed #a6194d;
		padding: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		position: relative;
		left: 2ex;
	
	}
	
	
	a:link {color:darkblue; text-decoration:none; }
	a:visited { color:darkblue; text-decoration:none; }
	a:hover {color:#BBBBBB; text-decoration:underline; }
	a:active { color:darkblue; text-decoration:none; }

