html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	color: #080000;
	background-color: #58ACFA;
	background-image: linear-gradient(#58ACFA, #0B0B61);
	background-attachment: fixed;
	/*
	background-image: url(Bilder/wolken_15.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}

#content {
	position: relative;
	width: 100%;
}

div#header {
	width: 100%;
	height: 125px;
}



div#navileiste {
	background-color:#333;
	color:#fff;
	float: left;
	width: 150px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}


div#platzhalter {
	height: 125px;
}

#main
{
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;
}


div#news {
	border-width: 5px;
	border-style: ridge;
	border-color: #EEFF71;
	width: 70%;
	padding: 20px;
	margin: 25px;
	text-align: left;
	background-color: #859981;
	font-size: 18px;
}



div#content {
	position: align;
}



h1, h2{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #B2403A;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

	
a.navLink {
	color: #6B8E23;
	text-decoration: none;
}

a.mailLink {
	color: #F3F781;
	text-decoration: none;
}

a.internLink {
	color: #FFFFFF;
	text-decoration: none;
}

a.externLink {
	color: #FFFFFF;
	text-decoration: underline;
}

a.button {
	display: block;
	background-image: url(Bilder/Deko/Eintritt1.png);
	width: 401px;
	height: 103px;
}

h1 a, h2 a {
	color: black;
}

ul#navi , ul#navi ul {
	width:9.375em;  /* entspricht einer Breite von 150px (150 / 16 )*/
	float:left;
	background:#333;
	margin:0;
	padding:0;
	list-style:none;
}

ul#navi  li  {
	position: relative;
}

ul#navi a {
	display:block;
	padding:5px;
	color:#fff;
	font-weight:bold;
}

ul#navi ul  ,              /* 1. Ebene verschieben */
ul#navi  li:hover ul ul ,     /* 2. Ebene verschieben */
ul#navi  li:hover  ul ul ul  {  /* 3. Ebene verschieben */
	position:absolute;
	left:-9999px;
	top:0;
	background:#000;
}

ul#navi li:hover ul ,
ul#navi ul  li:hover  ul , 
ul#navi ul  ul li:hover  ul  {
	left:9.375em;    /* entspricht 150px */
}

ul#navi li:hover > a ,
ul#navi  ul li:hover  > a, 
ul#navi ul  ul  li:hover  > a, 
ul#navi ul  ul ul  li:hover  > a  {
	background:#a33;
	color:#fff;
}

img.zentriert {
	display: block;
	margin: 0 auto;
}


div#footer {
	margin-top: 50%;
}

div#NoJS {
	color: #FE2E64;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

