html, body, ul, ol, li,
form, fieldset, a , h1, h2, h3 {
margin: 0;
padding: 0;
border: 0;
}
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #858585;
	background-color: #FFFAF0;
}
a:link, a:visited, a:active {
	color: #858585;
	text-decoration: underline;;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
	}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
a[href$='.pdf'] {
padding-left:20px;
line-height:18px;
background:transparent url(../../media/layout/PDFIcon.gif) center left no-repeat;
}
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
h1  	{font-size:1.8em;}
h2  	{font-size:1.6em;}
h3  	{font-size:1.3em;}
h3  	{font-size:1.1em;}
form {margin: 0;}

#main { 
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#banner {
	padding-bottom: 184px;
	text-align: left;
	font-weight: bold;
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:80px;} 

#banner h1	{font-size: 3em;padding-top:6px;} 
#banner h2	{
	font-size: 1.2em;
	color:#ffff33;
}
#contentContainer {
	margin-top: 15px;
}
#sideColumn {
	float: left;
	width: 190px;
	margin: 5px 0 15px 0;
	padding:0px 0 10px 0;
	background: transparent url('../../media/linke-box/box-verlauf.gif') top left;
}
#content {
	margin-left: 209px;
	margin-top: 0px;
	padding: 5px 0px 14px 0px;
	text-align: left;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#header-box {
	color: #fff;
	text-align: right;
	margin-top:135px;
	margin-right:25px;
}
#header-box  {
	float: right;
	clear: right;
	width: 250px;
}
#header-img {
	color: #fff;
	text-align: left;
	margin-top:95px;
	margin-left:16px;
}
#header-img  {
	float: left;
	clear: left;
	width: 250px;
}
#footer { 
	font-size: 90%;
	color: #525252;
	border-top: 1px solid #525252;
	padding: 10px 5px 10px 5px;
	clear: both;
}
#text_footer	{ text-align:center;}
#text_footer_b { 
	width: 900px ;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 80%;
	text-align: center;
	color: #B0B0B0;
	padding: 0;
}
#powered_by, #coding 	{text-align:center;}
#powered_by a, #coding a {color:#B0B0B0; text-decoration:none; }
#powered_by a:hover, #coding a:hover {color:#525252; text-decoration:none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;  margin-top:27px;	border-top: 1px solid #525252;}

ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;
}
#nav {
	height: 1.95em;
	border-top: 0;
	border-bottom: 1px solid #525252;
	padding:0;
	padding-left:202px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	text-transform: none;
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block;  padding: 5px 10px; padding-bottom: 4px; color: #525252; text-decoration: none;}

#nav ul li a:hover, #nav li a:focus {background: #525252; border-bottom: 1px solid #525252; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #525252; color: #525252;}

#nav li.menu-current a		{color: #525252; }
#nav li.menu-current a		{font-weight: bold;} 

#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
.important	{
	font-weight:bold;color:#f00;
}
.info-box{
	border: 1px solid #cc3; 
	background-color:#F9F8E2;
	padding:4px;
}