body {
	background:url(sea.png) #609EC3;
	margin:0px;
	padding:0px;
}
* {	font-family:verdana;	font-size:10pt;	margin:0px;	padding:0px;}

#header span {display:none;}
#header {	position:absolute;	left:0px;	top:0px;	background-image:url(images/header.jpg);	width:628px;	height:134px;}
#footer {	position:absolute;	left:628px;	top:0px;	background-image:url(images/topbg.png);	width:100%;	height:134px;
	z-index:5;}

#layoutswitchtext {display:none;}

#menugfx {	position:absolute;	left:0px;	top:134px;	background-image:url(images/links.jpg);	width:373px;	height:666px;}

#menugfx img {
	position:absolute;
	left:58px;
	width:105px;height:25px;
	border:0px;
}

#home img 				{top:406px;}#anmeldung img 			{top:431px;}#hilfe img				{top:456px;}#team img 				{top:481px;}#code img 				{top:506px;}#passwortvergessen img 	{top:531px;}#forum img 				{top:556px;}#impressum img 			{top:581px;}


#prev img {
	position:absolute;
	top:5px;
	left:5px;
	background-image:url(../prev.png);
	width:10px;
	height:10px;
	border:0px;	
}

#next img {
	position:absolute;
	top:5px;
	left:15px;
	background-image:url(../next.png);
	width:10px;
	height:10px;
	border:0px;	
}

#links {	position:absolute;	top:130px;	right:10px;	width:100px;	height:463px;	padding-top:20px;	padding-left:20px;}
#content {
	border:solid black 1px;	width:55%;	background-color:#D1E4EF;	padding:5px;	position:absolute;	left:280px;	top:150px;	z-index:5;
}
#content p {
	margin-bottom:10px;
}
#content h1 {
	margin-bottom:10px;
}

#login {	
	position:absolute;	
	left:5px;	
	top:80px;	
	padding:4px;	
	width:100px;	
	background-color:#2977AF;	
	border:solid black 1px;	
	height:75px;	
	z-index:1;
	color:white;
}

#login * {
	font-size:9px;
}

#login #text {	
	display:none;
}

#input input {	
	width:98px;	
	height:16px;	
	font-size:10px;	
	border:solid black 1px;
	background-color:#7CB1D1;
	margin-bottom:1px;
	background:url(images/loginbg.png);
}

#button input {	
	width:100px;	
	height:20px;	
	font-size:9px;
	margin-top:4px;
	border:solid black 1px;
	background-color:#7CB1D1;
	text-transform:capitalize;
}

li {
	margin-left:20px;
}

.changelog .entry {margin-bottom:10px;}
.changelog .entry .date {float:left;margin-right:10px;font-weight:bold;}
.changelog .entry .text {display:block;}
