/*** Allgemein ***/
* {
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0369b1;
	line-height:1.5em;
	text-decoration:none;
}

body {
	background: #f8b334;
}

h1, h1 a {
	font-size:25px;
	color:#0369b1;
	font-weight:bold;
}

a {
	margin:0;
	padding:0;
	border:0;
}

a:hover {
	text-decoration:underline;
}

/*** Container und Klassen ***/

#wrapper {
	width:965px;
	margin:0 auto;
}

#header {
	width:965px;
	height:150px;
	background:url(../images/header.jpg) no-repeat;
}

#right {
	width:460px;
	float:right;
	background:white;
}

#left {
	width:460px;
	float:left;
	background:white;
}

.padder5 {
	padding:5px 5px 10px 5px;
}

.pic {
	width:450px;
	height:275px;
}

.text {
	margin:0 15px;
}

.impressum {
	float:right;
	margin:3px 15px 0 0;
}

.impressum a {
	color:white;
	font-size:10px;
}

#line {
	border-top:white 1px solid;
}

/*** Clear Class General ***/
.c {clear: both;}
.c5 {clear:both; font-size:5px; height:5px;border:0px;overflow:hidden;}
.c15 {clear:both; font-size:15px; height:15px;border:0px;overflow:hidden;}
.c75 {clear:both; font-size:75px; height:75px;border:0px;overflow:hidden;}