body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #AAAAAA;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}

.menue {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 150px;
}

.menuelinks {
	list-style: none;
	margin:0;
	padding-left:0;
	font-size: 15px;
}

.menuelinks li {
	border-top: 2px solid #BBBBBB;
	width: 130px;
	text-indent: 5px;
	color: #FFFFFF;
}

.m_1 {
	width: 130px;
	text-indent: 5px;
	height: 24px;
	line-height: 24px;
	display: block;
	background-color: #666666;
}

.m_2 {
	width: 130px;
	text-indent: 5px;
	height: 48px;
	line-height: 48px;
	background-color: #00B259;
}

.m_3 {
	width: 130px;
	text-indent: 5px;
	height: 36px;
	line-height: 36px;
	background-color: #EF7321;
}

.m_4 {
	width: 130px;
	text-indent: 5px;
	height: 36px;
	line-height: 36px;
	background-color:#330066;
}

.m_5 {
	width: 130px;
	text-indent: 5px;
	height: 24px;
	line-height: 24px;
	background-color:#009999;
}


.m_6 {
	width: 130px;
	text-indent: 5px;
	height: 48px;
	line-height: 48px;
	background-color:#009999;
}


.m_7 {
	width: 130px;
	text-indent: 5px;
	height: 36px;
	line-height: 36px;
	background-color:#666666;
}


.m_8 {
	width: 130px;
	text-indent: 5px;
	height: 24px;
	line-height: 24px;
	background-color:#009999;
}

.m_9 {
	width: 130px;
	text-indent: 5px;
	height: 48px;
	line-height: 48px;
	background-color:#29BDB5;
}

.m_10 {
	width: 130px;
	text-indent: 5px;
	height: 24px;
	line-height: 24px;
	background-color:#666666;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

li a:link, li a:visited {
	display: block;
	width: 100%;
	background-color: #999999;
}

.m_1 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.m_2 a:hover, .m_2 a:link#aktiv, .m_2 a:visited#aktiv {
	color: #FFFFFF;
	background-color:#00B259;
}

.m_3 a:hover, .m_3 a:link#aktiv, .m_3 a:visited#aktiv{
	color: #FFFFFF;
	background-color:#EF7321;
}

.m_4 a:hover {
	color: #FFFFFF;
	background-color:#330066;
}

.m_5 a:hover {
	color: #FFFFFF;
	background-color:#009999;
}

.m_6 a:hover {
	color: #FFFFFF;
	background-color:#009999;
}

.m_7 a:hover, .m_7 a:link#aktiv, .m_7 a:visited#aktiv{
	color: #FFFFFF;
	background-color:#666666;
}

.m_8 a:hover {
	color: #FFFFFF;
	background-color:#009999;
}

.m_9 a:hover {
	color: #FFFFFF;
	background-color:#94d6d6;
}

.m_10 a:hover {
	color: #FFFFFF;
	background-color:#666666;
}


.seitentitel {
	position: absolute;
	top: 108px;
	left: 190px;
	width: 550px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
}

#st_1 {
	color: #666666;
}

#st_2 {
	color: #330066;
}

#st_3 {
	color: #00B259;
}

#st_4 {
	color: #330066;
}

#st_5 {
	color: #009999;
}

#st_6 {
	color: #009999;
}

#st_7 {
	color: #666666;
}

#st_8 {
	color: #009999;
}

#st_9 {
	color: #666666;
}

#st_10 {
	color: #666666;
}

.content {
	position: absolute;
	margin-top: 0px;
	top: 195px;
	left: 190px;
	width: 550px;
}

.submenue {
	position: absolute;
	top: 165px;
	left: 190px;
	width: 550px;
	height: 30px;
}

.submenueclass {
	padding-right: 10px;
	font-size: 15px;
}

h1 {
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fettweiss {
	color: white;
	font-weight: bold;
}

.magerweiss {
	color: #FFFFFF;
}