		body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: #fff;
			}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8EA6C7;
	text-decoration: none;
	line-height: 25px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	color: #323232;
	text-decoration: none;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

a {
	color: #86A0C3;
	text-decoration: none;
}

a:hover{
	color: #86A0C3;
	text-decoration: underline;
}

.ausrichtung {			
position: relative;
			width: 960px;
			margin: 10px auto; /* vertikaler Außenabstand: 10 Pixel – horizontaler Außenabstand: auto */
			padding: 0;}

	
.content {
	padding:5px;

}

.footer {
	background-image: url(../bilder/logoleiste.png);
	background-repeat: no-repeat;
	height:65px;
	clear:both;
}

	
	.schatten {
	background-image: url(../bilder/schatten_bottom.jpg);
	background-repeat: no-repeat;
	height:4px;
	width:960px;
	clear:both;
 } 
	
.flash {
	text-align: right;
	float: left;
}
	
	.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

