@charset "utf-8";
/* Special fonts */
@font-face {
    font-family: 'Pixel';
    src: url('pixel_cyr-webfont.eot');
    src: url('pixel_cyr-webfont.eot?#iefix') format('embedded-opentype'),
         url('pixel_cyr-webfont.woff') format('woff'),
         url('pixel_cyr-webfont.ttf') format('truetype'),
         url('pixel_cyr-webfont.svg#PixelCyrillicNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	width:100%;
	background: url(body.jpg) no-repeat center center fixed;
	background-size: cover;
	background-color: #383838;
	font-family:Tahoma;
}

div, a, a img, img, p, input, hr, h1, h2, h3, h4, table, th, tr, td, tbody, button {
	margin:0px;
	padding:0px;
	border:none;
}

p {
	margin:5px;
	margin-left:20px;
}

/* Template */

div#main {
	margin:0 auto;
	display: block;
	position: relative;
	vertical-align: middle;
	width:1000px;
	height:100%;
}

div#header,
div#menu,
div#content,
div#footer {
	display: block;
	position: relative;
	margin: 0 auto;
}

div#header {
	height:100%;
	width:310px;
	background-color:#000;
	font-family: 'Pixel';
	color:#9fc20a;
	font-size:16px;
	box-shadow: 0px 0px 15px #000;
	background-image: url(menu-border.jpg);
	background-position: left;
	background-size: 100%;
	float:left;
	z-index: 2;
}

div#wrapper {
	height: 100%;
	width:270px;
	position: relative;
	background-color:#000;
	background-image: url(menu-bg.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
	text-align: center;
	box-shadow: 5px 0px 20px #000;
}

div#logo {
	height:205px;
	padding-top:30px;
}

div#menu {
	width:auto;
	padding-top:20px;
}

div#menu ul {
	list-style-type: none;
	margin:20px;
	padding:0;
}

div#menu ul.menu li {
	margin:10px;
}

div#menu ul.menu li a {
	color:#A2C60F;
	display: block;
	text-decoration: none;
	padding:5px;
	padding-top:9px;
	width:auto;
	text-shadow: 1px 1px 1px #000;
}

div#menu ul.menu li.active a,
div#menu ul.menu li a:hover {
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

div#menu ul.menu li.active a {
	margin-right:-60px;
	text-align:right;
	background-color:#000;
}

div#contentwrapper {
	margin:0;
	padding:0;
	padding-top:150px;
	padding-left:309px;
	z-index: 1;
	height: auto !important;
}

div#content {
	font-size:12px;
	background-color:#d3d3d3;
	width:631px;
	box-shadow: 0px 0px 20px #000;
	padding:30px;
	left:309px;
	position: absolute;
	display: block;
	margin-bottom:-100px;
}

div#footer {
	position: absolute;
	bottom:10px;
	left:30px;
	text-align: left;
	font-size:24px;
}

div#footer ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

div#footer ul li {
	margin:0;
	padding:0;
	margin-top:5px;
}

div#footer ul li a {
	color:#A2C60F;
	text-decoration: none;
	text-shadow:1px 1px 1px #000;
}