* {
	margin: 0px;
	padding: 0px;
}

html{
	height:100%;
	}
.llieft{
	float:right;
}
.lright{
	float:left;
}
.clear {
	clear: both;
}

#header_top {
	height: 203px;
	margin: 0px;
/*	background-image: url(/images/parts/haeder_mini.jpg); */
	background-repeat: no-repeat;
	padding: 0px;
	width: 778px;
}
#header_top h1 {
	margin: 0px;
	padding: 0px;
	height: 203px;
	width: 778px;
}

#menu {
	height: 36px;
	width: 778px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	list-style: none none;
}


#top {
	height: 36px;
	width: 130px;
	background-image: url(/images/parts/menu01.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#events{
	height: 36px;
	width: 131px;
	background-image: url(/images/parts/menu02.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#map {
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu03.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#collectibles{
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu04.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#special{
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu05.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#radio {
	height: 36px;
	width: 130px;
	background-image: url(/images/parts/menu06.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ========================================================================== */
	/* navi a */
#top a{
	height: 36px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#events a{
	height: 36px;
	width: 131px;	
	text-indent: -9999px;
	display: block;
}
#map a{
	height: 36px;
	width: 129px;
	text-indent: -9999px;
	display: block;
}
#collectibles a{
	height: 36px;
	width: 129px;
	text-indent: -9999px;
	display: block;
}
#special a{
	height: 36px;
	width: 129px;	
	text-indent: -9999px;
	display: block;
}
#radio a{
	height: 36px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}

/* ========================================================================== */
	/* navi a:hover */
#top a:hover{
	height: 36px;
	width: 130px;	
	background-image: url(/images/parts/menu01_in.png);
	background-repeat: no-repeat;
}
#events a:hover{
	height: 36px;
	width: 131px;
	background-image: url(/images/parts/menu02_in.png);
	background-repeat: no-repeat;
}
#map a:hover{
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu03_in.png);
	background-repeat: no-repeat;
}
#collectibles a:hover{
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu04_in.png);
	background-repeat: no-repeat;
}
#special a:hover{
	height: 36px;
	width: 129px;
	background-image: url(/images/parts/menu05_in.png);
	background-repeat: no-repeat;
}
#radio a:hover{
	height: 36px;
	width: 130px;	
	background-image: url(/images/parts/menu06_in.png);
	background-repeat: no-repeat;
}

/* ========================================================================== */
