body { padding: 0; margin: 0; font-size: 9pt; font-family: tahoma, sans-serif; letter-spacing: 1px; line-height: 160%; background: #3A6794;color: #454545;overflow-y:scroll}
* html body {overflow-y:auto}
div { text-align: left; }
#topOfPage { display: none; }
#conteiner { width: 776px; padding-top: 25px; padding-right: 25px; padding-left: 25px; padding-bottom: 16px; background: #fff; margin-left: auto; margin-right: auto}
#header { height: 45px;white-space:nowrap }
#logo {	width: 186px; float: left; }
#search { float: right; padding-top: 8px; text-align: right; width: 225px; }
#bar { clear: both; background: #cdcdcd; height: 25px; }
#top { background: url("../images/top.gif") 100% 0 no-repeat #505050; height: 180px; clear: both;display:block }
#body { clear: both; margin-bottom: 0px; margin-top: 15px}
#footer { float:left; padding-top: 1px; }
div.block, div.blockDistinct { padding: 10px; padding-bottom: 1px; padding-top: 8px;margin-left: 185px;}
div.blockDistinct {background: url("../images/corner.gif") no-repeat 100% 100% #f5f5f5; }
h1, h2 { margin: 0; margin-bottom: 10px; padding: 0; font-weight: normal; font-size: 28px }
#top h1 { color: #fff; padding-left: 22px; padding-top: 45px; padding-bottom: 5px; line-height: 122%;}
h2 { font-size: 16px; margin-bottom: 5px; color: #000; }
#top h3 { margin-left: 25px; font-size: 10pt; line-height: 12px; color: #fff; }
p {	margin: 0; margin-bottom: 5px}
p.right { text-align: right;}
#footer p {	clear: both; color: #c0c0c0; font-size: 11px;margin-bottom: 30px; }
form { margin: 0; }
fieldset { padding: 0; border: 0; }
legend { display: none; }
input { border: 1px solid #c0c0c0; color: #454545; font-size: 11px; letter-spacing: 1px; }
input.searchText { width: 50px; height: 13px; }
input.searchSubmit { color: #0080c0; background: #fff; letter-spacing: 1px;	border: 1px solid #fff;	font-size: 12px; width: 45px; height: 19px; margin: 0; padding: 0; }
ul { margin: 0; padding : 0; list-style : none; }
#bar li { margin: 0; padding: 0; padding-top: 3px; padding-bottom: 4px;	padding-left: 10px;	padding-right: 10px; border-right: 1px solid #fff; float: left; }
#bar li.active { background: #505050; color: #fff; padding-bottom: 4px; }

a:link, a:active, a:visited { text-decoration: none; }
a:link, a:active { color: #0080c0; }
a:visited { color: #0080c0; }
#bar a:link, #bar a:active, #bar a:visited { color: #000; } 
a img { border: 0; }
a img:active { border: 0; }
span.highlight { color: #abd6f1; }
span.highlight2 { color: #2D5B8B; }
span.hide { display: none; }
span.underline { text-decoration: underline; }


#nav ul li {	
	line-height: 18px;
	list-style: none;
	padding-left: 23px;
}
#nav ul li a {   
	border-bottom: 1px solid #f5f5f5;
	color: #f5f5f5;
	display: block;	
	padding: 4px;
	padding-left: 1px;
	text-decoration: none;
	width:150px	
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: url(Images/selector.gif) center left no-repeat;
	color: #000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(Images/selector_sub.gif);
}



 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

		#navigation a {
			display: block;
			padding: 5px;	
			width: 150px;		
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			/*color:#CC6714; */			
			text-decoration: none;
			width: 150px;
		}
		
		#navigation a:hover {			
			background-color: #F5F5F5;			
			/*color:#CC6714; */
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
		#content {		
		margin-left: 187px;
		}
		
		
		/* ein Extra fuer den IE-bug */
		*html #noindent {
			text-indent:-0.21em
		}