/************************
KASTEN
/***********************/
#header {	height: 65px;
		border: 0px solid blue;
		padding: 15px 0 20px 23px;}

#menu_logo{ border:0px solid green;
			margin-right: 8px;
			float: left;
			}
			
#menu{	border: 0px solid green;
		float: left;
		padding-top: 22px;
		width: 659px;
}

#impressum{	border: 0px solid green;
		float: left;
		padding-top: 22px;
		width: 71px;		
}

/************************
HAUPTMENÜ
/***********************/

ul#nav .last{margin-left:240px;border:0px solid blue;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 575px; /* Width of Menu Items */
	border: 0px solid blue
}

ul#nav{	width: auto; }
	
ul li {
	position: relative;
	float:left;
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 20px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 0px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	float:left;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */


/* Schiebt alle Ecken in der zweiten Ebene an ihren Platz, nur die Ecke Nr. 20 anders, das ist die des ersten Hauptpunktes */
.submenu{margin-left: -3px}
.submenu20{margin-left:1px} /* Die Nummer ist die ID des Eintrages, vordem die Ecke steht */
