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%;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #242424;
}

#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 */
}

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

#wrapper{
	margin: 			40px auto;
	width:				780px;
	background: #ffffff url(../img/background.png) repeat-x top left;
	padding:			0;
	-moz-opacity:.98; 
	filter:alpha(opacity=98); 
	opacity:.98; 
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
}

#headerLeft {
	float:left;
		height: 91px;
}
#headerRight {
	float: right;
	height: 91px;
}

#menu {
	background-image:	url(../img/menuBackground.png);	
	background-repeat:	repeat-x;
	clear: both;	
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	font-size: 14px;
	color: #ffffff;
} 

.active {
	font-weight:		bold;
}
#content {
	padding: 10px;
	background-image:	url(../img/nskBackgroundLogo.jpg);	
	background-repeat:	no-repeat;
}

#test {
	padding: 10px;
	background-image:	url(../img/nskBackgroundLogo.jpg);	
	background-position: center;
	background-repeat:	no-repeat;
}

#hidden {
	display: none;
	}
	
h1 {
	font-size: 16px;
	padding:0;
	margin: 0;
}

#sponsoren {
	padding-left: 10px;
	margin-left: 5px;
	background-image:	url(../img/sponsoren.gif);	
	background-repeat:	no-repeat;
	padding-top:		43px;
}
img {
	border: none;
}

#footer {
	background-image:	url(../img/footer.jpg);	
	background-repeat:	repeat-x;
	text-align: right;
	margin-top: 5px;
	margin-bottom:10px;
	padding-top: 5px;
	color: #919191;
	height: 36px;
	margin-right: 5px;
}
#footer img {
vertical-align:middle;
} 
#footer a, a:link, a:visited {
	color:	#2a92ca;

	text-decoration: none;
}
#menu a, a:link, a:visited {
	text-decoration: none;
	
	color: #ffffff;
}
	#exampleDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#fff;
		color:#000;
	}
.text a, a:link, a:visited {
	color:	#2a92ca;
	text-decoration: none;
}

.text a:visited, a:hover {
	text-decoration: underline;
}
	
