/* CSS Document */

body {
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	background-color:#FFFFFF;
	/*border-color: #CC0000;*/
}


#rahmen {
	/*position: relative;*/
	width: 760px;
	height: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*overflow:hidden;*/
	background-color:#CC0000;
}
#rahmen2 {
	/*position: relative;*/
	width: 760px;
	height: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*overflow:hidden;*/
	background-color:#CC0000;
}
#rahmen3 {
	/*position: relative;*/
	width: 760px;
	height: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*overflow:hidden;*/
	background-color:#CC0000;
}
#rahmen4 {
	/*position: relative;*/
	width: 760px;
	height: 1600px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*overflow:hidden;*/
	background-color:#CC0000;
}
#kopf {
	float:left;
	width: 760px;
	height: 145px;
	text-align:right;
	/*border-top: 1px solid; #999;*/
}
#navi {
	float: left;
	width: 760px;
	height: 40px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-align:left;
}
#thema {
	float:left;
	height: 400px;
	width: 559px;
	border-right: 1px solid #999;
}
#thema2 {
	float:left;
	height: 400px;
	width: 759px;
	border-right: 1px solid #999;
}
#thema3 {
	float:left;
	height: 550px;
	width: 759px;
	border-right: 1px solid #999;
}
#thema4 {
	float:left;
	height: 850px;
	width: 759px;
	border-right: 1px solid #999;
}
#seite_rechts {
	float:left;
	height: 400px;
	width: 200px;
	top: 0;
}
h1, h2, h3 {
	margin: 20px;
	color:#FFFFFF;
}
h4, h5, h6 {
	margin: 20px;
	color:#FFFFFF;
	text-align:left;
}
p {
	margin: 15px 20px;
	color:#FFFFFF;
}
p.starseite {
	margin: 15px 20px;
	color:#FFFFFF;
	text-align:left;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}