/************************************************** FARBCODES ***************/



/**************************************************** ALLGEMEINE DEFINITIONEN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

pre{
	background-color:#ffffff;
}
/*table, tbody, tr, th, td, */

/* remember to define focus styles! */
:focus { outline: 0; }

html {
	height: 101%;
}


ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }

a { text-decoration: none; }

.fehlermeldung{
	color:red;
}

/**************************************************** FONTS */

h1, h2, h3, h4 { font-family: "Times New Roman", Arial, Verdana, sans-serif; }



h1 {
	color: #E8BB57;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 65px;
	font-weight: normal;
}

h2 {
	display: block;
	font-size: 16px;
	color: #C2AE8D;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}
h3.green {
	display: block;
	padding-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #99CC33;
}


/**************************************************** LINKS */


a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #E8BB57;
}
a:hover { color: #EA7F12; }


.link-story { padding-top: 10px; background-position: 0px 13px !important; margin-right: 5px; }
.link-scroll {
	display: block;
	float: left;
	width: 39px;
	height: 39px;
	/*margin-left: 235px;*/
	background-image: url(/cms/images/abb_schriftrolle.png);
	background-repeat: no-repeat;

}

#langswitch {
	height: 29px;
	width: 143px;
}
#langswitch a.select {
	position: absolute;
	display: block;
	height: 31px;
	width: 145px;
	background-image: url(/cms/images/bg_langswitch.png);
	background-repeat: no-repeat;
	top: 10px;
	right: 1px;
	line-height: 31px;
	text-indent: 12px;
	color: #BFB19B;
	font-size: 14px;
}
#langswitch a.select:hover {
	background-image: url(/cms/images/bg_langswitch_hover.png);
	color: #E8BB57;
}

#langswitch-layer {
	border: 1px solid #594F43;
	position: absolute;
	top: 37px;
	right: 5px;
	width: 130px;
	height: 66px;
	background-color: #000000;
	padding: 2px 2px 0px 2px;
	visibility:hidden;

}
#langswitch-layer a {
	display: block;
	width: 126px;
	padding-left: 4px;
	height: 20px;
	margin-bottom: 2px;
	background-color: #292219;
	color: #BFB19B;
	font-size: 14px;
}
#langswitch-layer a:hover {
	color: #E8BB57;
}

#scrollnav {
	text-align: center;
	background-image: url(/cms/images/bg_layer_content.png);
	background-repeat: repeat-y;
	background-position: 33px 0px;
}

#scrollnav { padding-bottom: 20px; padding-top: 20px;}
#scrollnav a { color: #857B72; }
.scroll-forward {
	display: inline;
	padding: 0px 10px 15px 10px;
	height: 27px;
	background-image: url(/cms/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center 16px;
}

.scroll-back {
	display: inline;
	padding: 0px 10px 15px 10px;
	height: 27px;
	background-image: url(/cms/images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center 16px;
}

/**************************************************** MAIN-CONTAINER */

#wrapper, #header, #content, #footer { }

#header { position: relative; }

body {
	background-image: url(/cms/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: 50% 0;

}
#wrapper {
	margin: 0px auto;
	width: 1050px;
	padding-bottom: 50px;
}

#container-home { padding: 0px 44px;}
#container-home {
	width: 972px;
	min-height: 870px;
	background-image: url(/cms/images/bg_container_home.jpg);
	background-repeat: no-repeat;
}
#container-cotw { padding: 0px 44px;}
#container-cotw {
	width: 972px;
	min-height: 870px;
	background-image: url(../layout_images/bg_container_home_cotw.jpg);
	background-repeat: no-repeat;
}
#container-scenarios { padding: 0px 44px;}
#container-scenarios {
	width: 972px;
	min-height: 870px;
	background-image: url(/cms/images/bg_container_scenarios.jpg);
	background-repeat: no-repeat;
}
#container-wallpapers { padding: 0px 44px;}
#container-wallpapers {
	width: 972px;
	min-height: 810px;
	background-image: url(/cms/images/bg_container_wallpapers.jpg);
	background-repeat: no-repeat;
}
#container-wallpapers #content { padding-top: 85px; }


#container-story { padding: 0px 44px;}
#container-story {
	width: 972px;
	min-height: 1000px;
	background-image: url(/cms/images/bg_container_story.jpg);
	background-repeat: no-repeat;
}
#container-story #content { padding-top: 17px; }

