/* Angaben für alle standardkonformen Browser */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
		background-color: #333;


}

#content {
	margin-left: -384px;
	position: absolute;
	left: 50%;
	width: 768px;
	height:auto;
	background-color: #333;
	border-width: 10px;
	border-color: #FFF;
	top: 50%;
	height: 600px;
	margin-top: -300px; /* negative Hälfte von height:150px */
}

#content2 {
	margin-left: -110px;
	position: absolute;
	left: 50%;
	width: 220px;
	height:auto;
	background-color: #333;
	top: 10%;
}



#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #6394B5;
	font-size: 11px;
	line-height: 17px;
	text-align:right;
	margin-left: -384px;
	left: 50%;
	width: 768px;
	position:fixed;
    bottom:20px;
	z-index:1;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
	min-height:100%;
    overflow:hidden;
}

* html #content {
    padding:0;
    height:100%;
	overflow: auto;
	width:auto;

}



* html #footer {
	height:3%;
	text-align:justify;
	position:fixed;
	bottom:0;
	border-top: 1px ;
	padding-top:5px;
	padding-bottom:10px;
}


 	



				
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	}
	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}



a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #666;	
}




a:hover {
	color: #FF9900;

}

a.active {
	color: #CC6600;

}

