
body {
	margin: 0px;
	background-image: url(../images/background_site.gif);
	background-repeat: repeat-x;
	background-color: #ecf0f1;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

#surround {
	width: 667px;
	margin: auto;
}

#seitenkopf {
	position: relative; 
	top: 0px; 
	left: 0px;
	height: 326px;
	padding: 0px 0px 0px 0px;
	background-color: #df0404;
}

#seitenkopf_slogan {
	position: absolute; 
	top: 0px; 
	left: 26px; 
}

#seitenkopf_logo {
	position: absolute; 
	top: 163px; 
	left: 361px; 
}

#contentbereich {
	position: relative; 
	top: 0px; 
	left: 0px;
	background-color: #df0404;
	padding: 30px 0px 0px 0px;
	height: 100%;
	overflow: hidden;
}

#contentspalte {
	background-color: #df0404;
	width: 460px;
	float: left;
	margin-right: 20px;
	margin-left: 28px;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.mail {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.mail:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}


h1 {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 2px 0px 8px 0px;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.9em;
	color: #FFFFFF;
}