#container-wasteland { padding: 0px 44px; vertical-align: top;}
#container-wasteland {
	width: 972px;
	min-height: 890px;
	background-image: url(/cms/images/bg_container_wasteland.jpg);
	background-repeat: no-repeat;
}
#container-wasteland #content { padding-top: 85px; padding-bottom: 0px; }


* + html #container-wasteland #content { padding-top: 0px; padding-bottom: 0px; }
* + html #container-wasteland .content-left,
* + html #container-wasteland .content-right { margin-top: 85px; }

* + html #container-wallpapers #content { padding-top: 0px; padding-bottom: 0px; }
* + html #container-wallpapers .content-left,
* + html #container-wallpapers .content-right { margin-top: 85px; }


#container-wasteland .content-left p,
#container-wasteland .content-right p {
	margin-top: 125px;
	margin-bottom: 0px;
}
#container-wasteland .content-right h1 {
	text-align: left;
}


#header { height: 400px; }

/**************************************************** HAUPTNAVIGATION */
#mainnav {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 18px 0px 0px 14px;
	line-height: 15px;
	text-transform: uppercase;
}
#mainnav a,
#mainnav a:link,
#mainnav a:active,
#mainnav a:visited  {
	color: #E5D5BB;
	display: inline;
	padding: 4px;
}
#mainnav a.active, #mainnav a.active:hover { color: #E8BB57; }
#mainnav a:hover { color: #8a7f6f; }


/**************************************************** CONTENTBEREICH */

#content { padding: 0px 60px; }

.content-left {
	width: 400px;
	float: left;
	line-height: 22px;
	color: #E0C8A2;
}
.content-left-story {
	position: relative;
	width: 400px;
	float: left;
	line-height: 22px;
	color: #E0C8A2;
}

a.more {
	display: block;
	float: left;
	padding-left: 12px;
	background-image: url(/cms/images/arrow_link.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-top: 2px;
}
a.back {
	display: block;
	float: left;
	padding-left: 12px;
	background-image: url(/cms/images/arrow_link_back.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.content-left p,
.content-right p {
	margin-bottom: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.einleitung p {
	color: #E0C8A2;
	color: #846440;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 15px;
}
p.initial {
	padding-left: 86px;
	margin-bottom: 15px;
}

.content-right {
	width: 400px;
	float: right;
	line-height: 22px;
	color: #E0C8A2;
}
.content-right-story {
	position: relative;
	width: 400px;
	float: right;
	line-height: 22px;
	color: #E0C8A2;
}

.content-right-story p,
.content-left-story p {
	color: #E0C8A2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.content-right-story h1,
.content-left-story h1 {
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 8px;
}


#content-scenarios {
	padding-top: 85px;
}

.list-scenarios {
	border-bottom: 1px solid #282118;
	color: #C2AE8D;
	line-height: 22px;
	margin-bottom: 14px;
	padding-bottom: 14px;
}



#layer-mo {
	position: absolute;
	background-image: url(/cms/images/abb_story_mo.png);
	background-repeat: no-repeat;
	width: 194px;
	height: 160px;
	top: 20px;
	left: 245px;
}
#layer-blight {
	position: absolute;
	background-image: url(/cms/images/abb_story_blight.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 153px;
	top: 20px;
	left: 248px;
}


/**************************************************** FOOTER */

#footer {
	position: relative;
	color: #646464;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-image: url(/cms/images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 66px;
	padding-top: 110px;
	margin: 0px 44px;
	width: 976px;
}
#footer a {
	color: #646464;
	font-family: Arial, Verdana, sans-serif;
}
#footer-links,
#footer-logos,
#footer-signatureLogo {
	position: absolute;
	bottom: 0px;
}
#footer-links 					{ left: 336px; width: 326px; text-align: center; }
#footer-logos  					{ left: 25px; }
#footer-logos img {
	margin-right: 13px;
}
#footer-signatureLogo  	{ left: 715px; }


#layer-fullstory {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -511px;
	width: 822px;
	height: 885px;

	padding: 70px 100px;

	font-family: "Times New Roman", Arial , sans-serif;
	font-size: 14px;

	display: none;
}

#layer-scroll-top {
	width: 822px;
	height: 70px;
	background-image: url(/cms/images/bg_layer_top.png);
	background-repeat: no-repeat;
}

