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%;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}

#mainContent{
	position:absolute;
	z-index: 5;
	overflow:auto;
	height:100%;
	width:100%;
	background:url(../img/bg_weiss_transparent.png);
	/* background-position:left;
	background-repeat:no-repeat; */
	top: 1px;
}

/* 
    The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#Logo {
    width:100%;
    position:absolute;
    top: 50px;
    text-align:left;
    padding:10px 0;
}
#Navigation {
	color:#000;
	background:#FFF;
	background: url('../img/bg_navigation.png');
    width:730px;;
	height:40px;
    position:relative;
    top: 120px;
	line-height:30px;
	font-size:12px;
    text-align:left;
	padding-left:46px;
}
#Navigation li, ul {
	margin:0;
	padding:0;
}
#Navigation ul {
	padding-top:2px;
}
#Navigation li {
	display:inline;
	padding-right:20px;
}
#Navigation a {
	color:#000;
	text-decoration:none;
}
#Navigation a:hover {
	text-decoration:underline;
}
#Navigation .selected {
	font-weight:bold;
}
#ReferenzenDropdown {
	position:relative;
	color:#000;
	background:#FFF;
	font-size:12px;
	left:132px;
	top:145px;
	width:180px;
	height:123px;
	margin-top:-42px;
	padding-top:10px;
	z-index:6;
	visibility:hidden;
}
#ReferenzenDropdown { /* Schatten anfügen */
	-moz-box-shadow: 0px 5px 20px 0px #000;
	-webkit-box-shadow: 0px 5px 20px 0px #000;
	box-shadow: 0px 7px 6px 0px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#ReferenzenDropdown a {
	color:#000;
	text-decoration:none;
}
#ReferenzenDropdown a:hover {
	text-decoration:underline;
}
#ReferenzenDropdown ul {
	list-style:none;
	padding-left:24px;
	padding-right:24px;
}
#ReferenzenDropdown li {
	padding-top:3px;
	padding-bottom:3px;
}
#StartReferenzenListe {
	color:#FFF;
	position:absolute;
	left:140px;
	top:432px;
	width:200px;
	height:149px;
	font-size:13px;
	line-height:18px;
	z-index:7;
}
#StartReferenzenListe a {
	color:#FFF;
	text-decoration:none;
}
#StartReferenzenListe a:hover {
	color:#FFF;
	text-decoration:underline;
}
#StartReferenzenListe ul {
	list-style:url(../img/bullet_red.png);
}


#ContentBox {
	color:#FFF;
	font-size:12px;
	width:730px;
	height:auto;
	padding-left:46px;
	padding-top:25px;
	padding-bottom:40px;
	background-image:url(../img/bg_box.png);
	position:absolute;
    top: 180px;
    text-align:left;
}
#Fotos {
	width:730px;
}
#Fotos a {
	color:#FFF;
	text-decoration:none;
}
#Fotos a:hover {
	text-decoration:underline;
}
#Fotos p {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#Fotos ul, li {
	margin:0;
	padding:0;
	
}
#Fotos li {
	display:inline;
	padding-right:25px;
	line-height:60px;
}
#Text {
}
#Text a {
	color:#FFF;
}
#Footer {
	clear:both;
	margin-top:40px;
}
#Footer hr {
	margin:0;
	padding:0;
	text-align:left;
	border-bottom-color:#000;
	border-bottom:none;
	border-right:none;
	border-left:none;
	margin-bottom:5px;
	width:680px;
}
