* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FEF3DC;
	background-image: url(/userfiles/layout/background.jpg);
	background-repeat: repeat;
	font-family: 'Lucida Sans', Tahoma, Arial, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #225070;
	letter-spacing: 0.06em;
	min-height: 102%;
	height: auto;
	display: block;
}

#gesamt {
	height:				auto;
	width:				887px;
	display:			block;
	position:			absolute;
	left:				50%;
	margin-left:			-444px;
	top:				0px;
	background-image:		url(/userfiles/layout/mainbackground.jpg);
	background-repeat:		repeat-y;
	background-position:		0px 0px;
}
					

#header		{
	display:			block;
	height:				170px;
	width:				100%;
	background-image:		url(/userfiles/layout/header.jpg);
	background-repeat:		no-repeat;
	background-position:		0px 0px;
}

#headerlogo	{
	width:	 			441px;
	height:				88px;		
	position:			relative;
	top:				5px;
	left:				15px;
	background-image:		url(/userfiles/layout/headerlogo.jpg);
	background-repeat:		no-repeat;
	display:			block;
	float:				left;
}

#headerlogo img	{
	width:				441px;
	height:				88px;
	border:				none;
	display:			block;
}

#logo {
	display: none;
}

#adressdaten {
	display: none;
}

#navigation {
	display: block;
	width: 200px;
	position: relative;
	float: left;
	top: 20px;
	left: 25px;
	padding: 0;
	background-image: url(/userfiles/layout/navigationback.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}

#navigation ul {
	display: block;
	width: 200px;
	height: auto;
	padding: 55px 0 0 0;
	background-image: url(/userfiles/layout/seitenuebersicht.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}

#navigation ul li {
	width: 188px;
	display: block;
	list-style-type: disc;
	margin-left: 1px;
}

#navigation ul li a {
	font-size: 11pt;
	font-weight: normal;
	color: #17364C;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(/userfiles/layout/star3.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}

#navigation ul li a:hover {
	color: #000000;
	background-image: url(/userfiles/layout/star.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#navigation ul li.menu_aktiv a {
	color: #000000;
	background-image: url(/userfiles/layout/star.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#navigation ul li.sub a {
	font-size: 9pt;
	font-weight: normal;
	color: #17364C;
	text-decoration: none;
	margin-left: 28px;
	padding-left: 20px;
	padding-top: 4px;
	background-image: url(/userfiles/layout/star4.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}
#navigation ul li.sub_aktiv a {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 28px;
	padding-left: 20px;
	padding-top: 4px;
	background-image: url(/userfiles/layout/star2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}

#navigation ul li.sub a:hover {
	color: #000000;
	background-image: url(/userfiles/layout/star2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#navigation div.navfooter {
	display: block;
	width: 200px;
	height: 15px;
	background-image: url(/userfiles/layout/navfooter.gif);
	background-repeat: no-repeat;
}

#content {
	display: block;
	float: left;
	width: 570px;
	height: auto;
	min-height: 350px;
	position: relative;
	top: 10px;
	left: 65px;
	padding-bottom: 30px;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	color: #225070;
	background-color: inherit;
	border-bottom: 1px solid #4C2000;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	color: #225070;
	background-color: inherit;
	border-bottom: 1px solid #4C2000;
}

#content a {
	text-decoration: none;
	/*color: #17364C;*/
	color: #000000;
	font-weight: normal;
	background-color: inherit;
}

#content a:hover {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

#content ul {
	padding: 5px 0px 15px 20px;
	list-style-type: none;
	line-height: 16pt;
}

#content ul li {
	line-height: 1.6em;
	font-size: 1em;
}

#content p {
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 16pt;
	font-size: 1em;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background-image: url(/userfiles/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer span {
	color: #ffffff;
	font-size: 10pt;
	display: block;
	text-align: right;
	width: auto;
	padding-right: 20px;
	padding-top: 35px;
}

#footer span a {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

#footer span a:hover {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}
