.kopfzeile {
	height: 100px;
	width: 800px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	float: left;
}
.menuspalte {
	float: left;
	width: 200px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #969696;
}
.content {
	float: left;
	width: 776px;
	padding-left: 20px;
}
#grafik {
	float: left;
	width: 200px;
}
#grafik img {
	padding-top: 20px;
}
.menuspalte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	padding-left: 1px;
}
body {
	background-color: #FFFFCC;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #273985;
	text-align: left;
	text-indent: 0px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: justify;
}
.content li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #273985;
	font-style: italic;
	text-decoration: none;
}
.menuspalte p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bild {
	float: right;
	width: 300px;
	background-color: #CCCCCC;
}
.content .bild p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
.menuspalte a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.content .bild img {
	padding-right: 6px;
	padding-left: 4px;
	padding-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 4px;
}
.menuspalte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #008F9F;
	text-decoration: none;
}
#main {
	background-color: #FFFFCC;
	width: 1000px;
	margin-top: 0px;
	padding: 0;
	float: left;
}	
#main .kopfzeile #nametext {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #273985;
	text-align: right;
	padding-top: 30px;
	height: 70px;
	width: 600px;
}

