/*---Site CSS---*/

/*--IEHACKS--*/

* html input, * html select {
	margin:-1px 0 -1px;	 
}

*+html input, *+html select {
	margin:-1px 0 -1px;	 
}

/*--common--*/

.clearFloat {clear:both;}

.mainWrapper {
	background:url(/site/images/dragonStartPage/background.jpg)  center top no-repeat;
}

.main {
	background: url(/site/images/dragonStartPage/background.jpg) no-repeat scroll center top transparent;
    margin: auto;
    width: 800px;
	height:1000px;
}

/* HEADER */

.header {
	height:215px;
	position: relative;
}

.header .partnerLogo {
	position: absolute;
	left: 551px;
	top: 94px;
}

.header .homeLink {
	display:block;
	width:400px;
	height:100px;
	position:absolute;
	top:25px;
	left:170px;
	
}

.header .error {
	font-weight:bold;-105px
	font-size:11px;
	position:absolute;
	right:4px;
	top:33px;
}

.header #openLogin {
	background: url("/site/images/dragonStartPage/openLogin.jpg") no-repeat scroll 0 0 transparent;
	display:block;
	width:116px;
	height:23px;
	padding-top:9px;
	color:black;	
	text-align:center;
}

.header #fb_button
{
	display: block;
	padding-top: 6px;
}

.header #openLogin:hover 
{
	background-position:-116px 0;	
}

.header .floatleft
{
	float:left;
	
}

.header .floatright
{
	float: right;
	
}

.header .loginHelper
{
	width:50px;
	height:80px;
	position:absolute;
	z-index:102;
	right:30px;
	top:40px;
}

/*~~ mentorBox msgs ~~*/

.header #mentorBox {
	background:url("/site/images/dragonStartPage/mentorBox.png") no-repeat;
	width:270px;
	height:140px;
	position:absolute;
	z-index:101;
	font-size:11px;
	font-weight:bold;
	right:-105px;
	top:85px;
}

.header #mentorBox .mBTxtContainer {
	margin-left:10px;
	margin-top:46px;
	text-align:left;
	width:150px;
	height:65px;
	overflow:auto;
}

.header #mentorBox .mBDescr {
	width:155px;
	vertical-align:top;
	padding-top:5px;
}

.header #mentorBox .mBTitle {
	font-size:15px;
}
.header #mentorHelpArrow {
	position:absolute;
	z-index:105;
	cursor:default;
}

/* auch für andere hint boxes */
.hint-div .bgImg {
	float:right;
	width:99px;
	height:173px;
	margin: -16px -18px -5px -55px;
/* try, if bugs get back to this
	margin: -16px -18px -5px -45px;
*/
	padding-top:49px;
	padding-left:103px;
}

/*--animations--*/


.animation1	{position:absolute; top:43px; right:301px;}
.animation2	{position:absolute; bottom:282px; left:278px;}
.animation3	{position:absolute; top:121px; left:-152px;}

/*--loginBox---*/

#loginBox {
	background: url("/site/images/dragonStartPage/loginBox.png") no-repeat scroll 0 0 transparent;
	width:275px;
	height:100px;
	position:absolute;
	top:35px;
	right:5px;
	z-index:1;
}

#loginBox a.fbLogin i.fa {
	padding: 3px 7px !important;
	margin-right: 5px;
	width: auto !important;
	border-right: 1px solid #666;
	font-size: 14px;
}

#loginBox a.fbLogin span.fbText {
	font-size: 13px;
}

#loginBox .input_txt, #loginBox .input_pw 
{
	width:135px;
	height:18px;
	padding:1px;
}

#loginBox .stSubmitBtn {
	border-radius:0px;
	padding:0px 10px !important;
}

#loginBox form a {
	font-size:9px;
}

#loginBox table {width:100%;}
#loginBox table tr td {
	padding:0px 5px;
	padding-top:8px;
}

#loginBox input {float:right;}

/*
#loginBox table tr td:first-child {padding-left:5px;}
#loginBox table tr td:last-child {padding-right:5px;}
#loginBox table tr td:last-child input {float:right;}
*/

#loginBox .loggedIn {
	text-align:center;
	margin-top:34px;
	font-weight:bold;
}


#loginBox .nospacing 
{
	margin: 0px;
	padding: 0px;
	
}

/* CONTENT */

.content {
	height:360px;
	padding:0 40px;
	position: relative;
}

