/* ############################################################################## */
/* ### Anfang Grunddefinitionen ### */
/* ############################################################################## */
body {
	height: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #fff;
}

#hauptmenu_start {
	z-index: 11;
	position: absolute;	
	top: 0px;
	left: 250px;
	
	width: 22px;
	left: 50%;
	margin-left: -364px;
}
#hauptmenu_ende {
	z-index: 12;
	position: absolute;	
	top: 0px;
	left: 964px;
	
	width: 22px;
	left: 50%;
	margin-left: 340px;
}
#hauptmenu_hr {
	z-index: 9;
	position: absolute;	
	top: 26px;
	left: 260px;
	
	left: 50%;
	margin-left: -362px;
	
}
#submenu_start {
	z-index: 20;
	position: absolute;	
	top: 268px;
	left: 250px;
		
	width: 22px;
	left: 50%;
	margin-left: -362px;
}
#submenu_ende {
	z-index: 21;
	position: absolute;	
	top: 268px;
	left: 964px;
	
	width: 22px;
	left: 50%;
	margin-left: 340px;
}
#hauptmenu { 
	z-index: 6;
	position: absolute;
	top: 0px;
	left: 260px;
	width: 680px;
	height: 26px;
	background-image: url(../images/layout/menu.gif);
	padding-left: 24px;
	
	left: 50%;
	margin-left: -362px;
}
#untermenu {
	z-index: 7;
	position: absolute;
	top: 28px;
	left: 260px;
	width: 680px;
	height: 23px;
	
	background-image: url(../images/layout/submenu.gif);
	
	padding-left: 24px;
	
	left: 50%;
	margin-left: -362px;
}
#untermenu2 {
	z-index: 7;
	position: absolute;
	top: 268px;
	left: 260px;
	width: 680px;
	height: 25px;
	
	background-image: url(../images/layout/subsubmenu.gif);
	
	padding-left: 24px;
}

#logo, #hauptmenu_start, #hauptmenu_ende
{
	display:none;
}