/******************* Stylesheet
/*******************************************************************/

/** Allgemeine Styles **/
* {
	margin:0px;
	padding:0px;
}

img {
	border:0px solid white;
}

a {
	text-decoration:none;
	color:white;
}
.inline {
	text-decoration:underline;
	color:#00336A;
}
a:hover {
	text-decoration:underline;
}
.inline:hover {
	text-decoration:underline;
	color:white;
}

body {
	height:100%;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-color: #00336A;
	font-family:  arial, sans-serif;
	color:white;
	font-size:0.8em;
}

h1 {
	margin-left:22px;
	color:#00336A;
	font-size:1.5em;
	font-weight:normal;
	width:650px;
	margin-bottom:21px;
}

h2 {
	margin-left:22px;
	font-size:1.5em;
	font-weight:normal;
	width:650px;
}

p {
	margin-left:22px;
	color:#00336A;
	width:650px;
	margin-bottom:15px;
}

p.impressum {
	margin-left:22px;
	color:#00336A;
	width:250px;
	margin-bottom:15px;
}

/** **/
#folge #title {
	margin-bottom:35px;
}

#puzzle {
	position:absolute;
	top:177px;
	left:210px;
	z-index:0;
}

#puzzleelement{
	position:absolute;
	top:386px;
}

#adress {
	position:absolute;
	top:193px;
	z-index:100;
}

#subnavi {	
	display:block;
	position:absolute;
	width:890px;
	top:620px;
	text-align:right;
}

#adressblock {	
	width:1000px;
}

#guidedbib {
	display:block;
	position:absolute;
	top:455px;
}

#site{
	height:610px;
	overflow:auto;
}

