
      
      


		body {
	background-color: #323232; }
#hintergrund {
	position:absolute;
	top: 10px;
	width: 980px;
	height:564px;
	z-index: 12;
	visibility: visible; }
#obenHintergrund {
	
	position: absolute;
	top: 110px;
	left: 0;
	height: 20px;
	width: 980px;
	z-index: 5;
	visibility: visible;
	
	}
#mainBild {
	background-color: #787878;
	min-height: 400px;
	width: 980px;
	top: 120px;
	position: absolute;
	 left: 0;
	z-index: 3;
	visibility: visible;
	padding-bottom: 50px;}
#newsHintergrund {
	background-image: url(files/newsBack.gif);
	height: 240px;
	width: 340px;
	right: 0;
	top: 120px;
	position: absolute;
	z-index: 4;
	visibility: visible;
	opacity: 0.9;
	filter: alpha(opacity=90); }

#fasent {
	background-image: url(files/1099_1.png);
	background-repeat: no-repeat;
	visibility: visible;
	position: absolute;
	z-index: 17;
	top: 35px;
	left: 42px;
	width: 380px;
	height: 200px; }

#untenLayer {
	background-color: #787878;
	height: 40px;
	width: 980px;
	left: 0;
	position: absolute;
	top: 770px;
	z-index: 60;
	visibility: visible;
	margin-bottom:10px;
	padding-bottom:25px;}
#Logo {
	height: 100px;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 17;
	visibility: visible; }
#menuOben {
	color: white;
	font-size: 24px;
	font-family: arial;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align: middle;
	height: 20px;
	width: 700px;
	left: 0px;
	top: 84px;
	position: absolute;
	z-index: 19;
	
	
	visibility: visible; }

#topRef {
	color: white;
	font-size: 12px;
	font-family: arial;
	background-color: #787878;
	background-position: 980px 0;
	height: auto;
	width: 980px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	visibility: visible; }

#schwarzbalken {
	color: white;
	font-size: 12px;
	font-family: arial;
	background-color: none;
	height: 900px;
	width: 980px;
	left: 0;
	top: 1500px;
	position: absolute;
	z-index: -20;
	position:relative;
	overflow:hidden;
	visibility: visible;
	margin:0; }
#topRefMask {
	color: white;
	font-size: 12px;
	font-family: arial;
	background-color: #787878;
	visibility: visible;
	margin: 0;
	position: absolute;
	z-index: 13;
	top: 420px;
	left: 0;
	width: 980px;
	height: 360px;
	overflow: hidden; }
#topReferenzen {
	color: white;
	font-size: 12px;
	font-family: arial;
	background-color: #787878;
	height: 240px;
	width: 980px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 14;
	visibility: visible;
	}
#ref1 {
	color: white;
	font-size: 12px;
	font-family: arial;
	background-color: #787878;
	height: 250px;
	width: 980px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	visibility: visible; }
#News {
	color: black;
	font-size: 12px;
	font-family: arial;
	height: 210px;
	width: 320px;
	top: 130px;
	position: absolute;
	right: 0;
	z-index: 6;
	visibility: visible; }
	
.menu {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular; 
  width:900px;                    /*  (1)  */
  position:absolute; 
  font-size:14px;
 visibility;visible;
  z-index:100;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none;
  font-weight: bold;
  color: #d9dad9;
  width:110px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:25px;                    /*  (2)  */
	text-align: center;
 z-index:100;
 
  line-height:25px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:110px;                    /* fÃŒr 'normale' Browser */

}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:14px;
  z-index:100;
}

/* li:hover  fÃŒr non-IE-Browser  ---  a:hover  fÃŒr IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color: #fff;
  
   visibility:isible;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:25px;                          /*  --> (2)  */
z-index:100;
  left:0; 
  width:130px;
   border: solid 1px red;
}
* html .menu ul li a:hover ul {
  margin-top:0;

}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {

  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#000000; 
  color:#ffffff; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 10px; 
  width:110px;
  z-index:100;
  opacity: 0.9;
	filter: alpha(opacity=90); 
 
}
* html .menu ul li a:hover ul li a {
  width:150px;

}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#000000;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#720000; 
  color:#ffffff;
}


.Wirmenu {
	color: #f0f0f0;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	text-decoration: none; }
.Wirmenu a {
	color: #f0f0f0;
	font-size: 15px;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; }
.Wirmenu a:visited {
	color: #f0f0f0;
	font-size: 15px;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; }
.Wirmenu a:hover {
	color: #fff;
	font-size: 15px;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; }

.text {
	color: white;
	font-size: 12px;
	font-family: arial;
	font-style: normal;
	font-weight: 400; }
.text a {
	color: #fff;
	font-size: 12px;
	font-family: arial;
	font-style: normal;

	text-decoration: underline;}
.text a:hover {
	color: #fff;
	font-size: 12px;
	font-family: arial;
	font-style: normal;

	text-decoration: underline; }
#home {
	color: #dbdbdb;
	padding: 5px 15px 15px 5px; }
#wir {
	color: #dbdbdb;
	padding: 5px 15px 15px 5px; }
#ref {
	color: #dbdbdb;
	padding: 5px 15px 15px 5px; }
#kont {
	color: #dbdbdb;
	padding: 5px 15px 15px 5px; }
#shop {
	color: #dbdbdb;
	padding: 5px 15px 15px 5px; }
#refWeg {
	position:absolute;
	top: 170px;
	width: 980px;
	height:564px;
	z-index:6; }
#refMenu {


	opacity: 0.9;

	background-color: #ad0000;
	height: 80px;
	width: 122px;
	left: 208px;
	top: 158px;
	position: absolute;
	z-index: 20;
	visibility: visible;
	border: solid 2px #505050; }
#refMenuText {
	position: absolute;
	top: 158px;
	left: 208px;
	width: 125px;
	height: 80px;
	z-index: 21;
	visibility: visible; }
.refMenuText {
	color: #dbdbdb;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-indent: 20px;
	z-index: 6;
	padding-top: 1px;
	padding-left: 1px;
	display: block; }
.refMenuText a:link {
	color: #dbdbdb;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-indent: 20px;
	z-index: 6;
	padding-top: 1px;
	padding-left: 1px;
	display: block; }
.refMenuText a:visited {
	color: #dbdbdb;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	z-index: 6;
	padding-top: 1px;
	padding-left: 1px; }
.refMenuText a:hover {
	color: #fff;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	line-height: 20px;
	background-color: #400000;
	text-decoration: none;
	text-indent: 20px;
	z-index: 6;
	padding-top: 1px;
	padding-left: 1px;
	display: block; }
.refMenuTextLi {
	color: #dbdbdb;
	font-size: 12px;
	font-family: arial;
	line-height: 20px;
	visibility: visible;
	list-style-type: none;
	z-index: 6;
	display: block; }
.formerror {
color:yellow;
}