/* Coded by David Rotach *
**************************
~~~~~~~~~~~~~~~~~~~~~~~~~~
*************************/
body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#d4d4d4;
	background-image:url('../bilder/oben_w.gif');
	background-repeat:repeat-x;
}

#container {
	text-align:			center;
	position: 			relative;
	width:				771px;
	height: 			387px;
	left: 				0;
	top: 				0;
	z-index: 			40;
	margin:				0 auto;
	background-color:	#ffffff;
	}
	
#banner {
	position:			absolute;
	height:				214px;
	width:				771px;
	top:				0px;
	left:				0px;
	background-color:	#d4d4d4;
	background-image:	url(../bilder/banner.gif);
	background-repeat: 	no-repeat;
	z-index:			20;
	}

#navi {
	position: 			absolute;
	text-align:			left;
	height:				20px;
	width: 				767px;
	top:				226px;
	left:				0px;
	z-index:			40;
	background-color:	#FFFFFF;
	border: 			1px solid #000000; 
	font-weight: 		bold;
	}
	
#navi ul {
	margin-left:		0px;
	padding-left:		2px;
	margin-bottom:		1px;
	margin-top:			0px;
}
#navi li, #navi a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	text-decoration:	none;
	color:				#000000;
	display:			inline;
	padding:			4px;
}
.blue{
color:#0000FF;
}
#navi a:hover {
	color:				#ff0000;
}
#inter {
	position: 			absolute;
	text-align:			right;
	height:				40px;
	width: 				731px;
	top:				187px;
	left:				17px;
	z-index:			40;
	background-color:	#FFFFFF;
	}

#text {
	position: 			absolute;
	text-align:			left;
	width:				755px;
	min-height:			393px;
	height:				auto !important; 
	height:				387px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	top:				247px;
	left:				0px;
	z-index:			0;
	color:				#ffffff;
	padding-left: 		20px;
	padding-top:		20px;
	background-image:	url(../bilder/content_neu.gif);
	background-repeat:	no-repeat;
	}
	
.strong {
font-size: 13px;
}

h2 {
	font-weight:		bold;
	font-size:			14px;
	}
	
a:link {
    color: #fff;
	padding:0;
}
a:visited {
    color: #fff;
	padding:0;
}

p{
padding-right: 20px;
}