body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
	left: 4px;
	top: -4px;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/
h1{
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}
#bannerDiv {
	width:100%;
	height:240px;
	background:url(img/startseite-rechts.png)
	position: absolute;
	top: 120px;
	text-align:center;
}

#topontainerDiv {
	width:422px;
	position:absolute;
	bottom: 0px;
	text-align:center;
	padding:0px 0;
}
img {
	max-width: 100%;
	height: auto;
}

#exampleDiv {
	width:100%;
	background:#000;
	opacity: 0.65;
	position:absolute;
	top: 0px;
	height: 80px;
	text-align:center;
	color:#000;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0;
	z-index:-1;
}
	#exampleDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background: ;
		color: #F00;
	}	

#bottomDiv {
	width:100%;
	background:#000;
	position:absolute;
	bottom: 0px;
	opacity: 0.00;
	height: 40px;
	text-align:center;
	padding:10px 0;
		z-index:9;
}

	#bottomDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:18px;
		text-decoration:none;
	}

	#bottomDiv a:hover {
		background:#fff;
		color:#000;
	}	
	
#bottomcontainerDiv {
	width:100%;
	position:absolute;
	bottom: 0px;
	text-align:center;
	padding:0px 0;
	z-index:10;
}

#MenueDiv {
	width:100%;
	height:25px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	color:#FFFFFF;
	font-size:18px;
	font-family: "Casa Sans",Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0;
	z-index:10;
}
	#MenueDiv a {

		color: #FFF;
		font-family: "Casa Sans",Arial, Helvetica, sans-serif;
		font-size:18px;
		text-decoration:none;
		width:108px;
		margin: 19px;
		padding:19px;

	}
	

	}
	#MenueDiv a:hover {
		background: url(../img/over.png);
		background-repeat:no-repeat;
		color: #F00;
		width:108px;
		margin: 19px;
		padding:19px;
	}	

	#MenueDiv a:active   {
		background: url(../img/over.png);
		background-repeat:no-repeat;
		color: #F00;
		width:108px;
		margin: 19px;
		padding:19px;
	}	
	
#contentDiv {
	width:55%;
	height:auto;
	border-radius:10px;
	moz-border-radius:10px;
	webkit-border-radius:10px;
	khtml-border-radius:10px;
	background:#FFFFFF;
	opacity:0.65;
	position: absolute;
	top: 150px; 
	left: 10%;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px;
	z-index:1;
	overflow:auto;
}
#contentDiv a {

		color: #f00;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration:none;
		width:108px;

}
#contentDiv a:hover {
		color: #000;
		width:108px;

	}	

	
	
	
	
	#labelstartseite{
		background: url(../img/startseite-rechts.png);
		background-repeat:no-repeat;
		width:379px;
		height:240px;
		right:0px;
		bottom:80px;
		position:absolute;
		z-index:-1;
	}
	

	}
	.red {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#F00;	
	}
ul.liste {
 
   margin: 0 0 20px 0; 
   padding: 0; 
   list-style: none;
 
}
 


ul.liste li {
 
   padding: 5px 0 5px 25px;
   border-bottom: dashed 1px #666666;
   margin: 0 10px 0 0;
  line-height: 18px;
    list-style:none;
    _height: 20px;
 
}
