@charset "UTF-8";
/* CSS Document */

#hruler {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	width: 40em;
}

#layout {
	float:right;
	top: -2.5em;
	position: relative;
	margin-right: 1em;
	font-weight: bold;
	border: thin dotted #9c6a2e;
	padding-right: 0.2em;
	padding-left: 0.2em;
	height: auto;
	width: auto;
}
* html #layout {display:inline;}

.layout_text {
	float: left;
	margin-right: 0.2em;
}
* html .layout_text {display:inline}

.layout_bild {
	margin-top: 0.3em;
	float: right;
}
* html .layout_bild {display:inline}

.layout_pix {
	width: 5.5em;
	height: 1.938em;
}

/*--------------------------------*/

#sitemap-baum {
	padding-top: 1em;
}

#sitemap-baum ul {
	list-style-type: none;
	margin: 0 30px 0 45px;
	padding: 0;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #900;
}
#sitemap-baum ul li {
margin: 8px 0 0 0;
padding: 0;
}
#sitemap-baum ul ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #900;
}
#sitemap-baum ul ul li {
	margin: 0;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 95%;
}

#sitemap-baum ul a {
	margin: 0;
	padding: 0 10px;
	font-size: 100%;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	background-color: #ccc;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#sitemap-baum ul a:visited {
	background-color: #ccc;
	color: #333;
	padding-right: 15px;
}
#sitemap-baum ul a:hover {
	background-color: #bbb;
	color: #000000;
	border-bottom-color: #FF0000;
}
#sitemap-baum ul a:active,
#sitemap-baum ul a:focus {
	color: #FF0000;
}

#sitemap-baum ul ul a {
font-variant: normal;
font-weight: normal;
}
#sitemap-baum ul ul a.lev2, #sitemap-baum ul ul a.lev2 a:hover, #sitemap-baum ul ul a.lev2 a:active {
	font-variant: small-caps;
	font-weight: normal;
	color: #333;
	background-color: #ccc;
	font-size: 105%;
	border-bottom-color: #900;
}
#sitemap-baum ul span.not_yet a {
	color: #B3B3B3;
	background-color: #E1E1E1;
	text-decoration: line-through;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-color: #816968;
}
#sitemap-baum ul span.sitemap_top a,
#sitemap-baum ul span.sitemap_top a:hover,
#sitemap-baum ul span.sitemap_top a:active,
#sitemap-baum ul span.sitemap_top a:focus {
	color: #333;
	background-color: #ccc;
	border-bottom-color: #900;
}

#sitemap-baum ul span.sm-aktiv {
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}
