body {
    background: #000000 url(../img/background.gif) repeat;
}

.content-block {
    padding: 10px 0px 10px 0px;
}
.topic {
    font-size: 10px;
    color: #eeeeee;
    font-weight: bold;
}

#bar {
    height: 29px;
}
#header {
    background: url(../img/header/background.png) repeat-x;
	height: 123px;
	width: 100%;
}
#header #logo-left {
    background: url(../img/header/logo-left.png) no-repeat;
	height: 123px;
	width: 169px;
	float: left;
}
#header #logo-right {
    background: url(../img/header/logo-right.png) no-repeat;
    height: 123px;
    width: 581px;
	float: right;
}
#main {
    width: 775px;
	margin: 0 auto;
}
#main #content {
    width: 610px;
	float:left;
}
#main #menu {
    width: 165px;
	float: left;
}
#main #menu .header {
    width: 165px;
	height: 8px;
    background: url(../img/menu/header.png) no-repeat;
}
#main #menu .content {
    width: 165px;
    background: url(../img/menu/background.png) repeat-y;
}
#main #menu .content ul {
    width: 165px;
}
#main #menu .content li.main {
    width: 165px;
	height: 44px;
	background: url(../img/menu/topic.main.png) no-repeat;
}
#main #menu .content li.manual {
    width: 165px;
    height: 44px;
    background: url(../img/menu/topic.manual.png) no-repeat;
}
#main #menu .content li.account {
    width: 165px;
    height: 44px;
    background: url(../img/menu/topic.account.png) no-repeat;
}
#main #menu .content li.colonies {
    width: 165px;
    height: 44px;
    background: url(../img/menu/topic.colonies.png) no-repeat;
}
#main #menu .content li.community {
    width: 165px;
    height: 44px;
    background: url(../img/menu/topic.community.png) no-repeat;
}
#main #menu .content li.stats {
    width: 165px;
    height: 44px;
    background: url(../img/menu/topic.stats.png) no-repeat;
}
#main #menu .content li.item {
    width: 165px;
    height: 16px;
	text-align: right;
}
#main #menu .content li.item a {
    margin-right: 50px;
}
#main #menu .footer {
    width: 165px;
	height: 161px;
    background: url(../img/menu/footer.png) repeat;
}
#main #menu #languages {
    width: 85px;
    height: 75px;
	padding-left: 80px;
}
#main #menu #languages #flag_de {
    width: 27px;
    height: 17px;
	background: url(../img/flags/de.gif) no-repeat;
	display: block;
	margin-bottom: 10px;
}
#main #menu #languages #flag_en {
    width: 27px;
    height: 17px;
    background: url(../img/flags/en.gif) no-repeat;
    display: block;
}
