html {
	margin:0;
	padding:0; 
}
body {
margin:0;
padding:0;	
width:100%;
color:#eee;
font-family: Arial, sans-serif;
background:#000 url(../grafik/wrapper.png) bottom left repeat-x;
height:100%;
font-size:86%;
}

#header {
	height:8em;
	padding-bottom:1em;
        text-align:center;        
}
#sprachen {margin:1em auto .5em auto;width:100%;border:0px solid silver;text-align:center;border:0px solid #fff;}
#wrapper {
	min-height:100%;
	position:relative;
	text-align:left;
}
* html #wrapper
{
height: 100%;
}

#menu {
	font-family:Arial,"Courier New", Courier, monospace;
	float:left;
	width:18%;
	height:450px;
	margin-top:60px;
        font-size:140%;
}

#content {
	float:left;
	margin:0 auto 1px auto;
	width:60%;
        max-width:50em;
	padding:40px;
	background:#535353 url(../grafik/box.png) repeat-x;
}
#forum {
position:relative;
top:0;
left:2.9em;
}

#top {
position:fixed;
bottom:10px;
left:10%;
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:260%;
	width:60%;
        max-width:50em;
	margin:1% auto 0 18%;
	padding:0 40px;
        border:0px solid #fff;
}

h1 a {color:#fff;}
h1 a:hover {color:#fff;}

h2 {
	font-size:160%;
	font-weight:normal;
        border-top:1px solid #ddd;
	color:#dbFFA6;
	padding:20px 0 0 0;
}

p {
	padding:0;
	line-height:1.6em;	
	color:#eee;
}

a {
	color:#Fc6;
	text-decoration:none;	
        font-weight:bold;
}
a:hover {
	color:#ccc;
}

#menu ul {
	padding:0;
	margin:0 12.5%;
	list-style-type:none;
}

#menu li {
	padding:3px 0 5px 3%;	
	font-weight:bold;
}

img {border:0;}
hr {color:#ddd;}