body {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-image: url(hintergrund.gif);
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: lighter;
}
li {
	list-style-type: circle;
	margin-left: -20px;
}
#hauptmenue {
	position:absolute;
	left:580px;
	top:100px;
	width:400px;
	height:20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#titel {
	position:absolute;
	left:44px;
	top:100px;
	width:440px;
	height:20px;
	font-weight: bold;
	text-align: right;
}

#titel h2{
	text-transform: uppercase;
}
/*Auflistung von News und Spieletiteln auf der rechten Seite*/
#auflistung {
	position:absolute;
	left:580px;
	top:180px;
	width:400px;
	color: #FFFFFF;
	height: 64px;
}
#auflistung img{
	border: 3px solid #FFFFFF;
	margin: 5px;
}
/*Auf der linken Seite werden hier die Texte aufgenommen*/
#inhalt_links {
	position:absolute;
	left:44px;
	top:180px;
	width:440px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.aktiver_link {
	color: #000000;
}
textarea, input {
	background-color: #B8E247;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
