@charset "utf-8";
/* CSS Document */

/*body {
background-repeat:no-repeat; 
background-attachment:fixed; 
background-position:center;

}*/

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: -22px;
	top: -3px;
}

#menu {
background-image:url(bg_menu.png);
width:100%;
height:26px;
position:fixed;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
}

#menu ul {
margin: 0;
padding: 4px 0 0 25px;
}

#menu ul li {
display:inline;
padding: 0;
padding:0 5px 0 5px;
}

#menu span {
text-decoration: underline;
}

#menu ul li a {
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-decoration:none;
font-weight:bold;
}

#menu ul li a:hover {
text-decoration:underline;
}

#header {
margin: 70px 0 0 80px;
width:698px;
height:107px;
}


#main {
background-image:url(bg_main.png);
width:361px;
height:358px;
margin: 35px 0 0 80px;
padding:2px 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:22px;
}

#main_small {
background-image:url(bg_main_small.png);
width:361px;
height:236px;
margin: 35px 0 0 80px;
padding:2px 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:22px;
}

#back {
width:152px;
height:39px;
margin: 0 0 0 80px;
padding: 0;
}

#go {
width:152px;
height:39px;
margin: -39px 0 0 330px;
padding: 0;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height:22px;
}

.klein {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 9px;
line-height:12px;
}
