body{
	font-family:Arial,Helvetica,sans-serif;;
	font-size:14px;
	background-color:#fff;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

h1{
	font-size:37px;
	text-align: center;
}

h2{
	font-size:22px;
	color:#000033;
}

h3{
	font-size:14px;
}

#logoBar{
	height: 40px;
}

#projektbild{
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}

#logo{
	float: right;
}

#center{
	margin: 0 auto;
	width: 1100px;
	height: 2000px;
}

#links{
	margin-right: 25px;
	float: left;
	width: 25px;
	height: 100%;
	background-image: url('images/links.png');
	background-repeat: repeat-y;
}

#rechts{
	margin-left: 25px;
	float: right;
	width: 25px;
	height: 100%;
	background-image: url('images/rechts.png');
	background-repeat: repeat-y;
}

.legende{
	float: left;
}
	
iframe{
	border: none;
	float: left;
	width: 999px;
	height: 650px;
	frameborder: 0;
	scrolling: no;
}

a{
	color:#000033;
}

hr{
	color:#000033;
}

.bedingungen{
	margin-left: 25px;
}

#bottom{
	height: 25px;
	clear: both;
	background-image: url('images/unten.png');
	background-repeat: repeat-x;
}

#bottomLeft{
	width: 25px;
	height: 25px;
	float: left;
	background-image: url('images/linksunten.png');
	background-repeat: no-repeat;
}
		
#bottomRight{
	width: 25px;
	height: 25px;
	float: right;
	background-image: url('images/rechtsunten.png');
	background-repeat: no-repeat;
}
