@charset "utf-8";
/* CSS Document */

body {
	background-color: #222222;
}

#wrapper {
	width: 995px;
	height: 486px;
	background-color: #CCC;
	margin-right: auto; /* Abstand rechts */
	margin-bottom: 10px;
	margin-left: auto; /* Abstand links */
	border-radius: 5px;
	font-family: arial, "lucida console", sans-serif;
}

#kontakt {
	width: 200px;
	height: 429px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #2c373b;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	border-radius: 5px;
}

#header {
	width: 780px;
	height: 133px;
	background-color: #FFF;
	margin-top: 5px;
	margin-left: 5px;
	background-image:url(images/logo_1.png);
	border-radius: 5px;
	float: left;
}

#content {
	width: 580px;
	height: 291px;
	background-color: #f1f1f1;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 5px;
	float: left;
}

#rechts {
	width: 195px;
	height: 291px;
	margin-bottom: 5px;
	background-color: #2c373b;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	border-radius: 5px;
}


#footer {
	width: 985px;
	height: 40px;
	background-color: #f1f1f1;
	margin-left: 5px;
	border-radius: 5px;
	float: left;
}

#icon_links {
	background-color: #666;
	border: thin #FFF;
}

#inhalt_iconbox {
	width: 95%;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 5px;
	float: left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	display:inline;
}

#inhalt {
	width: 98%;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 5px;
	float: left;
}

#inhalt_footer {
	width: 50%;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	float: left;
}

#inhalt_footer_rechts {
	width: 45%;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	float: left;
}


h1 {
	color: #2c373b;
	text-decoration: underline;
}	