	body { 
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 62.5%;
		background-color:#E8EEE8;		
	} 
		
	a:link,  a:active, a:visited {
		color: #000;
	}
	
	a:hover {
		color: #9A3334;
		text-decoration:underline;		
	}	

	h1 {
		line-height:140%;
		margin-bottom:30px;
		color: #9A3334;
		font-size: 120%;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 20px;
	}
	
	h2 {
		line-height:140%;
		margin-bottom:0px;
		color: #9A3334;
		font-size: 100%;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}

	p {
		margin-bottom:0px;
	}	

	.teaser {
		width:225px;
		float: right;
		padding-top: 20px;
		margin-bottom: 20px;
		color: #666666;
	}

	.teaser a {
		color: #666666;
		text-decoration:underline;
	}

	.text {
		width: 690px;
		border-right: #999999 solid 1px;		
		margin-right: 10px;
		padding-right: 10px;
	}
	
	.border {
		width: 690px;
		border-bottom: #999999 solid 1px;
		
	}
	
	.menu_li {
		margin-left:200px;
		margin-bottom:10px;
		padding-top:13px;		
		padding-right:15px;
		font-color:black;
		text-align:right;
	}	
	
	.menu_re {
		margin-left:300px;
		margin-bottom:10px;
		padding-top:13px;		
		padding-right:15px;
		font-color:black;
		text-align:right;
	}		
	
	.font {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 150%;
	}	
	
	.breadcrumb {
		color: #9A3334;
	}
	.separator{
		color: #000000;
	}	

	/*Statusleiste*/
	.statusleiste {
		padding-top:45px;
	}

	/* no border */
	fieldset, img { 
		border:0; 
	}

	/* needed for safari */ 
	/* mm overwritten in special cases */
	select, input, textarea {
	 	font-size: 99% 
	 }	
	
	#pageContainer {
		width: 98em;
		padding-top: 5px;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		background-position: right;
		background-repeat: repeat-y;
		padding-right: 0.7em;	
		background-color:#FFFFFF;			
	}
	

	/** Content
	------------------------------*/

	#content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		line-height: 150%;
		width: auto;
		padding-left: 15px;
		margin-left: 10px;
		margin-right: 5px;
		padding-right: 5px;
	}	
	
	.headerimg {
		width: 100%;
		height: 159px;
	}
	
	
	/** Container in Container
	------------------------------*/
	
	.subLeftContainer {
		width: 690px;
		border-right: #999999 solid 1px;	
		padding-right: 10px;		
		margin-right: 10px;
		margin-bottom: 20px;		
		padding-top: 5px;
		float: left; 
	}		

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .col-clearing:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* needed for Safari */
	.col-clearing { 
		display: block; 
	} 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { 
		overflow:hidden; 
	}