@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F0F3;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEAED;
}
#header {
	height: 180px;
}
#Titel {
	width: 1000px;
}
.float {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat {
	clear: left;
}
#content {
	height: 1000px;
	width: 1000px;
}
#contentinhalt {
	height: 1000px;
	width: 680px;
	float: left;
	overflow: scroll;
	padding: 10px;
}
#sidebar {
	height: 1000px;
	width: 280px;
	float: left;
	padding: 10px;
}
#footer {
	height: 40px;
}
h1 {
	background-image: url(../Grafiken/neu/Kopfzeile.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 800px;
	text-indent: -9999px;
}
#Navigation {
	height: 70px;
	width: 1000px;
}
#Navigation img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Bilder {
	cursor: pointer;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	font-size: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	font-size: 14px;
}
#Titel img {
}
