/* ************ Struktur ***************** */
body {
	background: url(../image/himmel.jpg) no-repeat #b6c7e3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#space_top {
	height: 250px;
	width: 900px;
	/* background: url(../image/himme-blumen.gif) no-repeat; */
	position: absolute;
	margin:0;
	padding:0;
	left: 0px;
	top: 0px;
}

#space_content {
background: #ece8e0; 
	width: 2500px;
	height: 2500px;
	z-index: 1;
	left: 0px;
	top: 250px; 
	position: absolute; 
	border-top: 4px solid #fff;
}

#navi {
	position:absolute;
	top: 40px;
	width: 500px;
	height: 20px;
	left: 380px;
	color: #09F;
}

/* *************** Unterseiten ******************* */

#contentnav {
	float: left;
	width: 1000px;
	color: #605732;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 130%;
}

#logo {
	position: absolute;
	top: 5px;
	left:0px;
	z-index: 2;
}


#logotext {
	position: absolute;
	top: 90px;
	left:0px;
	z-index: 2;
	text-align: right;
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3855;
	line-height: 25px;
}

#logoshow {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 90px;
	left: 360px;
	z-index: 2;
}

#logonummer {
	position: absolute;
	top: 90px;
	left: 740px;
	z-index: 2;
	width: 200px;
	line-height: 25px;
}

#text {
	position: absolute;
	top: 90px;
	left: 400px;
	z-index: 2;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #312c3f;
	width: 600px;
}

#textindex {
	position: absolute;
	top: 110px;
	left: 100px;
	z-index: 2;
	color: #312c3f;
	width: 800px;
	line-height: 20px;
}

#text_flyer {
	position: absolute;
	top: 90px;
	left: 180px;
	z-index: 2;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #312c3f;
	width: 700px;
}


/* ************ Links ***************** */
a:link {color: #312c3f; font-weight: normal;}
a:visited {color:#312c3f;}
a:hover {color:#605732; text-decoration:none;}
a:active {color:#605732; font-weight: bold;}

a:link.allg { color:#7c8cad; font-weight:bold; text-decoration:none; }
a:visited.allg {color:#7c8cad; font-weight: bold; text-decoration: none;}
a:hover.allg {color:#312c3f;}
a:active.allg {color:#312c3f;}

a:link.cont {color:#a79d76; text-decoration: none;font-weight: normal;}
a:visited.cont {color: #a79d76; text-decoration: none;font-weight: normal;}
a:hover.cont {color:#275d72; font-weight: normal;}
a:active.cont {color:#275d72;}


/* ************ Typo ***************** */	

.contentnav {color: #312c3f; font-size: 180% }
.bold {
	color: #5eb2d1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

