/* CSS Document */

body {
	background-color: #000000;
}

#box1 {
	position: 		absolute;
	top:			10%;
	bottom:			10%;
	left:			10%;
	width: 			80%;
	height:			80%;
	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:	bold;
	color:			#FFFFFF;
}

#table {
	width: 			800px;
	height:			600px;
	background-image: url(hg2.gif);
}

#box2 {
	border: 		1px dotted #ffffff;
	background-color:#000000;
}

#bodenbox {
	position:		absolute;
	top: 			96%;
	left:			87%;
	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight:	bold;
	color:			#FFFFFF;
}

a:link { 
	color:			#FFFFFF;
 	text-decoration: none;
	font-size:		12px;
 }
 
a:visited {  
	color:			#FFFFFF;
	text-decoration: none;
	font-size:		12px;
}

a:hover {  
	color:			#FFFFFF;
	text-decoration: underline;
	font-size:		12px;
}

body.impressum {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#FFFFFF;
}