	#menu {
		padding-left : 10px;
		position: absolute;
		margin-top: 160px;
		width: 760px;
		/*background-color: Fuchsia;*/
	}
	#menu a {
		float: left;
		font-size:10px;
		font-weight: bold;
		line-height: 18px;
		color: #0d99d4;
		text-decoration: none;
		padding : 6px 15px 1px 15px;
		letter-spacing : 0px;
	}
	#menu a:hover {
		background-image : url(bilder/bg_menu.gif);
		background-repeat : repeat-x;
		color: #32527d;
	}
	#kontakt {
		margin-top: 160px;
		margin-left: 660px;
		position: absolute;
		width : 100px;
	}
	#kontakt a {
		float: right;
		font-size:10px;
		font-weight: bold;
		line-height: 18px;
		color: #0d99d4;
		text-decoration: none;
		padding : 5px 14px 2px 15px;
		letter-spacing : 0px;
	}
	#kontakt a:hover {
		background-image : url(bilder/bg_menu.gif);
		background-repeat : repeat-x;
		color: #32527d;
	}
	#submenu {
		padding-left : 20px; display: block; height: 25px; background-repeat : no-repeat; background-image : url(bilder/bg_submenu.gif);
	}
	#submenu a {
		float: left;
		font-size:10px;
		font-weight: bold;
		line-height: 18px;
		color: #0d99d4;
		text-decoration: none;
		padding : 3px 10px 4px 10px;
		letter-spacing : 0px;
	}
	#submenu a:hover {
		color: #32527d;
	}
	#footer {
		width: 760px; height: 20px; background-image : url(bilder/bg_footer.gif); background-repeat : no-repeat; 
	}
	#footer a {
		text-decoration : none;	color: #32527d;
	}
	#footer a:hover {
		text-decoration : underline;
	}
	#footersprache {
		margin-top: 2px; margin-left: 20px; position: absolute;
	}
	#impressum {
		margin-top: 2px; margin-left: 660px; position : absolute;
	}