
	body {
		background-image: url(bilder/streifen.gif);
		padding: 0px;
		margin: 0px;
	}
	
#main_content {
		background-repeat: repeat-y;
		#background-image: url(bilder/main_streifen.gif);
		color: white;
		width: 932px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-left: 16px;
	}
body, div, td, input, select, textarea {
		font-size: 11px;
		font-family: Verdana;
	}
#headmenu {
		margin: 0px;
		padding: 0px;
		width: 900px;
		background-repeat: repeat-x;
		background-image: url(bilder/streifen_oben.gif);
		height: 205px;
	}
#body_content {
		color: black;
		margin: 0px;
		padding: 0px;
		width: 900px;
		background-color: white;
	}
.mainmenu {
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
.mainmenu:hover {
		color: black;
	}
h1 {
		font-style: normal;
		font-weight: normal;
		color: #333333;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		padding-top: 0px;
		margin: 0px;
		font-size: 22px;
	}
h2 {
		font-style: normal;
		padding: 0px;
		margin: 0px;
		color: #333333;
		font-size: 18px;
		font-weight: normal;
	}
a {
		color: #cc0000;
		text-decoration: underline;
		font-weight: bold;
	}