.content a {color:#2d2d2d; text-decoration:underline !important;}
.content a:hover {color:#F00;}

/*~~~ txtContent ~~~*/

.txtContent {
	max-height:355px;
	overflow:auto;
	padding:30px;
	margin-right:7px;
}

.txtContent h1 {
	font-size:23px;
	margin-bottom:30px;
	text-align:center;
}

.txtContent a {color:#900;}

.txtContent dl dt {
	font-weight: bold;
}

.txtContent dl dd {
	margin-bottom: 10px;
}

.txtContent dl {
	text-align:center;
	margin-top:10px;
}

.txtContent .form_table {
  margin:auto;
}

.txtContent .form_table tr td {
  padding:1px;
}

.txtContent .form_table label {
  display:block;
  text-align:right;
  font-weight:bold;
}

.txtContent .form_table .input_txt, .paddingContent .form_table .input_pw {
	width:179px;
}

.txtContent .form_table .error {
  font-size:9px;
}

/*~ index ~*/

/*-regContainer-*/

.content .regContainer {
	background:url(/site/images/dragonStartPage/regBoxlang.png) no-repeat;
	height:300px;
	width:275px;
	font-size:10px;
	position:absolute;
	bottom:0px;
}

.regContainer h1 {
	font-size:14px;
	text-align:center;
	padding:12px 0 2px;
}

.regContainer .noDl_noInstall {
    margin: 10px 10px 0;
    text-align: center;
}

.regContainer .error {
	height:12px;
	float:right;
}

.regContainer .regTableContainer {

    border-top: 1px solid #999;

    margin: 7px 15px;
    padding-top: 5px;
}

.regTableContainer a {color:#111;}

.regTableContainer table tr td {
	padding:0px 6px;
}

.regTableContainer .inputLabel {
	font-size:13px;
	display:block;
	text-align:right;
	white-space:nowrap;
}

.regTableContainer .input_txt, .regTableContainer .input_pw {
	height:20px;
	width:145px;
}

.regContainer a.fbLogin {
	position: static !important;
	display: block;
}

.regContainer a.fbLogin i.fa {
	font-size: 46px;
	padding: 2px 9px;
}

.regContainer .regBtnTable {
	margin: auto;
}

.regContainer .regBtnTable td {
	padding: 0px 5px;
}

.regContainer .submitBtn {
	border-radius: 5px;
	border: 1px solid #222;
	background: url("/site/images/dragonStartPage/regBtn.png") no-repeat scroll -5px 0 transparent;
	color: white;
	display: block;
	font-size: 15px;
	height: 52px;
	/* margin: auto auto 4px; */
	/* padding-bottom: 0px; */
	text-indent: 20px;
	text-transform: uppercase;
	width: 150px;
}

.regContainer .submitBtn:hover {
	background-position:-215px 0;
}

.regContainer .allreadyReg {
	text-align:center;
	color:#999;
}

/*-bounsFeedback-*/

.content .feedback {
	background: url("/site/images/dragonStartPage/feedback.png") no-repeat scroll 0 0 transparent;
	font-size: 13px;
	height: 100px;
	width: 310px;
	position:absolute;
	bottom:150px;
	right:-5px;
	padding:10px 20px;
	text-align:center;
}

.feedback h3 {
	text-align:center;
}

/*-infoContainer-*/

.content .infoContainer {
	background: url("/site/images/dragonStartPage/infoBox.png") no-repeat scroll 0 0 transparent;
	font-size: 12px;
	height: 148px;
	width: 341px;
	position:absolute;
	bottom:0px;
	right:0px;
}

.infoContainer h1 {
	font-size:13px;
	text-align:center;
	padding:12px 58px 1px;
	text-align:left;
}

.infoContainer .screenshots {
	padding:8px;
	padding-bottom:0px;
}

.infoContainer .screenshots a {
	display:block;
	float:left;
	margin:0px 4px 4px;
}

.infoContainer .screenshots a img {
	width:98px;
	height:73px;
	border:1px outset #900;
}

.infoContainer .copyright {
	font-size:9px;
	text-align:center;
	color:#2d2d2d;
}

/*-- newWorldStarted --*/

#newWorldStarted {
  position:absolute;
	top:143px;
	left:13px;
	z-index:100;
}

/*-- newWorldStartIn --*/

#newWorldStartIn {
	position:absolute;
	top:270px;
	left:-185px;
	height:35px;
	padding:84px 35px 0 50px;
	text-align:center;
	font-size:9px;
	width:137px;
	color:#900 !important;
	font-weight:bold;
}

#newWorldStartIn:hover {color:red !important;}

/*---logut---*/

.logout .advert {
	margin:auto;
	display:block;
}

/*---pw result---*/

.pw_result p {
	padding:20px;
	font-weight:bold;
}

/*--autocomplete---*/

div.autocomplete {
	width: 178px;
	background: #fff;
}

div.autocomplete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.autocomplete ul li {
	margin:0;
	padding: 3px;
}

div.autocomplete ul li:hover {
	cursor: pointer;
	background-color: #ffb;
}

/*---designedTable---*/

.designedTable {
	width:610px !important;
	color:black;
	margin:auto;
}

.designedTable tbody tr td, .designedTable thead tr td {
	padding:5px 2px;
}

/*-tbody-*/
.designedTable tbody .first {
	background:url(/site/images/newdesign/designedTable/main.jpg) repeat-y;
}

/*-tfoot-*/

.designedTable tfoot tr td {
	height:4px;
}

.designedTable tfoot .first {
	background:url(/site/images/newdesign/designedTable/bottom.png) no-repeat;
}

/*---media---*/

.media h4 {
	font-size:12px;
	margin:0px;
}

.media small {
  text-align:left;

}

.media a {
	color:#900000;
}

.media_text {
	padding:0px 15px;
}

.media_text h1, .media_text h2 {
	margin:0;
	text-align:left;
}

.media_text h1 {font-size:21px;}
.media_text h2 {font-size:15px;}

.media .designedTable td.container {
  padding:50px 0 40px 110px; 
}

.media .container a {
	width:113px;
	height:55px;
	display:block;
	float:left;
	padding: 10px 15px 35px 62px;
	color:black;
}

.media a.xhodon_zip {
	background:url(/site/images/newdesign/presse/presse_sprite.png) -4px -4px;
}

.media a.xhodon_zip:hover {
	background:url(/site/images/newdesign/presse/presse_sprite.png) -4px -109px;
	color:black !important;
}

.media a.trollgames_zip {
	background:url(/site/images/newdesign/presse/presse_sprite.png) -212px -4px;
}

.media a.trollgames_zip:hover {
	background:url(/site/images/newdesign/presse/presse_sprite.png) -212px -109px;
	color:black !important;
}

/*---ban---*/

.ban .overflowContainer {
	font-weight:bold;
	text-align:center;
	color:red;
	background-color:beige;
	border:2px solid red;
	padding:10px 30px;
	max-height:400px;
	overflow:auto;
	filter:alpha(opacity=90);
	opacity: 0.9;
}

.ban .designedTable {
	width:450px;
	margin:5px auto;
	color:red;
	border-bottom:1px solid red;
}

.ban .designedTable thead tr td {
	border-top:1px solid red;
	border-bottom:1px solid red;
}

.ban p {
	margin:5px 0;
	padding:5px 0px;
}

/*---lightbox---*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; border: 3px solid #333; border-bottom: none; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:/site/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/site/javascript/lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/site/javascript/lightbox2/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; border: 3px solid #333; border-top: none; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#loginhint
{
	border: 1px solid red;
	border-radius: 25px;
	
	color: red;
	background-color: white;
	width: 300px;
	height: 35px;
	text-align: center;
	
	position: absolute;
	right: 465px;
	top: 5px;
	z-index: 5;
	padding: 5px;
}


/* Cookie notice */
#cookieOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: #00000061;
	display: none;
}

#cookie-notice {
	display: table !important; /* hidden is now on the outgray*/
	position: fixed;
	z-index: 100000;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-family: sans-serif;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	top: 10%;
	height: fit-content;
	min-width: 210px;
	border-radius: 5px;
	filter: drop-shadow(1px 1px 2px black);
}

#cookie-notice .button.bootstrap,#cookie-notice .button.wp-default {
	font-family: sans-serif;
	display: inline-block;
	font-style: normal;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	text-decoration: none;
	outline: 0
}

.cookie-notice-container {
	padding: 15px;
	text-align: center
}

.cn-top {
	top: 0
}

.cn-bottom {
	bottom: 0
}

#cookie-notice .button {
	margin-left: 10px;
	width: 150px;
	height: unset;
}

#cookie-notice .button.wp-default {
	padding: 12px 12px 12px 12px;
	background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) #F3F3F3;
	border-color: #BBB;
	color: #333;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	white-space: nowrap;
	margin-top: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}

#cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus,#cookie-notice .button.wp-default:active {
	background: linear-gradient(to bottom,#FFF,#F3F3F3) #F3F3F3;
	border-color: #999;
	color: #222
}
#cookie-notice #cn-accept-cookie {
	background: linear-gradient(to bottom,#a4f766,#4cc500) #4cc500;
}
#cookie-notice #cn-reject-cookie {
	color: lightgray;
	font-size: 13px;
	display: inline-block;
}

#cn-notice-text2 {
	display: none;
}

