* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

BODY {
	text-align: center;
}

#rahmen {
	width: 835px;
	height: auto;
	margin: auto;
	padding-bottom: 40px;
	background-image: url('gfx/bg_unten.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#rahmen IMG.header {
	display: block;
	float: left;
}

#menu {
	width: 224px;
	height: auto;
	float: left;
	padding-top: 195px;
	background-image: url('gfx/bg_menu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#menu UL {
	list-style-type: none;
}

#menu UL LI {
	margin-bottom: 5px;
}

#menu UL LI A {
	display: block;
	width: 193px;
	margin-left: 8px;
	padding: 5px 0px 5px 15px;
	color: black;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

#menu UL LI A:HOVER, #menu UL LI A#aktiv {
	background-color: #009ECC;
	color: white;
}

#menu UL {
	margin-top: 5px;
	margin-bottom: 7px;
}

#menu UL LI {
	margin-bottom: 0px;
}

#menu UL LI UL LI A {
	width: 178px;
	padding-left: 30px;
	font-size: 12px;
	color: #009ECC;
}

#menu UL LI UL LI A:HOVER, #menu UL LI UL LI A#aktiv_sub {
	background-color: transparent;
	color: #EE1C23;
}

#menu P {
	margin-left: 23px;
	margin-top: 20px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

#menu P STRONG {
	color: #EE1C23;
}

#inhalt {
	width: 548px;
	margin-left: 264px;
}

#inhalt P, #inhalt A, #inhalt H1, #inhalt H2, #inhalt LI {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

#inhalt P {
	margin-bottom: 10px;
}

#inhalt A {
	font-weight: bold;
	text-decoration: none;
	color: #009ECC;
}

#inhalt A:HOVER {
	text-decoration: underline;
}

#inhalt H1 {
	font-size: 19px;
	color: #009ECC;
	margin-bottom: 10px;
}

#inhalt H2 {
	font-size: 14px;
	color: #009ECC;
	padding-top: 3px;
         padding-bottom: 10px;
}

#inhalt UL {
	margin-left: 20px;
         margin-bottom: 10px;
}
#inhalt LI {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 3px;
}

#inhalt IMG {
	border: 1px solid #009ECC;
}

#clearer {
	clear: both;
}
