@charset "utf-8";
/* CSS Document */
html,body,#unten,#all {
	height:100%;
}
#all, #leiste-oben,#unten {
	width:760px;
}
#visualkey-container {
	width:129px;
	height:74px;
	float:left;
	z-index:100;
}
#visualkey-container img {
	z-index:1001;
}
#leiste-oben-rechts {
	float:left;
}
#header-oben,#header-unten,#leiste-oben-rechts {
	width:630px;
}
#header-oben {
	height:49px;
	position:relative;
}
#header-oben-links {
	float:left;
	height:35px;
}
#header-oben-rechts {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin-right:10px;
	padding-bottom:4px;
}
#header-unten {
	height:24px;
	width:630px;
}
.menutier1 {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#separators {
	height:4px;
}
#separator-1 {
	width:129px;
	height:4px;
	float:left;
}
#separator-2 {
	width:630px;
	height:4px;
	float:left;
}
#submenu {	
	width:129px;
	height:100%;
	z-index:100;
	float:left;

}
#submenu ul {
	margin-left:10px;
	width:119px; /* submenu.width - submenu-ul.margin-left */
	margin-top:30px;
	z-index:101;
}
.content {
	float:left;
	width:620px;
	margin-left:140px;/* 10px+submenu.width */
	margin-top:31px;
	position:absolute;
}
.menushadow {
	 height: 4px;
	 position:absolute;
	 display:none;
}
#footerlinks {
	position: absolute;
	bottom: 10px;
	left: 2px;
	width:119px;
}
p {
	margin:10px 0px;
}