@charset "utf-8";body {	background-image: url(bg.gif);	background-color: #cccccc;	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	font-size: 12px;	color: #6B6B6B;}h1, h2, h3, h4 {	margin: 0;}h2, h3, h4 {	margin-bottom: 20px;	padding-bottom: 9px;	border-bottom: 1px solid #F2F2F2;	letter-spacing: -0.035em;	font-weight: normal;	color: #37404C;}h1 {	border-bottom: 1px solid #F2F2F2;	letter-spacing: -0.035em;	color: #37404C;	font-style: italic;	font-weight: bold;}h2 {	font-size: 28px;	padding-top: 50px;}h3 {	font-size: 16px;	font-weight: bold;}h4 {	font-size: 14px;	font-weight: bold;}.totalcontent {	background-color: #ffffff;}
.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-color: #617CAD;
}
.search {
	vertical-align: top;
}
.menu {
	vertical-align: top;
	font-size: 11px;	padding: 0px 0px 0px 2px;	font-family: Verdana, sans-serif;	font-style: italic;
}
.footer {
	background-color: #889DC2;
	background-image: url(footer.gif);
}
.content {
	text-indent: 10px;
	height: 400px;
	vertical-align: top;
}


a.menu_default:link, a.menu_default:visited {	
	display: block;	
	color: blue;	
	text-decoration: none;	
	text-indent: 20px;	
	background: url(dot-blau.gif) left center no-repeat;	
	padding: 2px 2px 2px 2px;
	}
a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {	
	display: block;	
	color: black;	
	text-decoration: underline;	
	text-indent: 20px;	
	background: url(dot-gelb.gif) left center no-repeat;	
	padding: 2px 2px 2px 2px;
}
a.menu-home:link, a.menu-home:visited {	
	display: block;	
	color: black;	
	text-decoration: none;	
	text-indent: 20px;	
	background: url(home.gif) left center no-repeat;	
	padding: 2px 2px 2px 2px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
}
.menu ul ul {
	padding-left: 10px;
}