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

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

#title{
	font-size:50px;
	font-weight: bold;
	float: right;
	text-align: center;
	width: 475px;
	margin-top: 12px;
	padding-top: 0px;
}

#weiter{
	color: white;
}

h2{
	font-size:22px;
}

h3{
	font-size:14px;
	
}
	
hr{
	width: 1000px;
	height: 2px;
	float: left;
}

a{
	color: #FFFF00;
}

#logoBar{
	background-color: white;
	height: 50px;
}

#projektbild{
	margin-top: 25px;
}

#logo{
	float: right;
}

#center{
	margin: 0 auto;
	width: 1100px;
	height: 2000px;
	background-color: #002E7A;
	color: white
}

#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: right;
	width: 800px;
	height: 600px;
	frameborder: 0;
	scrolling: no;
}

.bedingungen{
	margin-left: 25px;
}

#important{
	color: red;
	font-weight: bold;
}

#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;
}
