body
{
	font-family: "verdana", arial, Courier, monospace;
	color: black;
	font-size: 14px;
	background-color:black;
	background-attachment: fixed;
}

a
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	text-decoration: underline;
	color: black;	
}

a:visited
{
	text-decoration: underline;
	color: black;	
}
td
{
	vertical-align: top;
	font-size: 14px;
}
img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.hintergrund
{
 	width: 800px;
	height: 600px;
	text-align: center;
	border: 1px;
	background-image: url(../pics/bg.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}

.menue
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 780px;
	height: 150px;
}	

.hauptfenster
{
	position: absolute;
	left: 70px;
	top: 70px;
}


.center
{
	text-align: center;

}

.inhalt
{
	position: absolute;
	left: 120px;
	top: 60px;
   width: 460px;
	height: 440px;
}

.rechts
{
	position: absolute;
	left: 603px;
	top: 60px;
   width: 100px;
	height: 440px;
}

.links
{
	position: absolute;
	left: -50px;
	top: 60px;
   width: 130px;
	height: 440px;
}

