body {
	background:#D8D9E6 url(img/start/bg/streifenBG.gif) repeat-y;
	margin:0px;
	font-family:sans-serif;
}

#intranet {
	position:absolute;
	left:150px;
	height:10px;
	z-index:1;
	color:#ffffff;
}

#intranet a, a:link, a:visited, a:active, a:focus {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#intranet a:hover {
	color:#D8D9E6;
}


#back {
	background:transparent url(img/start/start.gif) no-repeat;
	position:absolute;
	width:803px;
	height:560px;
}
#logoBG {
	background:transparent url(img/start/bg/logoBG.gif) repeat-x;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
}
#logoBG h1 {
	display:none;
}
#logo {
	position:absolute;
	width:199px;
	height:199px;
	padding-left:800px;
	right:0px;
}

#museumIcon {
	background:url(img/start/museum.jpg) no-repeat;
	position:absolute;
	width:325px;
	height:165px;
	left:325px;
	top:215px;
}
#handelIcon {
	/*background-image:url(img/start/handel/09.jpg);*/
	background-repeat:no-repeat;
	position:absolute;
	width:190px;
	height:190px;
	left:460px;
	top:380px;
	z-index:100;
}
#naturIcon {
	/*background-image:url(img/start/natur/02.jpg);*/
	background-repeat:no-repeat;
	position:absolute;
	width:180px;
	height:170px;
	left:400px;
	top:0px;
	z-index:100;
}
#voelkerIcon {
	/*background-image:url(img/start/voelker/00.jpg);*/
	background-repeat:no-repeat;
	position:absolute;
	width:199px;
	height:190px;
	left:803px;
	top:380px;
	z-index:100;
}

#menu {
	position:absolute;
	left:130px;
	height:120px;
}

#menu ul {
	position:relative;
	top:200px;
	left:0px;
	padding:0px;
	margin:0px;
	list-style:none;
}
#menu li {
	margin:0px;
	font-size:12px;
}
#menu a {
	background:transparent url(img/start/bg/menuBG.gif) no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:30px;
	width:170px;
}
#menu a:hover {
	background:url(img/start/bg/menuBGactive.gif) no-repeat;
}
#menu span {
	display:block;
	padding:5px;
	padding-left:20px;
}
#menu li#menu1 a {
	background-position:0px 0px;
}
#menu li#menu2 a {
	background-position:0px -30px;
}
#menu li#menu3 a {
	background-position:0px -60px;
}
#menu li#menu4 a {
	background-position:0px -90px;
}

#extramenu {
	position:absolute;
	left:130px;
	top:415px;
	/*height:140px;*/
	z-index:100;
}
#extramenu ul {
	/*position:absolute;
	top:0px;*/
	padding:0px;
	margin:0px;
	list-style:none;
}
#extramenu li {
	margin:0px;
	font-size:12px;
}
#extramenu a {
	background:transparent;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	width:270px;
}
#extramenu a:hover {
	background:#0A1465;
}
#extramenu span {
	display:block;
	padding:5px;
	padding-left:20px;
	border-bottom:1px solid #8085AF;
}
