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

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

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

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

#navcontainer {
	position:absolute;
	left:107px;
	top:110px;
	width: 115px;
	height: 500px;
}

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

ul#navlist li {
	display: block;
	float: left;
	width: 112px;
	height: 90px;
	padding-top: 0px;
}

#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: -112px 0px;
}
#navlist li a:hover.club {
	background-position: -110px 101px;
}

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

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

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



#content {
	position: absolute;
	width: 660px;
	height: 417px;
	left: 261px;
	top: 134px;
	/*background-color:#FF0000;*/
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

#links_footer {
	position: absolute;
	left: 367px;
	top: 590px;
	width: 300px;
	height: 20px;
	/*background-color:#FF0000;*/
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
}

#entdecker-kids {
	position: absolute;
	left: 313px;
	top: 71px;
	width: 428px;
	height: 53px;
	margin: 0;
	cursor: pointer;
}

#topmenu {
	position: absolute;
	left: 865px;
	top: 88px;
	width: 100px;
	height: 20px;
	margin: 0;
	font-weight:bold;
}

#pfeil_next {
	position: absolute;
	top: 363px;
	left: 614px;
	width: 40px;
	height: 23px;
	z-index: 100;
	visibility: visible;
}


#pfeil_prev {
	position: absolute;
	top: 363px;
	left: 30px;
	width: 40px;
	height: 23px;
	z-index: 100;
	visibility: visible;
}

#text_content_left {
	position: absolute;
	top: 16px;
	left: 25px;
	width: 200px;
	/*height: 341px;*/
	background: url('/images/text_content_bg.png');
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 13px;
	display: none;
	-webkit-box-shadow: 2px 2px 2px #000000;
	-moz-box-shadow: 2px 2px 2px #000000;
	box-shadow: 2px 2px 2px #000000;
}


#text_content_right {
	position: absolute;
	top: 16px;
	left: 420px;
	width: 200px;
	/*height: 341px;*/
	background: url('/images/text_content_bg.png');
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 13px;
	display: none;
	-webkit-box-shadow: 2px 2px 2px #000000;
	-moz-box-shadow: 2px 2px 2px #000000;
	box-shadow: 2px 2px 2px #000000;
}

#audioflash {
	display: none;
}

#flash_content {
	position: absolute;
	width: 653px;
	height: 393px;
	padding: 0;
	margin: 0;
	z-index: 0;
	top: 5px;
	left: 15px;
}


#dhtmltooltip {
	position: absolute;
	/*width: 150px;*/
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFF00;
	visibility: hidden;
	z-index: 200;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 4px;
}

/*-----------------------------------------------
                     LINKS
-----------------------------------------------*/

a:link, a:active, a:visited {
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #FF0000;
	font-weight: bold;
}

#content a:link, #content a:active, #content a:visited {
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}


#content a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#content img {
	border: 0;
}

/*-----------------------------------------------
                     TEXT
-----------------------------------------------*/

p {
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

#smalltext {
	font-size: 9px;
}

.bold {
	font-weight: bold;
}

.bold-red {
	color: #FF0000;
	font-weight: bold;
}

.fancy-heading {
	color: #0000CC;
	font-size: 20px;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.italic {
	font-style: italic;
}


.gelb {
	color: #FFFF33;
}

.gelb-bold {
	color: #FFFF33;
	font-weight: bold;
}

.gruen {
	color: #009900;
}

.gruen-bold {
	color: #009900;
	font-weight: bold;
}

.blau {
	color: #0000FF;
}

.blau-bold {
	color: #0000FF;
	font-weight: bold;
}

.orange {
	color: #FF9900;
}

.orange-bold {
	color: #FF9900;
	font-weight: bold;
}

.weiss {
	color: #FFFFFF;
}

.weiss-bold {
	color: #FFFFFF;
	font-weight: bold;
}

#text_content_left p, #text_content_right p {
	font-size:13px;
}

#toggle, #toggle1, #toggle2, #toggle3 {
	color: #FF0000;
	cursor: pointer;
}

/*-----------------------------------------------
          CONTENT & LAYOUT ELEMENTS
-----------------------------------------------*/


.tableinborder { 
	background-color: #000000;
} 

.guestbook_table {
	font-size: 11px;
	border: 1px solid #808080;
}

#content_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 660px;
	height: 417px;
	z-index: 20;
}


#fragen_links {
	position: absolute;
	top: 24px;
	left: 39px;
	width: 272px;
	height: 290px;
	/*background-color: #FF0000;*/
	z-index: 30;
	padding: 0;
}


#fragen_rechts {
	position: absolute;
	top: 35px;
	left: 342px;
	width: 264px;
	height: 290px;
	/*background-color: #0000FF;*/
	z-index: 30;
	padding: 0;
}
