* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
}

HTML, BODY {
	height: 100%;
}

BODY {
	background-image: url(gfx/header_start.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #C4EDFC;
}

#rahmen {
	width: 950px;
	background-image: url(gfx/spalte_bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	_height: 100%;
}

#spalte {
	width: 204px;
	float: left;
}

#submenu {
	width: 178px;
	background-image: url(gfx/monster.gif);
	background-repeat: no-repeat;
	min-height: 171px;
	_height: 171px;
	text-align: right;
	padding-top: 110px;
	margin-top: 72px;
}

#submenu UL {
	list-style-type: none;
	width: 110px;
	margin-left: 68px;
}

#submenu UL LI {
	margin-bottom: 10px;
}

#submenu UL LI A {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#submenu UL LI A:HOVER, #submenu UL LI A.aktivsub, #submenu UL LI UL LI A.aktivsubsub {
	font-weight: bold;
}

#submenu UL LI UL {
	margin-top: 7px;
	width: auto;
	margin-left: 0px;
}

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

#submenu UL LI UL LI A {
	font-size: 12px;
}

#spalte_rechts {
	width: 700px;
	float: right;
}

#menu {
	background-image: url(gfx/header_start.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;

	width: 100%;
	height: 93px;
	padding-top: 20px;
}

.fixed {
	position: fixed;
}

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

#menu UL LI {
	float: left;
	padding-left: 8px;
	margin-right: 20px;
	background-image: url(gfx/doppelpunkt.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

#menu UL LI A {
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#menu UL LI A:HOVER, #menu UL LI A.aktiv {
	font-weight: bold;
}

#inhalt {
	width: 660px;
	min-height: 350px;
	_height: 350px;
	margin-left: 40px;
	padding-top: 120px;
}

#inhalt H1, #inhalt H2, #inhalt P, #inhalt UL LI {
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
}

#inhalt H1 {
	padding-top: 10px;
}

#inhalt H2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
}

#inhalt P {
	font-size: 14px;
	font-weight: normal;
}

#inhalt A {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

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

#inhalt UL {
	margin: 0px 0px 10px 50px;
}

#inhalt UL LI {
	font-size: 14px;
	margin-bottom: 5px;
}

#footer {
	width: 700px;
	margin: 50px 0px 50px 0px;
	text-align: center;
}

#footer A {
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	color: black;
	text-decoration: none;
}

#footer A:HOVER {
	font-weight: bold;
}