body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	background-color: #C5C6C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

/* this is recognized by IE only */
* html #background {
	width: 1006px; /* total width, only for IE5.x/Win */
	w\idth: 1000px; /* content width for other IE */
}

#background {
	background-color: #FFFFFF;
	background-image: url(img/bg_content.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: large;
	font-style: normal;
	margin: 0px;
	margin-top: 0px;
	display: block;
	background-image: url(img/bg_title.gif);
	background-repeat: repeat-x;
}
h2 {
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
h3 {
	font-size: small;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
h4 {
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #CC0000;
}

#header {
	text-align: center;
}
#menu {
	background-image: url(img/bg_menu.gif);
	width: 980px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	background-repeat: repeat-x;
}
#menu p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#menu a {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #CC0000;
}
#wrapper {
	margin: 0;
}
#content {
	margin-top: 30px;
	margin-right: 290px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 40px;
}
#content p {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}
#content a {
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
}
#content ul {
	margin-top: 5px;
}
#content table {
	margin-top: 0px;
}
#content #bild {
	float: right;
	padding-bottom: 20px;
	padding-left: 10px;
}
#content #mitarbeiter {
	float: right;
	padding-left: 10px;
	padding-bottom: 20px;
	display: block;
}
#content #partnerlogo {
}
#content .clearright {
	clear: right;
	margin: 0px;
	padding: 0px;
	font-size: xx-small;
}
#news {
	float: right;
	width: 230px;
	margin-top: 30px;
	height: 250px;
	background-image: url(img/bg_news.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
#news a {
	color: #666666;
	text-decoration: none;
}
#news a:hover {
	color: #CC0000;
}
#footer {
	clear: both;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FDD518;
}

