html { 
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body { 
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #B3A799;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}

#info { 
	visibility:hidden;
}


#inhalt { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}

	/* exploder V6 only */
* html #inhalt {
	overflow: auto;
}

	/* exploder V7 only */
*+html #inhalt {
	overflow: auto;
}

table.mittig {
	width: 100%;
	height: 95%;
	padding: 0;
	margin: 0;
	border: hidden;
	text-align:center;
	vertical-align: middle;
}

td.mittig {
	padding: 0;
	margin: 0;
	text-align:center;
	vertical-align: middle;

}

#flashseite { 
	width: 980px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#seite { 
	width: 835px;
	height: 340px;
	margin-top: -390px;
	margin-left: 85px;
	position: relative;
	overflow: auto;
	z-index: 3;
	background-image:url(/gif-hinter.gif);
	text-align: left;
}

	/* exploder V6 only */
* html #seite {
	margin-top: -390px;
	margin-left: 30px;
}

	/* exploder V7 only */
*+html #seite {
	margin-top: -390px;
	margin-left: 30px;
}

#hinter{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 0;
}


 a:link { text-decoration:none; color: #444444; }
 a:visited { text-decoration:none;color: #444444; }
 a:hover { text-decoration:underline; color: #000000; }
 a:active { text-decoration:none; color :#444444; }

p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top:0;
}

.h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.fett {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.klein {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
 
li {
	list-style-type:none;
	display: inline;
	padding-right: 9px;
}

li img {
	padding-bottom: 10px;
}