@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
                  FRAMEWORK
-----------------------------------------------*/

body {
	background: #41ad49;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
}

#Table_01 {
	position:relative;
	margin: 0 auto;
	width:1118px;
	height:690px;
	background: url('/images/ek_frontpage.png') no-repeat;
}

#navcontainer {
	position:absolute;
	left:180px;
	top:445px;
	width: 780px;
	height: 120px;
}

ul#navlist {
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
}

ul#navlist li {
	display: block;
	float: left;
	width: 112px;
	height: 100px;
	padding-right: 42px;
}

#navlist li a {
	background: url('/images/menu.png');
	display: block;
	width: 100%;
	height: 100px;
}

#navlist li a.abenteuer {
	background-position: 0px 0px;
}
#navlist li a:hover.abenteuer {
	background-position: 0px 101px;
}

#navlist li a.club {
	background-position: -114px 0px;
}
#navlist li a:hover.club {
	background-position: -112px 101px;
}

#navlist li a.fragen {
	background-position: -224px 0px;
}
#navlist li a:hover.fragen {
	background-position: -224px 102px;
}

#navlist li a.spiele {
	background-position: -336px 0px;
}
#navlist li a:hover.spiele {
	background-position: -336px 101px;
}

#navlist li a.links {
	background-position: -447px 0px;
}
#navlist li a:hover.links {
	background-position: -447px 102px;
}


#fadeshow1 {
	position:absolute;
	left:569px;
	top:232px;
	width:316px;
	height:190px;
	z-index: 30;
}

#fadeshow2toggler {
	position:absolute;
	left:828px;
	top:400px;
	width: 60px;
	height: 25px;
	text-align:center;
	z-index: 40;
}
