@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html { 
	}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #414141;
	min-height:100%;
	
	
	
	
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 25px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 40px;
font-style: oblique;
color:#FFF;
padding: 25px 0px 0px 10px;
}

label.error {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	
	width: 900px;
	height:100%;
	
	}




#welcome {
	width:800px;
	height:100px;
	margin:0 auto;
	text-align:center;
	
	color:#FFF;

	}

#choicetext {
	margin-left:195px;
	margin-bottom:3px;
	color:#FFF;
}

.navilineup {
	width:300px;
	height:30px;
	margin:0 auto;
	background-image:url(images/pixel.png);
	text-align:center;
	border: outset;
	
	padding-top:10px;

	}

.navilineup a {
	text-decoration:none;
	color:#FFF;
	}
	
	
	
		#contentlefthauptlogo {
			margin-top:10px;
			margin-bottom:5px;
		}
		
	
		#contentleftlogo {
			width:180px;
			height:100px;
			float:left;
			text-align:center;
			background-image:url(images/pixel.png);
			background-repeat: repeat;
		}
		
			#contentleftlogo img{
				padding:5px 0 5px 0;
			}
		
		
		#contentright {
			max-width:705px;
			height:100px;
			margin-left: 195px;
			background-image:url(images/pixel.png);
			background-repeat: repeat;
		}
		
		#citychoice {
			max-width:705px;
			height:100px;
			margin-left: 195px;
			
		}
		
		.cityblock {
			width:234px;
			float:left;
			height:100px;
			background-color:#FFF;
		}
		
		.cityblock li{
			list-style-type:none;
			width:234px;
			
			padding-top:10px;
			
			text-align:center;
		}
		
		.cityblock a{
			text-decoration:none;
			color:#333;
		}
		
		.cityblock a:hover {
			font-weight:bold;			
			color: #000;
		}
		
		.con {
			margin-top:10px;
		}
		
		#contentleft {
			width:180px;
			margin-top:15px;
			float:left;
			background-image:url(images/pixel.png);
			background-repeat: repeat;
		}
		
			#contentleft li {
				list-style:none;
				line-height:25px;
				font-weight:bold;
			}
			
			#contentleft ul {
				padding:10px 10px 10px 10px;
			}
			
			#contentleft a {
				text-decoration:none;
				color:#FFF;
			}
			
			#contentleft a:hover {
				color:#000;
			}
			
			#contentleft .active {
				color:#000;
			}
		
		#content {
			max-width:705px;
			padding:10px 5px 20px 10px;
			background-color: #FFF;
			margin: 15px 0 0 195px;
			
			
			}
			
			/*#content img {
				float:right;
			}*/
			
			#contenttext {
				
			}
			
			#content p {
			font-size:14px;
			color: #333;
			}
			
			
			#mitarbeiter {
				max-width:705px;
				
				height:310px;
				overflow:hidden;
			}
			
			.id {
			   height:310px;
		   }
			
			#bild {
				float:right;
				width:200px;
			}
			
			.bild img{
				padding-bottom:5px;
			}
			
			#naviright {
				float:right;
				width:200px;
				padding-top:5px;
			}
			
			#naviright p {
				text-align:center;
			}
			
			#naviright ul {
				padding-top:10px;
			}
			
			#naviright li {
				list-style-type:none;
			}
			
			#naviright a {
				text-align:center;
				padding-top:5px;
				text-decoration:none;
			}
			
			#naviright a:hover {
				font-weight:bold;
			}
			
			#news {
				width:600px;
				height:1px;
			}
           
		   #clear {
			   clear:right;
			   
		   }
