body {
	background-color: #1F1F6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1F1F6D;
	font-weight: normal;
}
#header {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 215px;
	width: 1000px;
	margin-left: -500px;
	z-index: 40;
	overflow: hidden;
}
	img{border:none;}
	
	h1{
		text-align: center;
		color:#333;
		font-size:21px;
	}
#maincontent {
	background-color: #FFFFFF;
	position: absolute;
	top: 215px;
	left: 50%;
	height: auto;
	width: 932px;
	margin-left: -500px;
	z-index: 10;
	padding: 30px 30px 0px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 4px dashed #FF9B32;
}

	h2{
		font-weight:bold;
		font-size:13px;
	}
#fotos {
float: left;
margin-right: 30px;
clear: none;
width:400px;
}

#fotos img{
	border:1px #000 solid;
}

#TextRechts {
float: right;
clear: none;
width:500px;
}

#Teaser {
    clip: rect(auto, auto, auto, auto);
    height: 125px;
    left: 50%;
    margin-left: 75px;
    padding-right: 15px;
    position: absolute;
    text-align: right;
    top: 0;
    visibility: visible;
    width: 410px;
    z-index: 90;
}

a:link {
	text-align: center;
	padding: 2px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
}

.clearfix{
clear:both;
text-align:center;
}
