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

html, body {
	height:100%;
}

body, p, h1, h2, td {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

body {
	background-color: #D7D7D7;
	text-align:center; /* horizontal centering for IE Win quirks */
}

p {
	padding: 9px 0px;
	text-align:left;
}


/* hiermit ist Liste NICHT eingerueckt, sondern komplett linksbuendig */ 
ol { list-style:decimal inside; }
/* statt unteren drei Angaben! */ 

/* hiermit ist Liste eingerueckt - statt obiger ol Angabe! */ 
/*
ol { list-style:decimal; }
ul, ol { margin-left: 1.4em; } 
li { margin-left: 1em; }
*/ 


a:link {
	color: #006633;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

h1  {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight:bold;
	color: #006633;
	text-align:left;
}

h2  {
	font-weight:bold;
	color: #006633;
	text-align:left;
	padding-top: 9px;
}

div#rune {
	position:absolute;
	width:228px;
	height:334px;
	top:50%;
	left:50%;
	margin-top:-152px;
	margin-left:-134px;
	background-image: url(../images/imgs/rune.gif);
	background-repeat: no-repeat;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#D7D7D7;
	margin-bottom:-240px; /* half of bgimage's height */
	float:left;
}

div#bgimage {
	margin:0 auto;
	position:relative; /* puts bgimage in front of distance */
	text-align:left;
	width:750px;
	height:480px;
	clear:left;
	border:1px solid #003300;
	background-color:#F0F6F9;
	background-image: url(../images/imgs/bg.gif);
	background-repeat: no-repeat;
}

div#logo {
	position:absolute;
	width:66px;
	height:66px;
	margin-top:20px;
	margin-left:666px;
}

div#spirale {
	position:absolute;
	width:607px;
	height:210px;
	margin-top:180px;
	margin-left:0px;
}

div#welcometext {
	position:absolute;
	width:650px;
	height:100px;
	margin-top:220px;
	margin-left:50px;
	text-align:center;
	line-height: 21px;
}

div#einleitungstext {
	position:absolute;
	width:480px;
	height:151px;
	margin-top:182px;
	margin-left:203px;
	text-align:left;
}

div#detailtext {
	display:none;
	/*visibility:hidden;*/
	position:absolute;
	width:425px;
	height:176px;
	margin-top:160px;
	margin-left:201px;
	text-align:left;
	overflow:auto;
	padding:12px;
	background-color:#F0F6F9;
	border:1px solid #003300;
}

div#infotext {
	position:absolute;
	width:425px;
	height:195px;
	margin-top:160px;
	margin-left:203px;
	text-align:left;
	line-height: 16px;
	overflow:auto;
	padding-right:12px;
}

div#kontaktformular {
	display:none;
	/*visibility:hidden;*/
	position:absolute;
	width:490px;
	height:330px;
	margin-top:110px;
	margin-left:150px;
	text-align:left;
	overflow:auto;
	padding:12px;
	background-color:#F0F6F9;
	border:1px solid #003300;
}

/*
.xlabel {
	padding: 3px;
	border: 0;
}

.xinput {
	background-color: #FFFFFF;
	width: 300px;
	padding: 2px 2px 2px 2px;
	border:1px solid #003300;
}

.xinput2 {
	background-color: #FFFFFF;
	width: 300px;
	padding: 0;
	border: 0;
}

.form_btn {
	background-color: #003300;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	border: 0;
	width:100px;
}
*/