@font-face {
    font-family: 'VolkhovRegular';
    src: url('../fonts/Volkhov-Regular-OTF-webfont.eot');
    src: url('../fonts/Volkhov-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Volkhov-Regular-OTF-webfont.woff') format('woff'),
    url('../fonts/Volkhov-Regular-OTF-webfont.ttf') format('truetype'),
    url('../fonts/Volkhov-Regular-OTF-webfont.svg#VolkhovRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VolkhovItalic';
    src: url('../fonts/Volkhov-Italic-OTF-webfont.eot');
    src: url('../fonts/Volkhov-Italic-OTF-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Volkhov-Italic-OTF-webfont.woff') format('woff'),
    url('../fonts/Volkhov-Italic-OTF-webfont.ttf') format('truetype'),
    url('../fonts/Volkhov-Italic-OTF-webfont.svg#VolkhovItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VolkhovBold';
    src: url('../fonts/Volkhov-Bold-OTF-webfont.eot');
    src: url('../fonts/Volkhov-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Volkhov-Bold-OTF-webfont.woff') format('woff'),
    url('../fonts/Volkhov-Bold-OTF-webfont.ttf') format('truetype'),
    url('../fonts/Volkhov-Bold-OTF-webfont.svg#VolkhovBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VolkhovBoldItalic';
    src: url('../fonts/Volkhov-BoldItalic-OTF-webfont.eot');
    src: url('../fonts/Volkhov-BoldItalic-OTF-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Volkhov-BoldItalic-OTF-webfont.woff') format('woff'),
    url('../fonts/Volkhov-BoldItalic-OTF-webfont.ttf') format('truetype'),
    url('../fonts/Volkhov-BoldItalic-OTF-webfont.svg#VolkhovBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
}
body {
    background: #000000;
    margin: 0;
    min-height: 100%;
    color: #e0d7d0;
    font-family: VolkhovRegular, arial, sans-serif;
}

a {
    color: #baa595;
}

a:hover {
    color: #cb9977;
}

h3, h4 
{
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 4px 4px 2px #000;
}

h1
{
	color: #dac8ab;
	font-size: 27px;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 4px 4px 2px #000;
	font-kerning: auto;
	font-variant-caps: small-caps;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 2px;
}
h2
{
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 4px 4px 2px #000;	
}



.clearfix {
    clear: both;
}

/** STRUCTURE **/

#page-wrapper {
    height: 100%;
    position:relative;
    background: url(../images/bg-tile.jpg) repeat;
    width: 1324px;
    margin: 0 auto;
    height: 1390px;
    overflow: visible;
}

#artwork-layer {
/*    background: url(../../../redaktion/bg-artworks/random.php) no-repeat 0 128px;*/
/*    background: url(../images/artwork.png) no-repeat 0 128px;*/
    background-repeat: no-repeat;
    background-position: 0px 128px;
    width: 1324px;
    position: relative;
}

#page {
    background: url(../images/bg-big.png) no-repeat;
    min-height: 1390px;
    position:relative;
}

#left-col, #middle-col, #right-col {
    height: 100%;
    display: inline-block;
}

#left-col {
    width: 353px;
    position: absolute;
    left: 0;
}

#middle-col {
    width: 615px;
    left: 355px;
    position: relative;
}

#right-col {
    width: 356px;
    position: absolute;
    right: 0;
}

/** HEADER **/

#header {
    height: 213px;
    background: url(../images/logo.png) no-repeat;
    padding-top: 1px;
}

#home-link {
    width: 544px;
    height: 175px;
    margin: 13px 0 0 13px;
    display: block;
}

#menu {
    margin: 0 0 0 131px;
    padding: 0;
    list-style-type: none;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 4px 4px 2px #000;
    position: relative;
}

#menu li {
    display: inline-block;
    margin-right: 10px;
}

#menu li ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    padding: 0;
    width: 100%;
}

#menu li ul li.active a, #menu li ul li:hover a {
    color: #cb9977;
}

#menu li:hover ul {
    display: block;
}

#menu li ul li {
    display: inline-block;
}

#menu li.active a {
    color: #cb9977;
}

#menu li.active ul li a:hover {
    color: #cb9977;
}

#menu li.active ul li.active a {
    color: #cb9977;
}

