@charset "utf-8";
/*Print and Cut */

body {
	background: #000000;
	}
	
#content {
	margin-left: -450px;
	margin-top: -275px;
	position: absolute;
	height: 550px;
	width: 900px;
	left: 50%;
	top: 50%;
	}
	
#navigation {
	height: 20px;
	width: 900px;
	border-bottom: thin solid #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	z-index: 1;
	}
	
#main {
	height: 500px;
	width: 900px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	background-image: url(images/index-neu.jpg);
	}
#fuss {
	height: 15px;
	width: 890px;
	border-top: thin solid #CCCCCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	}
.fuss {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.navi {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  li {
  float: left;
  position: relative;
  width: 10em;
  }
  li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 1;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul { display: block; }

#mainimpressum {
	height: 500px;
	width: 900px;
	padding-top: 20px;
	background-image: url(images/index%20Kopie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#text {
	margin-right: auto;
	margin-left: auto;
}
.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.flash {
	z-index: 3;
	}
.ul {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 6px;
	}

