body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#DIVContainer {
	background-color:#ffffff;
	width: 650px;
	margin: auto;
	box-shadow: 0 0 80px 14px #5cc1fb;	
}

header {
	float:left;
	display:block;
	width: 650px;	
	height: 246px;
}

nav {
	float:left;
	display:block;
	width: 650px;	
}

#hauptmenu {
	height: 42px;
	width: 600px;
	padding: 0 25px 0 25px;
}

#untermenu {
	height: 34px;
	width: 600px;
	padding: 0 25px 0 25px;	
	box-shadow: inset 0 20px 12px -20px #5cc1fb, inset 0 -20px 12px -20px #5cc1fb;	
}

ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#hauptmenu li  {
    display: inline;
    list-style-type: none;
	margin-right: 20px;
	line-height: 42px;
}

#untermenu li  {
    display: inline;
    list-style-type: none;
	margin-right: 20px;
	line-height: 34px;
}

footer li  {
    display: inline;
    list-style-type: none;
	margin-right: 20px;
	line-height: 42px;
}
 
#hauptmenu li a {
    text-decoration:none;
	color: #0069b4;
}

#untermenu li a {
    text-decoration:none;
	color: #009fe3;
}

footer li a {
    text-decoration:none;
	color: #0069b4;
}

#hauptmenu li a:hover {
	text-shadow:0px 0px 8px #3bb5fb;
}

#untermenu li a:hover {
	text-shadow: 0px 0px 8px #3bb5fb;
}

footer li a:hover {
	text-shadow:0px 0px 8px #c13392;
}

#hauptmenu ul .active { 
	text-decoration: none;
	background-repeat:no-repeat;	
	font-weight: bold;
}

#untermenu ul .active { 
	text-decoration: none;
	background-repeat:no-repeat;	
	font-weight: bold;
}

footer ul .active { 
	text-decoration: none;
	background-repeat:no-repeat;	
	font-weight: bold;
}

#hauptmenu ul .first { 
}

#untermenu ul .first { 
}

#hauptmenu ul .last { 
	margin-right: 0;
}

#untermenu ul .last { 
	margin-right: 0;
}

 
content {
	float:left;
	display:block;
	width: 600px;
	padding: 25px 25px 25px 25px;		
}

footer {
	float:left;
	display:block;
	width: 600px;
	padding: 50px 25px 30px 25px;	
}

#clear { 
	clear: both;
}

