@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;
	display: table;
	vertical-align: middle;
}

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

/* Template */

div#main {
	margin:0 auto;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width:100%;
}

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

div#header {
	height:305px;
	font-family: 'Pixel';
	color:#000;
	font-size:45px; 
}

div#logo {
	height:305px;
	width:305px;
	float: left;
}

div#menu {
	margin-left:300px;
	width:auto;
	padding-top:50px;
}

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:#000;
	text-decoration: none;
}

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

div#content {
	font-size:20px;
}