/* CSS Document */

body, html  {
	background: url(images/hg_document.gif) repeat-x #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

img	{
	border: none;
	}

#wrapper {
	width: 1000px;
	min-height: 100%;
	overflow: auto;
	background: url(images/hg_wrapper.gif);
}

#spalte_links {
	float: left;
	width: 180px;
	height: 400px;
	vertical-align: top;
}

#spalte_links img {
	display: block;
}

#spalte_links ul {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dotted #000000;
	background: #6d6e70;
}

#spalte_links li {
	background: url(images/hg_navigation.gif) bottom repeat-x;
}

#spalte_links li a,
#spalte_links li a:link,
#spalte_links li a:visited,
#spalte_links li a:active {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 15px 5px 1px 23px;
	border-bottom: 1px solid #8a8a8a;
	background: url(images/hg_navigation_inaktiv.gif) 10px 20px no-repeat;
}

#spalte_links li a:hover {
	color: #cc0000;
	background: url(images/hg_navigation_aktiv.gif) 10px 20px no-repeat;
}

#spalte_links li a.selected {
	color: #cc0000;
	background: url(images/hg_navigation_aktiv.gif) 10px 20px no-repeat;
}


#head {
	float: left;
	width: 820px;
	height: 80px;
	background: #4c4c4c;
}

#head ul {
	padding: 0px;
	margin: 30px 0px 0px 150px;
	list-style: none;
	}
	
#head li {
	padding: 0px;
	margin: 0px;
	float: left;
	}

#head li a, 
#head li a:link,
#head li a:visited,
#head li a:active {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 70px 0px 0px;
	}

#head li a:hover {
	color: #cc0000;
	}

#spalte_links_bild {
	float: left;
	width: 152px;
	height: 300px;
}

#spalte_content {
	float: left;
	width: 420px;
	padding: 10px;
	min-height: 2000px;
}

#spalte_content p.headline {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #b30602;
	font-size: 15px;
	font-weight: bold;
}

#spalte_content p.text {
	line-height: 21px;
}

#spalte_rechts_bild {
	float: right;
	width: 228px;
}



