/**
 * Style sheet HB_allgemein
 */
/* Streifen unter Navi */
*
{
	margin:0;
	padding:0;
}

.mod_streifen
{
	width:960px;
	height:5px;
	top:-5px;
	position:relative;
	background-color:#D6D6D6;
}

body
{
	background-color:#3C3C3C;
}

html, body
{
	height:100%;
}

/* Footer */
#footer
{
	width:960px;
	margin-top:-20;
	margin-right:auto;
	margin-left:auto;
	background-color:#cccccc;
}

/* Hintergrund */
#wrapper
{
	margin:0 auto;
	background-color:#f2f2f2;
	min-height:100%;
}

/* IE Win < 7 only \ */
* html #wrapper
{
	height:100%;
}

/* Seitenpfad */
.mod_breadcrumb
{
	margin-bottom:10px;
	padding:4px 0px 4px 5px;
	border-bottom:1px dashed #666666;
	text-decoration:none;
	font-size:10pt;
	color:#000000;
}

/* Seitenpfad */
.mod_breadcrumb a
{
	color:#000000;
}

/* Seitenpfad */
.mod_breadcrumb a:hover
{
	text-decoration:none;
	color:#ff0000;
}

/* Contentdarstellung */
#main h1
{
	margin-top:10px;
	margin-bottom:20px;
	padding-left:5px;
	border-bottom:1px solid #666666;
	font-weight:bold;
	font-variant:small-caps;
	font-size:18pt;
	line-height:25px;
}

/* Contentdarstellung */
#main h2
{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:5px;
	border-bottom:1px solid #666666;
	font-size:14pt;
	line-height:20px;
}

/* Contentdarstellung Schriftart */
#main
{
	padding-bottom:30px;
	font-size:11pt;
}

/* Contentdarstellung */
.ce_accordion .toggler
{
	padding-left:5px;
	font-weight:bold;
	text-decoration:underline;
	line-height:15px;
	cursor:pointer;
}

/* Contentdarstellung */
.ce_accordion .accordion
{
	margin:5px 10px 15px 5px;
	padding:15px;
	border-left:1px dashed #00A24C;
}

/* Sitemap Level-Abstände */
.mod_sitemap .level_1 li, .mod_sitemap .level_2 li, .mod_sitemap .level_3 li, .mod_sitemap .level_4 li, .mod_sitemap .level_5 li, .mod_sitemap .level_6 li, .mod_sitemap .level_7 li, .mod_sitemap .level_8 li, .mod_sitemap .level_9 li
{
	margin-left:30px;
}

/* Block */
.block
{
	margin-right:10px;
}

/* Ergebniss-Anzahl */
.mod_search .header
{
	margin-top:20px;
	margin-bottom:20px;
}

/* Seitenanzeige */
.mod_search h3
{
	margin-top:20px;
	margin-bottom:10px;
}

/* Kontext */
.mod_search .context
{
	font-size:8pt;
	color:#666666;
}

/* Highlight */
.mod_search .highlight
{
	margin-top:20px;
	margin-bottom:10px;
	padding-right:2px;
	padding-left:2px;
	background-color:#ccffff;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
}

/* URL */
.mod_search .url, .mod_search .filesize
{
	margin-top:5px;
	font-style:italic;
}

