body {
    /* background-image: url("../grafiken/back_all.gif");  */
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #E0CBA3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 800px;
    margin: auto;
	margin-top: 5px;
    border: 1px solid;
	border-color: #FF3333;
}

#banner {
	padding: 0px;
	margin-top: -10px;
	height: 150px;
	background-image: url("../grafiken/back_banner.jpg");
    text-align: left;
    border-bottom: 1px solid;
	border-color: #FF3333;

}

#banner h1 {
	position: relative;
	z-index: 1000;
	top: 15px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CC3300;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
}

#sidebar {

	float: left;
	width: 170px;
    margin-top: 10px;
	margin-left: 5px;
}

#content {
	margin-left: 200px;
    margin-right: 11px;

}


#sidebar a:visited, #sidebar a:link, #sidebar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: 100%;
	height: 18px;
	border-top: 1px hidden;
	border-top-color: #FF3333;
	border-bottom: 1px hidden;
	border-bottom-color: #CC0033;
	vertical-align: middle;
}

#sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 11px; color: #FF9900;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: 100%;
	height: 18px;
	border-top: 1px hidden;
	border-top-color: #CC0033;
	border-bottom: 1px hidden;
	border-bottom-color: #CC0033;
	vertical-align: middle;
}

ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0x;
}

#sidebar ul.detailmenu a {
	border-left: 5px solid #FFCC00;
	width: 175px;
}

#container-both {
	margin-left: 0px;
}

/*beeinflusst das Layout des aktiven Menupunkts*/
#sidebar a.menuactive, #sidebar a.submenuactive {
	color: #CC0000;
}

.search {
	text-align: center;
}

#content, #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E394D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
}

#content a, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

hr {
	background-color:#6297C1;
	color:#6297C1;
	border: #6297C1;
	height: 1px;
}

.sitemap ul {
	padding-left: 30px;
}