#layer-slidedown,
#layer-slidedown-s2,
#layer-slidedown-s3,
#layer-slidedown-s4,
#layer-slidedown-s5 { display: none; }

#layer-head {
	width: 467px;
	height: 126px;
	background-image: url(/cms/images/bg_layer_head.png);
	background-repeat: no-repeat;
	background-position: 33px 0px;
	padding-left: 275px;
	padding-right: 80px;
	padding-top: 30px;
	font-size: 18px;
	color: #942A1E;
	line-height:18px;
}
#layer-head-short {
	width: 467px;
	height: 27px;
	background-image: url(/cms/images/bg_layer_head_small.png);
	background-repeat: no-repeat;
	background-position: 33px 0px;
	padding-left: 275px;
	padding-right: 80px;
	font-size: 18px;
	color: #942A1E;
}

#layer-head h1 {
	font-size: 24px;
	font-weight: normal;
	color: #972A1E;
	line-height: 26px;
	text-indent: -12px;
	padding-bottom: 10px;
	text-transform:none;
}

#layer-content {
	width: 662px;
	/* 1 Kachel hat 126 Höhe - mindesthöhe immer auf Kachel x Anzahl der Kacheln setzen */
	min-height: 126px;
	background-image: url(/cms/images/bg_layer_content.png);
	background-repeat: repeat-y;
	background-position: 33px 0px;

	height: 530px;

	padding: 0px 80px;
}
#layer-content p {
	padding-bottom: 10px;
	line-height: 16px;
}
#layer-content span {
	font-size: 24px;
	font-weight: bold;
	color: #972A1E;
}

#layer-scroll-bottom {
	width: 822px;
	height: 78px;
	background-image: url(/cms/images/bg_layer_bottom.png);
	background-repeat: no-repeat;
}


#layer-close {
	position: absolute;
	right: 150px;
	top: 93px;
	color: #7F7F7F;
}
#layer-close a {
	color: #404040;
}


/*--------------------------------------- CARD OF THE WEEK */

.cotw-start  { padding-top: 30px; }

#content-cardedition-detail .cotw-img-with-border {
	width: 394px;
	height: 242px;
	padding: 1px;
	border: 1px solid #453929;
	margin-bottom: 20px;
}
.cotw-archivlink-1,
.cotw-archivlink-2,
.cotw-archivlink-3,
.cotw-archivlink-4 {
	float: right;
	height: 60px;
	background-image: url(/cms/images/bg_cotw_archivlink.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}
.cotw-archivlink-1 a,
.cotw-archivlink-2 a,
.cotw-archivlink-3 a,
.cotw-archivlink-4 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 74px;
	height: 14px;
	line-height: 14px;
	padding: 46px 0px 0px 38px;
}
.cotw-archivlink-1 { width: 112px; }
.cotw-archivlink-2 { width: 112px; }
.cotw-archivlink-3 { width: 134px; }
.cotw-archivlink-4 { width:  90px; }

.cotw-archivlink-1 a {}
.cotw-archivlink-2 a {}
.cotw-archivlink-3 a { width: 109px; padding: 46px 0 0 25px;}
.cotw-archivlink-4 a { width: 55px; padding: 46px 0 0 35px;}


#content-cardedition-detail h1 {
	line-height: 26px;
	padding-bottom: 20px;
}
#content-cardedition-detail p {
	line-height: 18px;
}


.content-left .cotw-disclaimer {
	font-size: 11px;
	line-height: 14px !important;
	color: #C3AB85;
	font-family: Arial, Verdana, sans-serif;
}

/*--------------------------------------- ARCHIV SZENARIOS */

.list-archiv {
	border-bottom: 1px solid #282118;
	color: #C2AE8D;
	line-height: 22px;
	margin-bottom: 14px;
	padding-bottom: 5px;
}
.list-archiv img {
	float: left;
}

.list-archiv p {
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #C2AE8D;
	font-family: Arial, Verdana, sans-serif;
}

.list-archiv .teasertext a,
.list-archiv .teasertext a:link,
.list-archiv .teasertext a:active,
.list-archiv .teasertext a:visited {
	display: block;
	margin-left: 160px;
	padding-left: 12px;
	background-image: url(/cms/images/arrow_link.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: "Times New Roman", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

#content-archiv h1 { margin-bottom: 20px !important; }


/**************************************************** HILFSKLASSEN */

.clear { line-height: 0px; font-size: 0px; height: 0px; clear: both; }