﻿body {
	background-color:#1b2529;
	color:#e9e9e9;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 28px;
	margin-top:-15px;
	margin-left:-15px;
	text-align:left;
}

.bg {
	width:900px;
	height:600px;
	margin-top:180px;
}

.content {
	float:left;
	padding:8px;
	width:440px;
	margin-left:138px;
}

.navi {
	float:right;
	padding:8px;
	width:200px;
	margin-top:-54px;
	padding-right:65px;
}

ul, li {
	list-style-type:none;
	line-height: 36px;
	
	}
	
.forum:hover {
	background-image:url(img/forum2.jpg);
}
	
.forum {
	background-image:url(img/forum.jpg);
	width:166px;
	height: 37px;
	display:block;
	background-repeat:no-repeat;
}

.story:hover {
	background-image:url(img/story2.jpg);
}

.story {
	background-image:url(img/story.jpg);
	width:166px;
	height: 34px;
	display:block;
	background-repeat:no-repeat;
}

.rules:hover {
	background-image:url(img/rules2.jpg);
}

.rules {
	background-image:url(img/rules.jpg);
	width:166px;
	height: 37px;
	display:block;
	background-repeat:no-repeat;
}

.infos:hover {
	background-image:url(img/infos2.jpg);
}

.infos {
	background-image:url(img/infos.jpg);
	width:166px;
	height: 38px;
	display:block;
	background-repeat:no-repeat;
}

.team:hover {
	background-image:url(img/team2.jpg);
}

.team {
	background-image:url(img/team.jpg);
	width:166px;
	height: 33px;
	display:block;
	background-repeat:no-repeat;
}

.members:hover {
	background-image:url(img/members2.jpg);
}

.members {
	background-image:url(img/members.jpg);
	width:166px;
	height: 40px;
	display:block;
	background-repeat:no-repeat;
}

.impressum:hover {
	background-image:url(img/impressum2.jpg);
}

.impressum {
	background-image:url(img/impressum.jpg);
	width:166px;
	height: 32px;
	display:block;
	background-repeat:no-repeat;
}


a {
	text-decoration:none;
	color:#e9e9e9;
	outline: 0;
}

.link {
	margin-left:310px;
	margin-top:25px;
}