#menu li ul li a {
    color: #f6bb91 !important;
}

#menu li ul li a:hover {
    color: #cb9977 !important;
}

/** FOOTER **/
#footer {
    width: 620px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -310px;
    height: 250px;
}

#footer a {
    margin-right: 8px;
}

#footer a.last {
    margin-right: 0;
}

#footer .footerLeft {
    float: left;
    width: 350px;
}

#footer .footerRight {
    float: right;
    width: 200px;
    text-align: right;
}

#footer .footerLeft p {
    font-size: 12px;
    margin: 2px 0;
}

#footer .footerRight p {
    text-align: left;
    font-size: 12px;
    margin: 2px 0;
    padding-left: 62px;
}

#footer hr {
    background-color: #777;
    margin: 10px 0;
    height: 1px;
    border: none;
}

/** LANGMENU **/
#lang-menu {
    position: absolute;
    width: 101px;
    height: 29px;
    top: 124px;
    left: 31px;
    z-index: 2;
}

#lang-menu-de {
    background: url(../images/flag-de.png) no-repeat;
    width: 43px;
    height: 29px;
    display: inline-block;
}

#lang-menu-en {
    background: url(../images/flag-en.png) no-repeat;
    width: 43px;
    height: 29px;
    display: inline-block;
    margin-right: 11px;
}

/** NLTR BOX **/
#nltr-box {
    width: 302px;
    height: 78px;
    position: absolute;
    left: 22px;
    top: 168px;
    background: url(../images/bg-nltrbox.png) no-repeat;
    padding: 81px 0 0 9px;
}

#nltr-box input[type=text] {
    background: url(../images/input.png) no-repeat;
    width: 170px;
    height: 29px;
    border: none;
    color: #e0d7d0;
    text-indent: 4px;
    line-height: 29px;
}

#nltr-box input[type=submit] {
    background: url(../images/submit.png) no-repeat;
    width: 121px;
    height: 42px;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
}

#nltr-box p {
    height: 34px;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    padding-right: 2px;
}

/** ASSETS **/
.plants {
    position: absolute;
    z-index: 1;
}

#middle-col .plants {
    right: 0;
}

/** CONTENT **/
#content {
    font-size: 14px;
    margin-bottom: 300px;
    margin-right:20px;
    margin-left: 0px;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 4px 4px 2px #000;
    text-align: justify;
}

#content .csc-default {
    margin-top: 40px;
}


#content .bodytext {
    color: #ede2e2;	
}

/** BETA FORM **/
.beta-signup-input {
    margin: 10px 0; 
}
.formhandler label {
    width: 250px;
    display: inline-block;
    text-align: left;
}

.formhandler input {
    width: 250px;
    margin-left: 15px;
}

.formhandler input[type=submit] {
    width: auto;
}

.formhandler .errormessage {
    color: red;
    font-size: 11px;
    margin: 0;
}

.formhandler .steamaccount-expl {
    font-size: 11px;
}

.eyes {
    width: 25px;
    height: 15px;
    position: absolute;
    display: none;
}

.eye-1 {
    background: url(../images/eyes-1.png);
    top: 1680px;
    left: 30px;
}

.eye-2 {
    background: url(../images/eyes-2.png);
    top: 1800px;
    left: 200px;
}

.eye-3 {
    background: url(../images/eyes-3.png);
    top: 1700px;
    right: 50px;
}

.eye-4 {
    background: url(../images/eyes-4.png);
    top: 1680px;
    right: 80px;
}

.eye-5 {
    background: url(../images/eyes-5.png);
    top: 1850px;
    left: 20px;
}

.eye-6 {
    background: url(../images/eyes-6.png);
    top: 1800px;
    right: 40px;
}

.eye-7 {
    background: url(../images/eyes-7.png);
    top: 1690px;
    right: 100px;
}

#preorderBadge {
    position: absolute;
    left: 50%;
    top: 171px;
    margin-left: -609px;
    background: url(../images/buy_button.png) no-repeat;
    width: 250px;
    height: 283px;
}

#preorderBadge a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 4;
}

.align-center {
    text-align: center;
}

#c296 .bodytext a:last-child {
    float: right;
}

body.agegate #content {
    padding: 60px 0 0 100px;
}

body.agegate .error {
    color: #ca5423;
}
