*{
	margin:0;
	padding:0; 
}

img,a{
	border:none;
	outline:none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	color:#282828;
	background:url(images/web_bg.jpg);
}

body.siteskin {
	font-family: 'Open Sans', sans-serif;
	color:#282828;
	line-height:20px;
	background:url(images/siteskin_ps2.jpg) center top no-repeat #000000;
	background-attachment:fixed;
}

a.siteskin {position:absolute;left:0px;top:10px;display:block;min-width:100%;height:100%;position:fixed;z-index:1;text-decoration:none !important;}
 
.wrapper_in{
	max-width:1250px;
	min-width:900px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.wrapper_news{
	z-index:1;
}
p {
	margin:0;
	padding:0;
}

hr {
	border:0;
	border-top:1px solid #ddd;
}
header{
	z-index:10;
}
/* CSS3 Button */
a.css3button,
.button{
	border: none!important;
	cursor: pointer!important;
	outline: none!important;
	padding:10px!important;
	text-decoration:none!important;
	border: 1px solid rgba(0,0,0,0.15)!important;
	opacity: 0.81!important;
	box-shadow: inset 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106)!important;
	background: #ff6600!important;
	color: #FFFFFF!important;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
font-size:0.8em;
}

a.css3button:hover,
.button:hover{
	opacity: 1!important;
	outline: none!important;
}

a.css3button2 {
	border: none!important;
	cursor: pointer!important;
	outline: none!important;
	padding:10px!important;
	text-decoration:none!important;
	border: 1px solid rgba(0,0,0,0.15)!important;
	opacity: 0.81!important;
	box-shadow: inset 0.5px 0.866px 0px 0px rgba(255, 248, 68, 0.106)!important;
	background: #ff6600!important;
	color: #FFFFFF!important;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
font-size:0.8em;
}

a.css3button2:hover {
	opacity: 1!important;
	outline: none!important;
}

input.css3button {
	font-size: 12px;
	color: #ffffff!important;
	padding: 6px 6px;
	font-weight:bold;
	background-color: #ff8800;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff6200));
	background-image: -webkit-linear-gradient(top, #ff8800, #ff6200);
	background-image: -moz-linear-gradient(top, #ff8800, #ff6200);
	background-image: -ms-linear-gradient(top, #ff8800, #ff6200);
	background-image: -o-linear-gradient(top, #ff8800, #ff6200);
	background-image: linear-gradient(top, #ff8800, #ff6200);
	
	border:1px solid #ff6200;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(000,000,000,0.2),0px 0px 0px rgba(255,255,255,0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input.css3button:hover {
	background-color: #ff8800;
	background-image:none;
}
input.css3button.bigbutton{
	font-size:18px;
}

div.contentbox_grey {
	padding:35px;
	background:#f9f9f9;
	border:3px solid #dadada;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}


/* CSS3 Buttons Theme Praesentation */

a.css3button_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-align:center;
	width:190px;
	height:40px;
	line-height: 40px;
	display:block;
  background-color: #5d5e61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5e61), color-stop(100%, #353940));
  background-image: -webkit-linear-gradient(top, #5d5e61, #353940);
  background-image: -moz-linear-gradient(top, #5d5e61, #353940);
  background-image: -ms-linear-gradient(top, #5d5e61, #353940);
  background-image: -o-linear-gradient(top, #5d5e61, #353940);
  background-image: linear-gradient(top, #5d5e61, #353940);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(000,000,000,0.2),0px 0px 0px rgba(255,255,255,0);
}

a.css3button_grey:hover {
	background-color: #ff8800;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff6200));
	background-image: -webkit-linear-gradient(top, #ff8800, #ff6200);
	background-image: -moz-linear-gradient(top, #ff8800, #ff6200);
	background-image: -ms-linear-gradient(top, #ff8800, #ff6200);
	background-image: -o-linear-gradient(top, #ff8800, #ff6200);
	background-image: linear-gradient(top, #ff8800, #ff6200);
}

a.css3button_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-align:center;
	width:190px;
	height:40px;
	line-height: 40px;
	display:block;
	background-color: #ff8800;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff6200));
	background-image: -webkit-linear-gradient(top, #ff8800, #ff6200);
	background-image: -moz-linear-gradient(top, #ff8800, #ff6200);
	background-image: -ms-linear-gradient(top, #ff8800, #ff6200);
	background-image: -o-linear-gradient(top, #ff8800, #ff6200);
	background-image: linear-gradient(top, #ff8800, #ff6200);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(000,000,000,0.2),0px 0px 0px rgba(255,255,255,0);
}

a.css3button_orange:hover {
  background-color: #5d5e61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5e61), color-stop(100%, #353940));
  background-image: -webkit-linear-gradient(top, #5d5e61, #353940);
  background-image: -moz-linear-gradient(top, #5d5e61, #353940);
  background-image: -ms-linear-gradient(top, #5d5e61, #353940);
  background-image: -o-linear-gradient(top, #5d5e61, #353940);
  background-image: linear-gradient(top, #5d5e61, #353940);
}



/* ALLGEMEINE LINKGRAFIKEN & BUTTONS */
a.linkbutton_morenews { width:159px; height:20px; background:url(images/linkbutton_morenews.png) 0px 20px; }
a.linkbutton_morenews:hover { background-position:0px 0px; }
a.linkbutton_sendnews { display: block; width:100px; height:20px; background:url(images/linkbutton_sendnews.png) 0px 20px; }
a.linkbutton_sendnews:hover { background-position:0px 0px; }
a.linkbutton_morescreenshots { width:168px; height:20px; background:url(images/linkbutton_morescreenshots.png) 0px 20px; }
a.linkbutton_morescreenshots:hover { background-position:0px 0px; }
a.linkbutton_morevideos { width:139px; height:20px; background:url(images/linkbutton_morevideos.png) 0px 20px; }
a.linkbutton_morevideos:hover { background-position:0px 0px; }
a.linkbutton_forum { width:75px; height:20px; background:url(images/linkbutton_forum.png) 0px 20px; margin-top:15px; }
a.linkbutton_forum:hover { background-position:0px 0px; }
a.linkbutton_backtooverview { width:132px; height:20px; background:url(images/linkbutton_backtooverview.png) 0px 20px; margin-top:10px; }
a.linkbutton_backtooverview:hover { background-position:0px 0px; }
a.linkbutton_mmodb { background:url(images/linkbutton_mmodb.png) 0px -20px; height:20px; display:block; width:80px; margin:0px auto; }
a.linkbutton_mmodb:hover { background-position:0px 0px; }
a.linkbutton_newsmessage { background:url(images/linkbutton_newsmessage.png) 0px -20px; height:20px; display:block; width:152px; }
a.linkbutton_newsmessage:hover { background-position:0px 0px; }
a.linkbutton_fullarticle { background:url(images/linkbutton_fullarticle.png) 0px -20px; height:20px; display:block; width:150px; }
a.linkbutton_fullarticle:hover { background-position:0px 0px; }
a.linkbutton_forum_search { background:url(images/linkbutton_forum_search.png) 0px -20px; height:20px; display:block; width:122px; }
a.linkbutton_forum_search:hover { background-position:0px 0px; }
a.linkbutton_forum_newthread { background:url(images/linkbutton_forum_newthread.png) 0px -20px; height:20px; display:block; width:135px; }
a.linkbutton_forum_newthread:hover { background-position:0px 0px; }
a.linkbutton_forum_newpost { background:url(images/linkbutton_forum_newpost.png) 0px -20px; height:20px; display:block; width:78px; }
a.linkbutton_forum_newpost:hover { background-position:0px 0px; }
a.linkbutton_havemmo { position:relative; top:10px; right:5px; background:url(images/linkbutton_havemmo.png) 0px -20px; height:20px; display:block; width:179px; }
a.linkbutton_havemmo:hover { background-position:0px 0px; }
a.linkbutton_haventmmo { position:relative; top:10px; right:5px; background:url(images/linkbutton_haventmmo.png) 0px -20px; height:20px; display:block; width:170px; }
a.linkbutton_haventmmo:hover { background-position:0px 0px; }
a.linkbutton_user_delbuddy { background:url(images/linkbutton_user_delbuddy.jpg) 0px -38px; height:38px; display:block; width:300px; }
a.linkbutton_user_delbuddy:hover { background-position:0px 0px; }
a.linkbutton_user_addbuddy { background:url(images/linkbutton_user_addbuddy.jpg) 0px -38px; height:38px; display:block; width:300px; }
a.linkbutton_user_addbuddy:hover { background-position:0px 0px; }
a.linkbutton_user_sendpm { background:url(images/linkbutton_user_sendpm.jpg) 0px -38px; height:38px; display:block; width:300px; }
a.linkbutton_user_sendpm:hover { background-position:0px 0px; }
a.linkbutton_user_findform { background:url(images/linkbutton_user_findform.jpg) 0px -38px; height:38px; display:block; width:300px; }
a.linkbutton_user_findform:hover { background-position:0px 0px; }

.path{color:#282828;background:#f5f5f5; font-weight:bold; padding:14px 15px 12px; text-transform:uppercase;}
.path a {color:#282828;text-decoration:none;}
.path a:hover {text-decoration:underline;}
.forumsearch{ margin:7px;}

a.usercenter_profil { float:left; background:url(images/usercenter_profil.jpg) 0px -100px repeat-x; height:100px; display:block; width:111px; text-indent:-999999px; margin-right:10px; }
a.usercenter_profil:hover { background-position:0px 0px; }
a.usercenter_signatur { float:left; background:url(images/usercenter_signatur.jpg) 0px -100px repeat-x; height:100px; display:block; width:111px; text-indent:-999999px; margin-right:10px; }
a.usercenter_signatur:hover { background-position:0px 0px; }
a.usercenter_benutzerbild { float:left; background:url(images/usercenter_benutzerbild.jpg) 0px -100px repeat-x; height:100px; display:block; width:111px; text-indent:-999999px; margin-right:10px; }
a.usercenter_benutzerbild:hover { background-position:0px 0px; }
a.usercenter_nachrichten { float:left; background:url(images/usercenter_nachrichten.jpg) 0px -100px repeat-x; height:100px; display:block; width:111px; text-indent:-999999px; margin-right:10px; }
a.usercenter_nachrichten:hover { background-position:0px 0px; }
a.usercenter_ignorierliste { float:left; background:url(images/usercenter_ignorierliste.jpg) 0px -100px repeat-x; height:100px; display:block; width:111px; text-indent:-999999px; }
a.usercenter_ignorierliste:hover { background-position:0px 0px; }

a.linkarrow { background:url(images/linkarrow.png) 0px 8px no-repeat; padding:0 15px 9px; text-decoration:none; color:#282828; float:right; }
a.linkarrow:hover { color:#ff6000; }
a.pagearrow_left { background:url(images/pagearrow_left.png) center left no-repeat; padding-left:15px; text-decoration:none; color:#282828; }
a.pagearrow_left:hover { color:#ff6000; }
a.pagearrow_right { background:url(images/pagearrow_right.png) center right no-repeat; padding-right:15px; text-decoration:none; color:#282828; }
a.pagearrow_right:hover { color:#ff6000; }

input.sidebar_pollsubmit { border:0px; width:75px; height:20px; background:url(images/sidebar_pollsubmit.png) 0px 20px #fff; text-indent:-999999px; cursor:pointer; }
input.sidebar_pollsubmit:hover { background-position:0px 0px; }
input.loginbox_login { border:0px; width:74px; height:20px; background:url(images/linkbutton_login.png) 0px 20px #fff; text-indent:-999999px; cursor:pointer; }
input.loginbox_login:hover { background-position:0px 0px; }
input.ratingthumbs_up { border:0px; width:20px; background:url(images/ratingthumbs.png) no-repeat; height:20px; text-indent:-999999px; cursor:pointer; }
input.ratingthumbs_down { border:0px; width:20px; background:url(images/ratingthumbs.png) 0px -20px no-repeat; height:20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_send { border:0px; width:70px; height:20px; background:url(images/inputbutton_send.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_send:hover { background-position:0px 0px; }
input.inputbutton_reset { border:0px; width:79px; height:20px; background:url(images/inputbutton_reset.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_reset:hover { background-position:0px 0px; }
input.inputbutton_preview { border:0px; width:120px; height:20px; background:url(images/inputbutton_preview.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_preview:hover { background-position:0px 0px; }
input.inputbutton_sendprofil { border:0px; width:125px; height:20px; background:url(images/inputbutton_sendprofil.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_sendprofil:hover { background-position:0px 0px; }
input.inputbutton_sendregistration { border:0px; width:110px; height:20px; background:url(images/inputbutton_sendregistration.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_sendregistration:hover { background-position:0px 0px; }
input.inputbutton_extend { border:0px; width:70px; height:20px; background:url(images/inputbutton_extend.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_extend:hover { background-position:0px 0px; }
input.inputbutton_go { border:0px; width:37px; height:16px; background:url(images/inputbutton_go.png) 0px 16px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_go:hover { background-position:0px 0px; }
input.inputbutton_attachment { border:0px; width:121px; height:20px; background:url(images/inputbutton_attachment.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_attachment:hover { background-position:0px 0px; }
input.inputbutton_sendrating {
	background: #ff6000;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    height: 40px;
}
input.inputbutton_sendrating:hover { background-position:0px 30px; }
input.inputbutton_search { position:relative; top:3px; border:0px; width:94px; height:20px; background:url(images/inputbutton_search.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_search:hover { background-position:0px 0px; }
input.inputbutton_bestaetigen { position:relative; top:3px; border:0px; width:94px; height:20px; background:url(images/inputbutton_bestaetigen.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_bestaetigen:hover { background-position:0px 0px; }
input.inputbutton_delmessage { position:relative; top:5px; border:0px; width:125px; height:20px; background:url(images/inputbutton_delmessage.png) 0px 20px; text-indent:-999999px; cursor:pointer; }
input.inputbutton_delmessage:hover { background-position:0px 0px; }

/* WRAPPER & TOPBAR */
.boxed{}
.wrapper_werbung {width:160px;height:600px;float:right;margin-top:40px;}
.wrapper { margin:0 auto; min-width:900px; max-width:1050px; padding:4%; background:#fff;}
.wrapperde { margin:-101px; min-width:900px; max-width:1050px; padding:4%; background:#fff;}

/* PAGENATION */
a.pagenation { display: inline-block; padding:10px 15px; background:#424242; min-width:20px; color:#fff!important; text-decoration:none; text-align:center; position:relative;}
a.pagenation:hover { background-color:#888;}
a.pagenationactiv { display: inline-block; padding:10px 15px; background:#ff6000; min-width:20px; color:#fff!important; text-decoration:none; text-align:center;}
a.pagenationwithtext { display: inline-block; color:#fff!important; text-decoration:none; text-align:center; position:relative;}
span.pagenation { display: inline-block; padding:10px 15px; background:#888; min-width:20px; color:#fff; text-decoration:none; text-align:center; position:relative;}
span.pagenation:hover { background-position:0px 0px; }
span.pagenationwithtext_left { float:left; display: inline-block; width:2px; height:20px; background:url(images/pagination_left.png) 0px 20px; }
span.pagenationwithtext_leftactiv { float:left; display: inline-block; width:2px; height:20px; background:url(images/pagination_left.png) 0px 0px; }
span.pagenationwithtext_repeat { float:left; display: inline-block; min-width:20px; background:#424242; padding: 10px 15px; }
span.pagenationwithtext_repeat:hover { background:#888; }
span.pagenationwithtext_repeatactiv { float:left; display: inline-block; min-width:20px; background:#ff6000; padding: 10px 15px; }
span.pagenationwithtext_right { float:left; display: inline-block; width:2px; height:20px; background:url(images/pagination_right.png) 0px 20px; }
span.pagenationwithtext_rightactiv { float:left; display: inline-block; width:2px; height:20px; background:url(images/pagination_right.png) 0px 0px; }
span.pagination_right { display: inline-block; width:2px; height:19px; background:url(images/pagination_right.png) 0px 20px; }
div.pagenationcontainer { border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding: 1% 0; }

/* LOGINBOX */

/* TWITTERSTREAM */
.twitterstream_header { width:300px; height:55px; background:url(images/twitterstream_header.png) no-repeat; }
.twitterstream_image { float:left; margin-right:5px; }
.twitterstream_image img { width:44px; height:44px; overflow:auto;}
.twitterstream_name { font-size:11px; padding-top:3px; }
.twitterstream_screenname { font-size:17px; color:#ff6000; font-weight:bold; }
.twitterstream_message { border-bottom:1px solid #f1f1f1; padding:5px 0px; }
.twitterstream_message a { color:#282828; text-decoration:none; }
.twitterstream_message:hover { background-color:#f2f2f2; }

/* RATING - THUMBS */
.content_rating_background { height:50px; padding:10px 0; }
.content_rating_box { background:#f9f9f9; padding:1%;}
.content_rating_boxcontainer { float:left; width:53px; line-height:19px; font-weight:bold; text-align:center; }
.content_rating_boxcontainer form { display:inline; }

/* HEADER & NAVIGATION */

/* CONTENT - SIDEBAR */
.content_facebook { width:100%; background:#fff; margin:0px; padding:15px 0px; }
.content_container_start{
margin:0px; padding: 0; background:#fff;
-webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.content_container { width:100%; margin:0px; padding: 0px;
background:#fff;
-webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.05);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*Slideshow Bereich*/
.topper{
	float:left;
	width:71%;
}
.flex-prev{
	font-size: 0;
	background:url(images/slider_preview.png) no-repeat; 
}
.flex-next{  
	font-size: 0;
	background:url(images/slider_next.png) no-repeat; 
}
.topper_werbung{
	float:right;
	width:28%;
}
.topper_werbung img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.content_container_shadow { background:url(images/test.png) #fff repeat-y 620px 0px; }
.content_fullsideside { float:left; width:100%;}
.content_leftside { float:left; width:65%; margin:15px 0 25px 35px; }
.content_leftside p a, .content_leftside p a:visited {color:#ff6001;text-decoration:none; }
.content_leftside_small { float:left; width:565px; margin:0px 15px 0px 35px; }
.content_rightside { float:right; width:28%; margin-right:15px; overflow:hidden;}
.content_rightside2 { float:left; width:71%;}
.content_left{ float:left; width:70%;}
.content_right{ float:right; width:28%; overflow:hidden;}
.content_inline{ float:left;}
.content_middle { float: left; margin:0 13px; width:14%;}
.content_leftside2 { float:right; width:27%; margin-top:1.5%;}
.content_leftside2 p a, .content_leftside2 p a:visited {color:#ff6001;text-decoration:none; }
.content_slider { float:left; width:658px; }
.content_slider_image { width:658px; height:345px; }
.content_slider_image img { width:658px; height:345px; position:relative; z-index:1; }
.content_slider_shadow { width:658px; height:22px; }
.content_slider_shadow img { width:658px; height:22px; }
.content_slider_navigation { width:0px; height:0px; }
.content_slider_navigation a.prevslider { display:block; position:relative; z-index:1000; top:-222px; left:0; width:58px; height:100px; background:url(images/slider_preview.png) no-repeat; }
.content_slider_navigation a.nextslider { display:block; position:relative; z-index:1000; top:-322px; left:600px; width:58px; height:100px; background:url(images/slider_next.png) no-repeat; }
.content_head_fullsize { position:relative; float:left; margin-bottom:20px; border-bottom:1px solid #ddd; width:100%; }
.content_head_fullsize span.title { float:left; font-weight:normal; text-transform:uppercase; border:1px solid #ddd; border-bottom:1px solid #fff; top:1px; position:relative; padding:5px 20px;}
.content_head_fullsize a { color:#353638; font-weight:normal; text-decoration:none; }
.content_head_fullsize2 { background:url(images/content_head_fullsize2.png) no-repeat; color:#fff; font-weight:bold; position:relative; left:-35px; padding-left:35px; width:965px; }
.content_head_fullsize2 span { float:right; color:#353638; font-weight:normal; }
.content_head_fullsize2 a { color:#353638; font-weight:normal; text-decoration:none; }
.content_sidebar { float:left; width:100%; }
.content_sidebar_small { float:left; width:270px; }
.content_sidebar_big{ float:left; background:#f1f1f1; padding:4%; margin-bottom:4%;}
.content_sidebar_big .content_sidebar_header_type1 span.tabtitle{
	background:#f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.content_sidebar_big .fluidboxed.smallonesidebar .titlebox{
	background:#f1f1f1;
	padding:2% 3% 4%;
}
.content_sidebar_big .fluidboxed.smallonesidebar .fluidboxtext{
}
.content_sidebar_big.dark{
	background:#333;
	margin-bottom:25px;
	padding:1.5% 1.5% 0;
	width:47%;
	height:320px;
}
.content_sidebar_big.dark a{
	color:#fff;
}
.content_articlepage_article_startpage.top2{
	float:left;
	width:49%;
	border-bottom:0;
}
.content_articlepage_article_startpage.top2:nth-child(2n) {
	margin:0 0 0 2%;
}
.content_sidebar_big.sponsor{
	background:#777;
	margin-bottom:15px;
	padding:1.5% 1.5% 0;
	width:24%;
	height:320px;
}
.content_sidebar_big.sponsor a{
	color:#fff;
}
.content_sidebar_image img { padding:0 4px;  width: 290px;}
.content_sidebar_image a.mainlink { font-size:14px; font-weight:bold; margin:0px; padding:0px; color:#ff6000; text-decoration:none; display:block; padding-bottom:4px; }
.content_sidebar_header_long { height:19px; background:url(images/sidebar_header_long.png) repeat-x; color:#fff; font-weight:bold; padding:1px 10px; }
.content_sidebar_header_type1 { height:30px; border-bottom:1px solid #ddd;
}
.content_sidebar_header_type1 span.tabtitle { float:left;background:#fff; font-size:1.3em; padding:0 1% 1% 0; border-bottom:1px solid #fff; text-transform:uppercase; }
.dark .content_sidebar_header_type1 span.tabtitle{
	color:#fff;
	background:#333;
	border-bottom:0;
}
.dark .content_sidebar_header_type1{
	border-bottom-color:#777;
}
.sponsor .content_sidebar_header_type1 span.tabtitle{
	background:#777!important;
	border-bottom:0;
}
.sponsor .content_sidebar_header_type1{
	border-bottom-color:#f9f9f9!important;
}
.newsletter{
	padding:4% 0;
}
.newsletter .input{
    border: 0 solid #000;
    margin: 2% 0 0;
    padding: 3% 0;
    text-indent: 14px;
    width: 100%;
}
.newsletter .button{
    border: 0 solid !important;
    border-radius: 0;
    margin: 5px 0 0;
    width: 100%;
	font-size:1em;
	font-weight:bold;
}
.newsletter p{
	font-size:0.9em;
}
.newsletter .content_sidebar_header_type1 span.tabtitle{
	background:#1a1b1d!important;
	border-bottom:0;
	padding: 0 10px 0 0;
}
.newsletter .content_sidebar_header_type1{
	border-bottom-color:#ccc!important;
	height:25px;
}
.sponsor .content_sidebar_header_type1 span.tabtitle{
	color:#fff;
	background:#333;
	border-bottom:0;
}
.sponsor .content_sidebar_header_type1{
	border-bottom-color:#777;
}
.content_sidebar_header_typebig { color:#282828;font-weight:bold; font-size:19px; padding:20px 15px 20px 20px; border-bottom:1px solid #f1f1f1; text-transform:uppercase; background:#f5f5f5; border-top:1px solid #fff;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.content_sidebar_header_typebig h1{font-size:25px; color:#282828;}
.content_sidebar_header_typebig h2{font-size:25px; color:#282828;}

.content_sidebar_header_typebig .buylink{ float:right; font-size:14px;}
.content_sidebar_header_typebig .amazonlink{ float: right;position: relative;right: -11px;top: -36px;}
.darkbody .content_sidebar_header_type1 { border-bottom:0px solid #1a1b1d; text-transform:uppercase; color:#fff; }

.darkbody .content_sidebar_header_type1 { height:51px; background:#fff;}
.darkbody .content_sidebar_header_type1 span.tabtitle { float:left; color:#fff;background:#1a1b1d; font-size:1.3em; padding:1% 2% 2%; border-bottom:1px solid #1a1b1d; text-transform:uppercase; 
}

.meine_sammlung{ float:right; background:#444;}

.content_sidebar_header_type1 h1 { font-size:24px; font-weight:normal; }
.content_sidebar_header_type2 { height:19px; background:url(images/sidebar_header_type2.jpg) no-repeat; color:#fff; font-weight:bold; padding:1px 10px; }
.content_sidebar_header_type3 { color:#424242; font-size:11px;padding:2px 5px; margin:-15px -1px 0 0; float:right; border:1px solid #f1f1f1; background:#fff; 
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.boxed .content_sidebar_header_type3:nth-child(2) { margin:0 -1px 0 0;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.content_sidebar_header_type4 { height:19px; background:url(images/sidebar_header_type4.jpg) no-repeat; color:#fff; font-weight:bold; padding:1px 10px; }
.content_sidebar_header_type5 { height:19px; background:url(images/sidebar_header_type5.jpg) no-repeat; color:#fff; font-weight:bold; padding:1px 10px; padding-left:35px; position:relative; left:-35px; width:260px; }
.content_sidebar_header_type6 { height:19px; background:url(images/sidebar_header_type5.jpg) no-repeat; color:#fff; font-weight:bold; padding:1px 10px; }
.content_sidebar_subheader a.gamelink { float:left; color:#282828; text-decoration:none; font-weight:bold; background:none; padding:0px; }
.content_sidebar_subheader a { color:#353638; float:right; background:url(images/linkarrow.png) 0px 7px no-repeat; padding-left:10px; text-decoration:none; font-weight:normal; }
.content_sidebar_subheader a:hover { color:#ff6000; }
.content_sidebar_content_type1 {padding:2% 0; }
.content_leftside2 .content_sidebar_content_type1{padding:2% 0 8%; }
.content_sidebar_content_type1.iftop{ background:#f9f9f9;}
.content_sidebar_content_type1_big { min-height:50px; padding:15px 0 25px; }

.content_rightside .content_sidebar_content_type1 { min-height:10px; border-bottom:1px solid #f1f1f1; padding:0; }
.content_rightside .content_sidebar_content_type1 a { color:#8e8e8e; font-weight:normal; padding:14px 0; display:block;}
.content_rightside .content_sidebar_content_type1 a span { color:#282828; font-weight:bold;}

.content_sidebar_content_type1_header span.time{ background: #f9f9f9; color:#ccc;border: 1px solid #f1f1f1; font-size: 11px;margin: -16px 0 0 250px;padding: 2px;position: absolute; line-height: 1;}
.content_sidebar_content_type1_header_big a { color:#353638; font-weight:bold; text-decoration:none;}
.content_sidebar_content_type1_header a { color:#353638; text-decoration:none; }
.content_sidebar_content_type1_header a span{font-weight:bold;}
.content_sidebar_content_type1_header_big span a {font-weight:bold; font-size:30px; }
.content_sidebar_content_type1_header span a {font-weight:bold; font-size:30px; }

.content_sidebar_content_type1_header_big a h2 span  {font-weight:bold; font-size:30px; color:#353638 }
.content_sidebar_content_type1_header a h2 span, .content_sidebar_content_type1_header a h1 span  {font-weight:bold; display:block; font-size:0.6em; color:#ff6600 }
.content_sidebar_content_type1_header_big h2 { font-size:30px; font-weight:normal!important; line-height:40px;color:#353638; margin-bottom:5px; }

.content_sidebar_content_type1_header h2 { font-size:1.3em; line-height:1.3em;color:#353638; margin-bottom:1%; }
.content_sidebar_content_type1.big h2,.content_sidebar_content_type1.big h1 { font-size:2em; line-height:1.3em;color:#353638; margin-bottom:1%; }
.content_sidebar_content_type1.big { padding:0 0 2% 0!important;}
.content_sidebar_content_type1_body{
	width:60%;
	float:left;
}
.shortinfo{
	float:right;
}
.content_sidebar_content_type1_body .content_sidebar_content_type1_text2{
	font-size:0.9em!important;
}
.content_sidebar_content_type1_body h2{
    color: #353638;
    font-size: 1.3em!important;
    line-height: 1.3em!important;
    margin: 0 0 1% 0 !important;
}

.content_sidebar_content_type1_body .content_sidebar_content_type1_text2,
.content_sidebar_content_type1_body .smallfont{
	font-size:0.8em;
}
.content_sidebar_content_type1_header h2 a.newstitle { display:block; font-size:14px; color:#282828!important; font-weight:bold!important; text-decoration:none; line-height:20px; }
.content_sidebar_content_type1_header h2 a:hover { color:#ff6000; }
.content_sidebar_content_type1_header h3 a { font-size:13px; color:#8e8e8e; text-decoration:none; line-height:20px; font-weight:normal;}
.content_sidebar_content_type1_text { float:left; color:#353638; line-height:20px; }
.content_sidebar_content_type1_text a { color:#353638; text-decoration:none; }
.content_sidebar_content_type1_text a:hover { color:#353638; text-decoration:underline; }

.content_sidebar_content_type1_text2_big { color:#353638; text-decoration:none; font-weight:normal; }

.content_sidebar_content_type1_text2 { color:#444;font-weight:normal; line-height: 1.5em; font-size:0.9em; margin:2% 0 1.5%;}
.content_sidebar_content_type1_text2 a { color:#111; text-decoration:none; font-weight:normal;}

.content_sidebar_content_type1_newspic_big{ float:left; max-width:550px; height:300px; overflow:hidden; margin-right:15px; margin-bottom:4px;}
.content_sidebar_content_type1_newspic_big img{ max-width:550px; height:300px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

.content_sidebar_content_type1_newspic{ float:left; width:35%; overflow:hidden; margin-right:3%;}
.content_sidebar_content_type1_newspic img{ max-width:285px; height:160px;}

.content_sidebar_content_type1_newspic.big{ float:left; width:100%; overflow:hidden; margin:0 0 2% 0;}


.content_sidebar_content_type1_comments { float:right; background:url(images/sidebar_comments.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; }
.content_sidebar_content_type1_comments2 { float:right; background:url(images/sidebar_comments_orange.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; }
.content_sidebar_content_type1_comments a, .content_sidebar_content_type1_comments2 a { color:#fff; text-decoration:none; font-size:11px; font-weight:bold; line-height:16px; }
.content_sidebar_content_type1_comments_new { float:left; background:url(images/sidebar_comments.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; margin-right:5px; position:relative; top:5px; }
.content_sidebar_content_type1_comments_new2 { float:left; background:url(images/sidebar_comments_orange.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; margin-right:5px; position:relative; top:5px; }
.content_sidebar_content_type1_comments_new a, .content_sidebar_content_type1_comments_new2 a { color:#fff; text-decoration:none; font-size:11px; font-weight:bold; line-height:16px; }
.content_sidebar_content_type2 { color:#ff6000; font-weight:bold; padding:10px 0px; line-height:16px; }
.content_sidebar_pollanswer_container { margin-bottom:5px; }
.content_sidebar_pollanswer_answer { height:16px; width:296px; padding:2px; background:url(images/sidebar_pollanswer_answer.png) no-repeat; }
.content_sidebar_pollanswer_answer_vip1 { height:16px; width:176px; padding:2px; background:url(images/sidebar_pollanswer_answer_vip1.png) no-repeat; }
.content_sidebar_pollanswer_answer_vip2 { height:16px; width:266px; padding:2px; background:url(images/sidebar_pollanswer_answer_vip2.png) no-repeat; }
.content_sidebar_pollanswer_answer_full { height:16px; width:606px; padding:2px; background:url(images/sidebar_pollanswer_answer.png) no-repeat; }
.content_sidebar_pollanswer_answer_firstbarleft { float:left; height:16px; width:3px; background:url(images/sidebar_pollanswer_answer_barleft.png) no-repeat 0px 0px; }
.content_sidebar_pollanswer_answer_firstbarmiddle { float:left; height:16px; background:url(images/sidebar_pollanswer_answer_barmiddle.png) repeat-x 0px 0px; }
.content_sidebar_pollanswer_answer_firstbarright { float:left; height:16px; width:3px; background:url(images/sidebar_pollanswer_answer_barright.png) no-repeat 0px 0px; }
.content_sidebar_pollanswer_answer_otherbarleft { float:left; height:16px; width:3px; background:url(images/sidebar_pollanswer_answer_barleft.png) no-repeat 0px -16px; }
.content_sidebar_pollanswer_answer_otherbarmiddle { float:left; height:16px; background:url(images/sidebar_pollanswer_answer_barmiddle.png) repeat-x 0px -16px; }
.content_sidebar_pollanswer_answer_otherbarright { float:left; height:16px; width:3px; background:url(images/sidebar_pollanswer_answer_barright.png) no-repeat 0px -16px; }
.content_sidebar_header_twitter { height:55px; background:url(images/sidebar_header_twitter.png) no-repeat; }
.content_sidebar_header_twitter a { display:block; height:55px; background:url(images/sidebar_header_twitter.png) no-repeat; padding:0px 55px; text-decoration:none; }
.content_sidebar_header_twitter span.small { color:#353638; font-weight:normal; }
.content_sidebar_header_twitter span.big { color:#ff6000; font-size:20px; }
.content_sidebar_list { margin:0px; padding:0px; }
.content_sidebar_list li { list-style:none; border-bottom:1px solid #f1f1f1; padding:10px; }
.content_sidebar_list li:hover { background-color:#f2f2f2; }
.content_sidebar_list li a { outline:none; display:block; color:#353638; overflow:hidden; text-align:left; position:relative; text-decoration:none; }
.content_sidebar_list span { float:right; }
.content_sidebar_list_withimage { margin:0px; padding:0px; }
.content_sidebar_list_withimage li { list-style:none; border-bottom:1px solid #f1f1f1; padding:10px; }
.content_sidebar_list_withimage li:hover { background-color:#f2f2f2; }
.content_sidebar_list_withimage li a { outline:none; display:block; color:#353638; overflow:hidden; text-align:left; position:relative; text-decoration:none; background:url(images/linkarrow.png) 0px 8px no-repeat; padding-left:10px; }
.content_sidebar_list_withimage li span { float:right; }
.content_sidebar_mmooftheweekdetails { margin-left:15px; }
.content_sidebar_mmooftheweekdetails span.name { color:#ff6000; font-weight:bold; }
.content_sidebar_mmooftheweekdetails span.detail { font-weight:bold; }
.content_sidebar_mmooftheweekdetails a { color:#ff6000; background:url(images/linkarrow.png) 0px 5px no-repeat; padding-left:10px; text-decoration:none; }
.content_sidebar_mmooftheweekdetails_image img { padding:4px; border:1px solid #f1f1f1; max-width:115px; }
.content_sidebar_mmooftheweekdetails_image img:hover { background:#ebebeb; }
.content_sidebar_usercomments { border-bottom:1px solid #f1f1f1; padding-bottom:10px; }
.content_sidebar_usercomments_image { float:left; margin-right:10px; width:50px; } 
.content_sidebar_usercomments_text { float:left; width:240px; line-height:16px; }
.content_sidebar_usercomments_text span { display:block; font-weight:bold; margin-bottom:3px; line-height:16px; }
.content_sidebar_usercomments_text a { color:#ff6000; text-decoration:none; }

/* DARKBODY - BOX */
.darkbody{ background:#1a1b1d; border-color:#1a1b1d;}
.darkbody .content_articlepage_article_startpage{ }
.darkbody .content_articlepage_article_startpage a{ font-weight:bold;}
.darkbody .content_articlepage_article_startpage a:hover{}
.darkbody .content_articlepage_article_startpage span.left{ font-weight:normal;}
.darkbody .content_articlepage_article_startpage a:hover span{}
.darkbody .content_articlepage_article_startpage a:hover span.left { text-decoration: underline;}

/* CONTENT - NEWSPAGE */
.content_newspage_news_container { border-bottom:1px solid #ddd; padding:1% 0; }
.content_newspage_news_container:hover { background-color:#f1f1f1; }

.content_newspage_news_details{}
.content_newspage_news_details h1 span{ color:#282828; font-size:20px; line-height:30px; font-weight:bold; display:block;}
.content_newspage_news_details h1{color:#ff6000; font-size:30px; line-height:40px; margin-bottom:20px;}

.content_newspage_news_details h2 { color:#ff6000; font-size:20px; line-height:24px; }
.content_newspage_news_details h3 { font-size:14px; line-height:20px; font-weight:bold; }
.content_newspage_news_details .content { }
.content_newspage_news_content { padding:0px; clear:both; }
.content_newspage_news_content a { float:left; color:#353638; padding:6px 0px; text-decoration:none; font-weight:bold; line-height:20px; }
.content_newspage_news_content a:hover { }
.content_newspage_news_content span.right { float:right; }
.content_newspage_news_content span.left { font-weight:normal; color:#8e8e8e; }
.content_newspage_news_content_comments { float:left; margin-right:10px; position:relative; top:8px; left:2px; background:url(images/sidebar_comments.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; }
.content_newspage_news_content_comments2 { float:left; margin-right:10px; position:relative; top:8px; left:2px; background:url(images/sidebar_comments_orange.png) no-repeat; width:21px; height:22px; text-align:center; line-height:16px; }
.content_newspage_news_content_comments a, .content_newspage_news_content_comments2 a { display: block; position:relative; left:1px; top:-8px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; width:22px; }
.content_newspage_news_content2 { padding:5px 0px; }
.content_newspage_news_content2:hover { background-color:#f2f2f2; }
.content_newspage_news_content2 a { color:#353638; padding:5px 0px; text-decoration:none; font-weight:normal; line-height:15px; }
.content_newspage_news_content2 a:hover { }
.content_newspage_news_content2 span.right { float:right; font-size:11px; }
.content_newspage_news_content2 span.left { font-weight:normal; font-size:12px; color:#ff6000; }
.content_newspage_news_content3 { padding:5px 0px; }
.content_newspage_news_content3:hover { background-color:#f2f2f2; }
.content_newspage_news_content3 a { color:#353638; padding:5px 0px; text-decoration:none; line-height:15px; }
.content_newspage_news_content3 a.linkarrow { background:none; padding:1%; text-decoration:none; color:#282828; float:none;}
.content_newspage_news_content_mmodetails {}
.content_newspage_news_content_mmodetails:hover { background-color:#f2f2f2; }
.content_newspage_news_content_mmodetails a { color:#282828!important; padding:1%; text-decoration:none;}

.content_newspage_news_content_mmodetails a:hover { color:#ff6000; }
.content_newspage_news_content_mmodetails span.right { float:right; font-size:11px; }
.content_newspage_news_content_mmodetails span.left { font-weight:normal; font-size:12px; color:#ff6000; }
.content_newspage_news_img {}
.content_newspage_news_img img{
}
.content_newspage_news_dbandsocial { padding:20px 30px 20px 0px; }
.content_newspage_news_dbandsocial ul { float:left; }
.content_newspage_news_dbandsocial li { background:url(images/linkarrow.png) left 8px no-repeat; list-style: none; padding-left:15px; line-height:19px; margin:0px 0px 8px 0px; font-size:14px; }
.content_newspage_news_dbandsocial li a { color:#282828; text-decoration:none; }
.content_newspage_news_dbandsocial li a:hover { color:#ff6000; }
.content_newspage_news_dbandsocial span { float:right; margin-right:10px; font-weight:bold; position:relative; top:2px; }
.content_newspage_news_dbandsocial a.mmodb { float:left; background:url(images/mmodb.png) 0px -20px repeat-x; height:20px; display:block; width:80px; }
.content_newspage_news_dbandsocial a.mmodb:hover { background-position:0px 0px; }

/*GameTabs*/
ul.gamedetails_tabs{
    background: #1b1b1b none repeat scroll 0 0;
    list-style: outside none none;
    padding: 0;
    margin-bottom: 0%!important;
    margin-top: 0!important;
}
.content ul.gamedetails_tabs{
	margin-bottom:0!important;
}
ul.gamedetails_tabs li{
	display:inline;
	margin:0;
}
ul.gamedetails_tabs li a{
    border-image: none;
    color: #fff;
    display: inline-table;
	text-decoration:none;
    margin: 0 0 0 0;
    padding: 1.5% 2%;
	line-height:normal;
	font-weight:bold;
	font-size:0.9em;
}
ul.gamedetails_tabs li a:hover{
	background:#333;
}
ul.gamedetails_tabs li span{
    color: #777;
    display: inline-table;
    margin: 0 0.5% 0 0;
    padding: 0.9% 2%;
	line-height:normal;
	font-weight:bold;
	font-size:0.9em;
	display:none;
}
ul.gamedetails_tabs li.active a{
    border-image: none;
    color: #111;
    display: inline-table;
	line-height:normal;
	background:#fff;
}
ul.gamedetails_tabs .meine_sammlung:before {
    content: "\f11b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ff6000;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
/* CONTENT - ARTICLE */
.content_articlepage_article_container { border-bottom:0px solid #f1f1f1; }
.content_articlepage_article_container .articleimage{ width:100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.content_articlepage_article_details{ width:725px;}
.content_articlepage_article_details p.teaser{
   font-size: 16px;
    font-weight: bold;
    padding-bottom: 25px;
}
.content_articlepage_article_container .inlineimage { position:relative; top:3px; }
.content_articlepage_article_details h1 { color:#ff6000; font-size:28px; line-height:28px; }
.content_articlepage_article_details h2 { color:#282828; font-size:16px; line-height:28px; font-weight:bold; }
.content_articlepage_article_content { padding:0 0 10px 0; clear:both; }
.content_articlepage_article_content a { color:#ff6000; font-size:22px; padding:5px 0px; text-decoration:none; font-weight:bold; line-height:25px; }
.content_articlepage_article_content a:hover { }
.content_articlepage_article_content span.right { float:right; font-size:11px; }
.content_articlepage_article_content span.left { font-size:14px; color:#353638; }
.content_articlepage_article_content2 { padding:5px 0px; }
.content_articlepage_article_content2:hover { background-color:#f2f2f2; }
.content_articlepage_article_content2 a { color:#353638; padding:5px 0px; text-decoration:none; font-weight:bold; line-height:15px; }
.content_articlepage_article_content2 a:hover { }
.content_articlepage_article_content2 span.right { float:right; font-size:11px; }
.content_articlepage_article_content2 span.left { font-weight:normal; font-size:12px; color:#ff6000; }

.content_articlepage_article_img { position:relative; left:-35px; margin-bottom:25px; }
.content_articlepage_article_img img{
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius:0 3px 3px 0;
border-radius: 0 3px 3px 0;
}

.content_articlepage_article_dbandsocial { background:url(images/content_articlepage_article_dbandsocial.png) repeat-x; height:30px; padding:20px; width:570px; }
.content_articlepage_article_dbandsocial span { float:right; margin-right:10px; font-weight:bold; position:relative; top:2px; }
.content_articlepage_article_dbandsocial a.mmodb { float:left; background:url(images/mmodb.png) 0px -20px repeat-x; height:20px; display:block; width:80px; }
.content_articlepage_article_dbandsocial a.mmodb:hover { background-position:0px 0px; }


.content_sidebar .content_articlepage_article_startpage{ border-bottom:0;}
.content_articlepage_article_startpage { padding:10px 0; }
.content_articlepage_article_startpage_img img { position:relative; width:100%; float:left;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_articlepage_article_startpage_img img:hover { }
.content_articlepage_article_startpage a { color:#353638;float:left; text-decoration:none; }
.content_articlepage_article_startpage a:hover { text-decoration:underline; }
.content_articlepage_article_startpage span.left { font-weight:bold;}
.content_articlepage_article_startpage p { clear:both; min-height:50px; line-height:20px; padding-top:0px; margin:0px; }

.content_articlepage_article_startpage_img{}
.content_articlepage_article_startpage .textbox a{
	padding:10px 0;
	width:auto;
	display:block;
	line-height:24px;
}
.content_articlepage_article_startpage .textbox{	
	width:100%;
}
.content_articlepage_article_startpage .coverleft{ 
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* COMMENTS */
.content_comments_container { }
.content_comments_content { padding:2%; border-bottom:1px solid #ddd }
.content_comments_content a {color:#ff6000;text-decoration:none;}
.content_comments_content_leftside { float:left; width:10%; margin-right:2%; font-size:11px;}
.content_comments_content_leftside img.avatar { width:70px; height:70px; overflow:hidden; margin-bottom:5px; }
.content_comments_content_rightside { float:left; width:88%; }
.content_comments_content_header2 { margin-bottom:1%; font-weight:bold; }
.content_comments_content_header2 a { text-decoration:none; font-weight:bold; }
.content_comments_content_header2 span { float:right; font-weight:normal;font-size:0.6em; }

.content_comments_container_tesa { background:url(images/content_comments_container.png) no-repeat 0 -2px; height:65px; width:59px; display:block; position:absolute;}

.content_comments_content_img { float:left; margin-right:10px; width:68px;}
.content_comments_content_img img.avatar { padding:4px; border:1px solid #f1f1f1; width:50px; height:50px; overflow:hidden;  }
.content_comments_content_header { float:right; color:#353638; background:url(images/content_comments_content_header.png) no-repeat top right; width:460px; margin-bottom:5px; padding-right:10px; font-weight:bold; }
.content_comments_content_header a { color:#353638; text-decoration:none; font-weight:bold; }
.content_comments_content_header span { float:right; color:#fff; font-weight:normal; }

.content_comment_writecontainer { height:290px; }
.content_comment_writecontainer2 { height:348px; width:610px; }
.content_comment_writecontainer_header { font-weight:bold; padding-left:5px;}
.content_comment_writecontainer_form { padding:20px 5px; }
.content_comment_writecontainer_form textarea { width:100%; height:110px; margin-bottom:10px; font-size:11px; resize:none; padding:5px;     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;}
.content_comment_writecontainer_form textarea.contact { width:565px; height:140px; margin-bottom:10px; font-size:11px; font-family:Arial; resize:none; padding:5px; }
.content_comment_writecontainer_form textarea.contact2 { width:565px; height:202px; margin-bottom:10px; font-size:11px; font-family:Arial; resize:none; padding:5px; }
.content_comment_writecontainer_form .commentform { border:1px solid #cfcfd1; height:24px; width:250px; font-size:11px; padding:0px 5px; }
.content_comment_writecontainer_form .form_submit { 
	font-size: 12px;
	color: #ffffff;
	padding: 6px 6px;
	background: #6e6e6e;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(000,000,000,0.2),0px 0px 0px rgba(255,255,255,0);
	border:0;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_comment_writecontainer_form .form_submit:hover {	
	background: #ff8800;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff6200));
	background-image: -webkit-linear-gradient(top, #ff8800, #ff6200);
	background-image: -moz-linear-gradient(top, #ff8800, #ff6200);
	background-image: -ms-linear-gradient(top, #ff8800, #ff6200);
	background-image: -o-linear-gradient(top, #ff8800, #ff6200);
	background-image: linear-gradient(top, #ff8800, #ff6200);
}

/* Tabs & Facebook Comments */
.content ul.tabs-menu{
	margin:0!important;
}
.tabs-menu {
    height: 41px;
    float: left;
    clear: both;
}
.tabs-menu li {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px!important;
	margin-left:0!important;
	list-style:none;
    background-color: #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tabs-menu li.facebook{
    background-color: #4e69a2;
    border-top: 1px solid #4e69a2;
    border-right: 1px solid #4e69a2;
    border-left: 1px solid #4e69a2;
}
.tabs-menu li.facebook a{
	color:#fff;
}
.tabs-menu li.facebook.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tabs-menu li.facebook.current a{
    color: #282828;
}
/*Tabwidget Platform*/
.tab.tabwidget{
	float:none;
}
.tabs-menu.tabwidget {
	height:auto;
}
.tabs-menu.tabwidget li a{
    display: block;
    font-weight: bold;
    padding: 5px 14px;
}
.tab-content.tabwidget{
	border-top:0;
	background:#f1f1f1;
	padding:0px;
}
#tab-1.tabwidget,
#tab-2.tabwidget,
#tab-3.tabwidget,
#tab-4.tabwidget,
#tab-5.tabwidget{
	width:auto;
	padding:5%;
}
#tab-1.tabwidget{
	background:#0e63a0;
}
#tab-2.tabwidget{
	background:#0068bf;
}
#tab-3.tabwidget{
	background:#107c10;
}
#tab-4.tabwidget{
	background:#000;
}
#tab-5.tabwidget{
	background:#8fbf4f;
}
.tabs-menu.tabwidget li{
	height: auto;
	margin-right:0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.pc{
    background-color: #0e63a0;
    border-top: 1px solid #0e63a0;
    border-right: 1px solid #0e63a0;
    border-left: 1px solid #0e63a0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.pc a{
	color:#fff;
}
.tabs-menu li.pc.current {
    background-color: #0e63a0;
    border-top: 1px solid #0e63a0;
    border-right: 1px solid #0e63a0;
    border-left: 1px solid #0e63a0;
	border-bottom:0;
}
.tabs-menu li.pc.current a{
    color: #fff;
}
.tabs-menu li.ps{
    background-color: #0068bf;
    border-top: 1px solid #0068bf;
    border-right: 1px solid #0068bf;
    border-left: 1px solid #0068bf;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.ps a{
	color:#fff;
}
.tabs-menu li.ps.current {
    background-color: #0068bf;
    border-top: 1px solid #0068bf;
    border-right: 1px solid #0068bf;
    border-left: 1px solid #0068bf;
	border-bottom:0;
}
.tabs-menu li.ps.current a{
    color: #fff;
}
.tabs-menu li.xbox{
    background-color: #107c10;
    border-top: 1px solid #107c10;
    border-right: 1px solid #107c10;
    border-left: 1px solid #107c10;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.xbox a{
	color:#fff;
}
.tabs-menu li.xbox.current {
    background-color: #107c10;
    border-top: 1px solid #107c10;
    border-right: 1px solid #107c10;
    border-left: 1px solid #107c10;
	border-bottom:0;
}
.tabs-menu li.xbox.current a{
    color: #fff;
}
.tabs-menu li.ios{
    background-color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.ios a{
	color:#fff;
}
.tabs-menu li.ios.current {
    background-color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
	border-bottom:0;
}
.tabs-menu li.ios.current a{
    color: #fff;
}
.tabs-menu li.android{
    background-color: #8fbf4f;
    border-top: 1px solid #8fbf4f;
    border-right: 1px solid #8fbf4f;
    border-left: 1px solid #8fbf4f;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius:0 0 0 0;
border-radius: 0 0 0 0;
}
.tabs-menu li.android a{
	color:#fff;
}
.tabs-menu li.android.current {
    background-color: #8fbf4f;
    border-top: 1px solid #8fbf4f;
    border-right: 1px solid #8fbf4f;
    border-left: 1px solid #8fbf4f;
	border-bottom:0;
}
.tabs-menu li.android.current a{
    color: #fff;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 15px 20px;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none; 
}
.tabs-menu .current a {
    color: #282828;
}
.tab {
    float: left;
    width: 100%;
}
.tab-content {
    padding: 2% 0;
	border-top:1px solid #ddd;
    display: none;
}
#tab-1 {
 display: block;
 width:auto;
}

/* Addthis Share Kommentare */
.socialshare{
	float:left;
	margin:1% 0 0;
}
.socialfb{}
/* SCREENSHOT SEITE */
.content_screenshotpage_header { color:#ff6000; font-size:14px; line-height:16px; font-weight:bold; }
.content_screenshotpage_header span { float:right; color:#353638; font-size:11px; font-weight:normal; }
.content_screenshotpage_image_big { width:710px; }
.content_screenshotpage_image_big img { max-width:705px; }
.content_screenshotpage_image_small { width:300px; float:left; }
.content_screenshotpage_image_small img { width:290px; height:160px; overflow:hidden; }
.content_screenshotpage_rating { height:50px; padding:10px 0; }
.content_screenshotpage_ratingbox { background:#f9f9f9; margin:0px auto; padding:1%;
}
.content_screenshotpage_ratingbox2 { background:#f9f9f9; padding:1%; 
}
.content_screenshotpage_ratingbox_container { float:left; width:53px; line-height:19px; font-weight:bold; text-align:center; }
.content_screenshotpage_ratingbox_container form { display:inline; }
.content_screenshotpage_mmoadvert { padding:0 0 45px; text-align:center; }


/* VIDEO & TRAILER SEITE */
.content_videopage_header { color:#ff6000; font-size:14px; line-height:16px; font-weight:bold; }
.content_videopage_header span { float:right; color:#353638; font-size:11px; font-weight:normal; }
.content_videopage_header span.socialvideo { float:right; color:#353638; font-size:12px; font-weight:normal; position:relative; top:5px; margin-right:10px; }
.content_videopage_header2 { color:#ff6000; font-size:12px; font-weight:bold; }
.content_videopage_video {}
.content_videopage_rating { background:url(images/content_videopage_rating.png) repeat-x; height:50px; width:595px; padding:10px; }
.content_videopage_ratingbox { background:url(images/content_videopage_ratingbox.png) repeat-x; height:20px; width:106px; margin:0px auto; padding:5px; }
.content_videopage_ratingthumbs_up { float:left; background:url(images/content_videopage_ratingthumbs.png) no-repeat; height:20px; padding-left:25px; font-weight:bold; }
.content_videopage_ratingthumbs_down { float:right; background:url(images/content_videopage_ratingthumbs.png) 0px -20px no-repeat; height:20px; padding-left:25px; font-weight:bold; }
.content_videopage_mmoadvert { background:url(images/content_videopage_rating.png) repeat-x; height:50px; width:600px; padding:10px; text-align:center; }


/* MMODB - Uebersicht */
.content_mmodb_letterbox_container { background:url(images/content_mmodb_letterbox_container.png) repeat-x; position:relative; left:-35px; padding-left:35px; width:615px; }
.content_mmodb_letterbox_container2 { position:relative; }
.content_mmodb_letterbox_header {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;}
.content_mmodb_letterbox_header select { font-size:10px; }
.content_mmodb_letterbox_chooseview { }
.content_mmodb_letterbox_chooseview a:hover { opacity:0.8; filter:alpha(opacity=80); }
.content_mmodb_letterbox_chooseview a.details { float:left; display:block; width:30%; height:70px; background:#1a1b1d url(images/content_mmodb_letterbox_chooseview_detail.png) no-repeat center; margin-left:0;padding:1%;}
.content_mmodb_letterbox_chooseview a.active{
	background-color:#ff6000!important;
}
.content_mmodb_letterbox_chooseview a.list { float:left; display:block; width:32%; height:70px; background:#1a1b1d url(images/content_mmodb_letterbox_chooseview_list.png) no-repeat center; margin-left:1%;padding:1%; }
.content_mmodb_letterbox_chooseview a.cover { float:left; display:block; width:30%; height:70px; background:#1a1b1d url(images/content_mmodb_letterbox_chooseview_cover.png) no-repeat center; margin-left:1%; padding:1%;}

.content_mmodb_letterbox_letters { padding:20px 0px; text-align:center;}
.content_mmodb_letterbox_letters a { color:#fff!important; float:left;padding:0.6%; text-decoration:none; background-color:#1a1b1d; margin-right:5px; margin-bottom:5px;}
.content_mmodb_letterbox_letters a.active { background-color:#ff6200; color:#fff; }
.content_mmodb_letterbox_letters a:hover { background-color:#ff6200; color:#fff;}
.content_mmodb_table_container_header { margin:0px; width:100%; display:table; padding-top:20px; padding-bottom:2px; border-bottom:2px solid #ff6000; }
.content_mmodb_table_container_header a { color:#353638; text-decoration:none; }
.content_mmodb_table_container_header a.content_mmodb_table_container_header_marginr, .content_mmodb_table_container_header span.content_mmodb_table_container_header_marginr { margin-right:10px; }
.content_mmodb_table_container_header a.content_mmodb_table_container_header_marginl, .content_mmodb_table_container_header span.content_mmodb_table_container_header_marginl { margin-left:10px; }
.content_mmodb_table_container_header a.active { color:#ff6000; }
.content_mmodb_table_container_header a.sortup { background:url(images/sortup.png) top right no-repeat; padding-right:15px; }
.content_mmodb_table_container_header a.sortdown { background:url(images/sortdown.png) top right no-repeat; padding-right:15px; }
.content_mmodb_table_container { margin:0px; width:100%; display:table; padding:1% 0px; border-bottom:1px solid #ddd; }
.content_mmodb_table_container a { color:#353638!important; text-decoration:none; }
.content_mmodb_table_container:hover { background-color:#f2f2f2; }
.content_mmodb_table_header { font-weight:bold; white-space:nowrap; }
.content_mmodb_table_td1 { width:45%; margin:0px; padding:0px; padding-left:5px; display:table-cell; }
.content_mmodb_table_td2 { width:20%; margin:0px; padding:0px; display:table-cell; }
.content_mmodb_table_td3 { width:20%; margin:0px; padding:0px; text-align:center; display:table-cell; } 
.content_mmodb_table_td4 { width:15%; margin:0px; padding:0px; font-weight:bold; text-align:right; display:table-cell; }
.content_mmodb_table_td5 { width:25%; margin:0px; padding:0px; padding-left:5px; display:table-cell; }
.content_mmodb_table_td6 { width:15%; margin:0px; padding:0px; text-align:center; display:table-cell; } 
.content_mmodb_table_td7 { width:10%; margin:0px; padding:0px; text-align:center; display:table-cell; } 
.content_mmodb_table_container_details { margin:0px; width:100%; display:table; padding:2% 0px; border-bottom:1px solid #f1f1f1; }
.content_mmodb_table_image { width:120px; margin:0px; padding:0px; display:table-cell; vertical-align:top; }
.content_mmodb_table_image img { width:100px; overflow:hidden;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_table_text { margin:0px; padding:0px; display:table-cell; vertical-align:top; }
.content_mmodb_table_text_subheader {position:relative; padding:6px 0; }
.content_mmodb_table_text a.css3button { display:block; float:left; text-align:center; position:relative; top:-6px; }
.content_mmodb_table_text a.css3button.meine_sammlung{ margin:0;}
.content_mmodb_table_text a.css3button.meine_sammlung:before {
    content: "\f11b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.content_mmodb_table_text a.mainlink {  font-weight:bold; font-size:1.2em; margin:0px; padding:0 0 0 0; display:block; width:100%; color:#ff6000; text-decoration:none; }
.content_mmodb_table_text a.sublink {  font-weight:normal; color:#282828; text-decoration:none; }
.content_mmodb_table_text a.sublink:hover { color:#ff6000; }
.content_mmodb_table_text a.detailslink {  font-weight:normal; color:#ff6000; text-decoration:none; }
.content_mmodb_table_text span.linkarrow { background:url(images/linkarrow.png) 0px 10px no-repeat; padding-left:10px; }

.content_mmodb_table_container_details span.pc{color:#0e63a0; font-weight:bold; padding:0 5px;}
.content_mmodb_table_container_details span.ps3{color:#0068bf; font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.ps4{color:#0068bf; font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.xbox360{color:#107c10; font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.xboxone{color:#107c10; font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.ios{font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.android{color:#8fbf4f; font-weight:bold;padding:0 5px;}
.content_mmodb_table_container_details span.global{font-weight:bold;padding:0 5px;}

.content_mmodb_coverview_container { float:left; width:25%; margin-bottom:2%; }
.content_mmodb_coverview_container a{
	display:inline-flex;
}
.content_mmodb_coverview_container a.detailslink { outline:none; display:block; color:#ff6000; overflow:hidden; text-align:left; position:relative; text-decoration:none; background:url(images/linkarrow.png) 0px 8px no-repeat; padding-left:10px; margin-top:5px; }
.content_mmodb_coverview_container img { overflow:hidden; max-height:240px; max-width:170px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_coverview_container img:hover { background:#ebebeb; }
.content_mmodb_coverview_name { color:#ff6000; font-size:14px; font-weight:bold; }
.content_mmodb_coverview_name a { color:#ff6000; font-size:14px; font-weight:bold; text-decoration:none; }
.content_mmodb_coverview_details span { font-weight:bold; }
.content_mmodb_startpage_besthead { height:22px; background:url(images/sidebar_header_type1.png) repeat-x; color:#fff; font-weight:bold; padding:7px 10px; }
.content_mmodb_startpage_besthead h1 { font-size:12px; }

/* BELIEBTE MMOs Startpage */
.content_mmodb_startpage_besthits { line-height:15px; height:210px; width:612px; padding:23px 23px 10px;}
.content_mmodb_startpage_besthits_slider { height: 181px; }
.content_mmodb_startpage_besthits_slider div { margin-top:10px; }
.content_mmodb_startpage_besthits_slider div a { margin-left:10px; width:90px; display: block; float:left; color:#282828; text-align:center; text-decoration:none; font-weight:bold; }
.content_mmodb_startpage_besthits_slider div a:hover { color:#ff6100; }
.content_mmodb_startpage_besthits_slider div img { background:#fff; padding:4px; border:1px solid #d0d6d9; width:80px; height:111px; overflow:hidden; margin-bottom:5px; }
.content_mmodb_startpage_besthits_slider div img:hover { background:#dee0e0; }
.content_mmodb_startpage_besthits_slidernav { width: 600px; margin: 0px auto; padding-top:8px; }
.content_mmodb_startpage_besthits_slidernav div { width: 75px; margin: 0px auto; position: relative; left:5px; }
.content_mmodb_startpage_besthits_slidernav div a { display:block; margin-right:5px; float: left; background:url(images/dots.png) no-repeat 0px -10px; width:10px; height:10px; text-indent:-999999px; }
.content_mmodb_startpage_besthits_slidernav div a.activeSlide { display:block; float: left; background:url(images/dots.png) 0px 0px; width:10px; height:10px; }
.content_mmodb_startpage_besthits_slidernav div a:focus { background-position:0px 0px; }
.content_mmodb_startpage_besthits_slidernav div a:hover { background-position:0px 0px; }

/* RELEASE MMOs Startpage */
.content_mmodb_startpage_releases { line-height:15px; height:210px; width:612px; padding:51px 23px 0;}
.content_mmodb_startpage_releases_slider { }
.content_mmodb_startpage_releases_small{
	text-align:center;
	float:left;
	padding:2% 1.9%;
	}
.content_mmodb_startpage_releases_small .coverleft{ 
	margin:0 auto;
	position:relative;
	width:140px;
	overflow:hidden;
}
.content_mmodb_startpage_releases_small .coverleft img{
	max-width:140px;
	float:left;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_startpage_releases_small .textbox{
	color: #fff;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom:0;
	overflow:hidden;
	position:absolute;
	width:140px;
	padding:5px 0;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.content_mmodb_startpage_releases_small .textbox a{
	color: #fff;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
.content_mmodb_startpage_releases_small .textbox .smallfont{
	font-size:12px;
	color:#ccc;
}
.content_mmodb_startpage_releases_small .textbox .css3button{
	position:relative;
	top:11px;
}
.content_mmodb_startpage_releases_small .system_padding{width:70px; float:left;}
.content_mmodb_startpage_releases_small span.pc{color:#0e63a0; font-weight:bold;}
.content_mmodb_startpage_releases_small span.ps3{color:#0068bf; font-weight:bold;}
.content_mmodb_startpage_releases_small span.ps4{color:#0068bf; font-weight:bold;}
.content_mmodb_startpage_releases_small span.xbox360{color:#107c10; font-weight:bold;}
.content_mmodb_startpage_releases_small span.xboxone{color:#107c10; font-weight:bold;}
.content_mmodb_startpage_releases_small span.ios{font-weight:bold; color:#ccc;}
.content_mmodb_startpage_releases_small span.android{color:#8fbf4f; font-weight:bold;}
.content_mmodb_startpage_releases_small span.global{font-weight:bold; color:#ccc;}
.content_mmodb_startpage_releases_slidernav { margin: 0px auto;}
.content_mmodb_startpage_releases_slidernav div { margin: -22px 0 0 0; position: relative; float:right;}
.content_mmodb_startpage_releases_slidernav div a { text-decoration:none;color:#333; background:#fcfcfc;display:block; margin-right:-1px; float: left; padding:7px 20px; border:1px solid #f1f1f1;}
.content_mmodb_startpage_releases_slidernav div a.activeSlide { display:block; float: left; border-bottom:1px solid #fff; background:#fff;}
.content_mmodb_startpage_releases_slidernav div a:focus {}
.content_mmodb_startpage_releases_slidernav div a:hover {}

/* MMODB - Detailansicht */
.content_mmodb_details_naviframe { position: relative; background:#424242 url(images/pattern.jpg); padding:5px 10px 1px; margin-bottom:10px; }
.content_mmodb_details_navi { display:table; }
.content_mmodb_details_navi div { display:table-cell; }
.content_mmodb_details_navi div a { 
	color:#fff;
	text-decoration:none; 
	display:block;
    background: #626262;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 20px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
}
.content_mmodb_details_navi div a:hover{
	background:#424242;
	color:#fff;
}
.content_mmodb_details_navi div a.active{
	z-index:11;
	color:#000; 
	border-bottom:1px solid #fff; 
	background:#fff; 
    padding: 9px 20px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.content_mmodb_details_navi div span { 
    background: #444;
    color: #888;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    padding: 9px 20px;
    text-transform: uppercase;
    top: 1px;
}

.content_mmodb_details_navi_details a { z-index: 10; }
.content_mmodb_details_navi_details span { position:relative; z-index:9; }
.content_mmodb_details_navi_details a.active {} .content_mmodb_details_navi_details a:hover{}

.content_mmodb_details_navi_news a {left:-1px; z-index:9; }
.content_mmodb_details_navi_news span { position:relative; left:-1px; z-index:9; }
.content_mmodb_details_navi_news a:hover, .content_mmodb_details_navi_news a.active {}

.content_mmodb_details_navi_article a {left:-2px; z-index:8; }
.content_mmodb_details_navi_article span { position:relative; left:-2px; z-index:8;}
.content_mmodb_details_navi_article a:hover, .content_mmodb_details_navi_article a.active {}

.content_mmodb_details_navi_screenshots a { left:-3px; z-index: 7; }
.content_mmodb_details_navi_screenshots span {  position:relative; left:-3px; z-index:7; }
.content_mmodb_details_navi_screenshots a:hover{} .content_mmodb_details_navi_screenshots a.active {}

.content_mmodb_details_navi_videos a { left:-4px; z-index:6; }
.content_mmodb_details_navi_videos span { position:relative; left:-4px; z-index:6;}
.content_mmodb_details_navi_videos a:hover, .content_mmodb_details_navi_videos a.active {}

.content_mmodb_details_navi_forum a { left:-5px; z-index:5;}
.content_mmodb_details_navi_forum span { position:relative; left:-5px; z-index:5;}
.content_mmodb_details_navi_forum a:hover, .content_mmodb_details_navi_forum a.active {}

.content_mmodb_details_sideframe { position: relative; width:0px; height:0px; top:-58px; left:660px; color:#fff; }
.content_mmodb_details_side1 { width: 250px; font-size:11px; margin-left:30px; }
.content_mmodb_details_side2 { width: 250px; font-size:11px; position:relative; top:-3px; }
.content_mmodb_details_coverframe_images { text-align:center; }
.content_mmodb_details_coverframe img.cover { max-height:121px; overflow:hidden; padding:8%; background:#fff;}
.content_mmodb_detailstable_left { float:left; background:url(images/content_mmodb_detailstable_left.png) top left no-repeat; width:6px; height:134px; }
.content_mmodb_detailstable_small_left { float:left; background:url(images/content_mmodb_detailstable_small_left.png) top left no-repeat; width:6px; height:44px; }
.content_mmodb_detailstable_middle { float:left; width:100%;}
.content_mmodb_detailstable_small_middle { float:left; background:url(images/content_mmodb_detailstable_small_middle.png) top right repeat-x; width:603px; height:44px; }
.content_mmodb_detailstable_right { float:left; background:url(images/content_mmodb_detailstable_right.png) top right no-repeat; width:6px; height:134px; }
.content_mmodb_detailstable_small_right { float:left; background:url(images/content_mmodb_detailstable_small_right.png) top right no-repeat; width:6px; height:44px; }
.content_mmodb_detailstable_middle h1 { font-size:18px; padding-left:13px; line-height:38px; color:#fff; font-weight:normal; }
.content_mmodb_detailstable_small_middle h1 { font-size:18px; padding-left:13px; line-height:38px; color:#fff; font-weight:normal; }
.content_mmodb_detailstable_table { margin:0 0 4% 0; display: inline-flex; color:#fff;background:#1a1b1d; width:100%;
}
.content_mmodb_detailstable_table a { color:#fff; text-decoration:none; }
.content_mmodb_detailstable_table a:hover { color:#ff6000; }
.content_mmodb_detailstable_info_box{ padding:4% 0% 4% 3%!important; z-index:0; width:30%;display:inline-table;}
.content_mmodb_detailstable_info_box-cover{
    display: inline-table;
    padding: 2% 2% 1%;
	z-index:1;
}
.content_mmodb_detailstable_info_txt{
	display:inline-flex;
	padding:0.2%;
	width:100%;
}
.content_mmodb_detailstable_info_txt div{
	font-weight:bold;
	padding-right:1%;
}
.content_mmodb_detailstable_info_txt a{
}
.content_mmodb_detailstable_info_txt-system{
    display: inline-table;
    padding: 4% 0 0;
    width: 20%;
}
.content_mmodb_detailstable_info_txt-system div{
	font-weight:bold;
	padding:2%;
}
.system_title{
	float:left;
	padding-right:5px;
	width:auto!important;
}
.system_title span{
	padding:0 5px 0 5px!important;
}
.content_mmodb_detailstable_playnow a {
	background: #ff6000 none repeat scroll 0 0;
    color: #fff!important;
    display: block;
    margin: 2% auto;
    padding: 2%;
    text-align: center;
    text-decoration: none;
}
.content_mmodb_detailstable_playnow a:hover {
	opacity:0.81 !important
}
.content_mmodb_detailstable_playnow2 a { display:block; width:610px; height:40px; background:url(images/playnow2.jpg); }
.content_mmodb_details_gameimages img { margin:1px;width:24.4%; max-height:154px;
}
.content_mmodb_details_gameimages img:hover { background:#ebebeb; }
.content_mmodb_details_gameimages_full img { position:relative;max-width:715px; z-index:1; 
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_details_gameimages_full_prevlink { position: absolute; padding:18% 0 0 0;z-index:2; }
.content_mmodb_details_gameimages_full_prevlink a { display: block; width:28px; height:103px; background:url(images/arrow_left.png) top left no-repeat; }
.content_mmodb_details_gameimages_full_nextlink { position: absolute; float:right; padding:18% 0 0 0; right:0%; width:28px; z-index:2; }
.content_mmodb_details_gameimages_full_nextlink a { display: block; width:28px; height:103px; background:url(images/arrow_right.png) top left no-repeat; }

.content_mmodb_detailstable_table_td2 .system_padding{width:70px; float:left;}
.content_mmodb_detailstable_table_td2 .system_padding span.pc{color:#0e63a0; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.ps3{color:#0068bf; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.ps4{color:#0068bf; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.xbox360{color:#107c10; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.xboxone{color:#107c10; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.ios{font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.android{color:#8fbf4f; font-weight:bold;}
.content_mmodb_detailstable_table_td2 .system_padding span.global{font-weight:bold;}

.content_sidebar_content_type1_header_big .smallfont,
.content_sidebar_content_type1_header .smallfont{
	font-weight:normal;
	color:#777;
 font-size:0.8em;
}
.system_padding span.pc{color:#fff!important; background:#0e63a0; padding:0 5px 0 5px;}
.system_padding span.ps3{color:#fff!important;background:#0068bf; padding:0 5px 0 5px;}
.system_padding span.ps4{color:#fff!important;background:#0068bf; padding:0 5px 0 5px;}
.system_padding span.xbox360{color:#fff!important;background:#107c10; padding:0 5px 0 5px;}
.system_padding span.xboxone{color:#fff!important;background:#107c10; padding:0 5px 0 5px;}
.system_padding span.ios{ color:#fff!important;background:#000; padding:0 5px 0 5px;}
.system_padding span.android{color:#fff!important;background:#8fbf4f; padding:0 5px 0 5px;}
.system_padding span.global{ color:#fff!important;background:#000; padding:0 5px 0 5px;}

.content_sidebar_content_type1_header span.pc{color:#0e63a0!important; background:transparent; padding:0; font-weight:normal; font-size:0.8em;}
.content_sidebar_content_type1_header span.ps3{color:#0068bf!important; background:transparent;padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.ps4{color:#0068bf!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.xbox360{color:#107c10!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.xboxone{color:#107c10!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.ios{color:#000!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.android{color:#8fbf4f!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}
.content_sidebar_content_type1_header span.global{color:#000!important; background:transparent; padding:0; font-weight:normal;font-size:0.8em}

span.pc{color:#fff!important; background:#0e63a0; padding:0 2px 0 5px;}
span.ps3{color:#fff!important;background:#0068bf; padding:0 2px 0 5px;}
span.ps4{color:#fff!important;background:#0068bf; padding:0 2px 0 5px;}
span.xbox360{color:#fff!important;background:#107c10; padding:0 2px 0 5px;}
span.xboxone{color:#fff!important;background:#107c10; padding:0 2px 0 5px;}
span.ios{ color:#fff!important;background:#000; padding:0 2px 0 5px;}
span.android{color:#fff!important;background:#8fbf4f; padding:0 2px 0 5px;}
span.global{ color:#fff!important;background:#000; padding:0 2px 0 5px;}

.ratingnumber{float:right; font-size:4em; font-weight:bold; color:#1a1b1d;}
.content_mmodb_details_ratingcontainer { color:#fff; text-align:center; padding:2% 2%; }
.content_mmodb_details_ratingcontainer div.ratingcontainer {}
.content_mmodb_details_ratingcontainer div.ratingbox { width:89%;}
.content_mmodb_details_ratingcontainer span { font-weight:bold; }
.content_mmodb_details_ratingcontainer div.ratingsubmit{ float:right; width:10%;}

.content_leftside .content_mmodb_details_videocontainer { float:left; width:48%; margin-bottom:0px; min-height:240px; }
.content_rightside .content_mmodb_details_videocontainer{ min-height:inherit;}
.content_sidebar .content_mmodb_details_videocontainer { float:left; width:300px; margin-bottom:0px; min-height:inherit; }

.content_mmodb_details_videocontainer span { font-size:13px; font-weight:bold; display:block; padding:0 0 5px; color:#282828;}
.content_mmodb_details_videocontainer span.big { font-weight:bold; display:block; padding:10px 0; }
.content_mmodb_details_videocontainer img { width:100%; overflow:hidden; float:left;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

.content_mmodb_details_videocontainer .coverleft{ 
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.content_mmodb_details_videocontainer .textbox{
	color: #fff;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom:0;
	overflow:hidden;
	position:absolute;
	width:100%;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.content_mmodb_details_videocontainer .textbox a {
    color: #fff;
    padding: 10px 15px;
	text-decoration:none;
	display:block;
}
.content_mmodb_details_videocontainer span.left {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
	padding:0;
}
.content_mmodb_details_screenshotcontainer {margin-bottom:5px; }
.content_mmodb_details_screenshotcontainer span { font-size:12px; font-weight:bold; }
.content_mmodb_details_screenshotcontainer img { width:100%; overflow:hidden; 
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_details_screenshotcontainer2 { float:left; width:300px; }
.content_sidebar_subheader span { font-size:13px; font-weight:bold; display:block; padding:0 10px 7px; float:left; }
.content_mmodb_details_screenshotcontainer2 img { margin:0 4px; width:290px; height:163px; overflow:hidden;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_mmodb_details_screenshotcontainer2 img:hover {}


/* USER PROFIL */
img.topmenuavatar{
    border: 0 none !important;
    float: none!important;
    margin: 3% auto !important;
    width: auto !important;
}
.content_userprofil_detailsleft { float:left; width: 200px; }
.content_userprofil_detailsright { float:left; width: 400px; margin-left:15px; }
.content_userprofil_detailsleft_img { text-align:center; width:170px; min-height:170px; padding:4px; border:1px solid #e3e3e3; }
.content_userprofil_detailsleft_img img { max-width:170px; overflow:hidden; }
.content_userprofil_rank { text-align:center; height:45px; max-width:180px; background:url(images/userprofil_rank.png) top left repeat-x; }
.content_userprofil_details_header { color:#ff6000; font-size:14px; font-weight:bold; }
.content_userprofil_details_header a { color:#ff6000; font-size:12px; font-weight:bold; float:right; text-decoration:none; }
.content_userprofil_details_container { border-bottom: 1px solid #f1f1f1; }

.login-form .content_userprofil_details_container_left{ width:100%;}
.login-form .content_userprofil_details_container_left a{ color:#000; line-height:23px;float:right; font-size:11px;}
.content_userprofil_details_container_left { float:left; width: 130px; font-weight: bold; padding: 5px 0px; }
.content_userprofil_details_container_right { float:left; width: 270px; padding: 5px 0px; }
.content_userprofil_details_container_right a { color:#ff6000; text-decoration:none; }
.content_userprofil_details_gamelist a { margin-left:5px; }
.content_userprofil_details_gamelist a.first { margin-left:0px; }
.content_userprofil_details_gamelist img { width:100px; overflow:hidden;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.content_userprofil_edit_container { border-bottom: 1px solid #f1f1f1; height:44px; line-height:45px;}
.content_userprofil_edit_container_left { float:left; width: 50%; }
.content_userprofil_edit_container_right { float:left; width: 40%; }
.content_userprofil_edit_container_right span { position:relative; top:-4px; }
.content_userprofil_edit_container_right input { position:relative; top:-3px; }
.content_userprofil_buddylist { float:left; margin-left:5px; }
.content_userprofil_buddylist img.mainimage { width:80px; height:80px; overflow:hidden; margin-bottom: 5px; padding:4px; border:1px solid #f1f1f1; }
.content_userprofil_buddylist img.mainimage:hover { background:#ebebeb; }
.content_userprofil_details_buddylist a { float:left; margin-left:5px; }
.content_userprofil_details_buddylist a.first { margin-left:0px; }
.content_userprofil_details_buddylist img { width:80px; height:80px; overflow:hidden; margin-bottom: 5px; padding:4px; border:1px solid #f1f1f1; }
.content_userprofil_details_buddylist img:hover { background:#ebebeb; }


/* CONTACT PAGE */
.content_contactpage_container { border-bottom: 1px solid #f1f1f1; margin-top:10px; padding-bottom:5px; }
.content_contactpage_container_left { float:left; width: 100px; }
.content_contactpage_container_right { float:left; width: 455px; }
.content_contactpage_container_right span { position:relative; top:-3px; }
.content_contactpage_container_right input { position:relative; top:-3px; width: 515px; }
.content_contactpage_container_right textarea { position:relative; top:-3px; width: 510px; }
.content_contactpage_container_right select { position:relative; top:-3px; width: 515px; }
.content_contactpage_container_right input.input { width: 50px; }


/* PRIVATE NACHRICHTEN */
.content_userprofil_edit_pmnavi { border-bottom: 2px solid #ff6000; }
.content_userprofil_edit_pmnavi_inbox a { float:left; display:block; height:26px; width:121px; background:url(images/userprofil_pmnavi_inbox.png) 0px -26px no-repeat; z-index:5; position:relative; }
.content_userprofil_edit_pmnavi_inbox a:hover, .content_userprofil_edit_pmnavi_inbox a.active { background-position: 0px 0px; z-index:6; }
.content_userprofil_edit_pmnavi_outbox a { float:left; display:block; height:26px; width:122px; background:url(images/userprofil_pmnavi_outbox.png) 0px -26px no-repeat; z-index:4; position:relative; left:-10px; }
.content_userprofil_edit_pmnavi_outbox a:hover, .content_userprofil_edit_pmnavi_outbox a.active { background-position: 0px 0px; z-index:6; }
.content_userprofil_edit_pmbackground { background:url(images/userprofil_edit_pmbackground.png) repeat-x top left; }
.content_userprofil_edit_pmbackground a { color: #282828; text-decoration:none; }
.content_userprofil_edit_pmbackground table { margin: 20px; width:575px; }
.content_userprofil_edit_pmbackground table td.pmtable_header { border-bottom: 2px solid #ff6000; }
.content_userprofil_edit_pmbackground table td.pmtable { border-bottom: 1px solid #f1f1f1; padding: 5px 0px; }
.content_pmsystem_readpm_container { }
.content_pmsystem_readpm_container h3 { border-bottom: 2px solid #f1f1f1; }
.content_pmsystem_readpm_text { }
.content_pmsystem_readpm_text a { color:#ff6000; text-decoration:none; }
.content_pmsystem_readpm_userinfo { text-align:right; border-top: 2px solid #f1f1f1; font-size:10px; }
.content_pmsystem_readpm_userinfo a { font-size:10px; color:#ff6000; text-decoration:none; }.content_userprofil_edit_pmbackground table { margin: 20px; width:575px; }
.content_pmsystem a { color: #282828; text-decoration:none; }
.content_pmsystem table td.pmtable_header { border-bottom: 2px solid #ff6000; }
.content_pmsystem table td.pmtable { border-bottom: 1px solid #f1f1f1; padding: 5px 0px; }


/* SEARCHPAGE*/
.content_searchbox_container { background:url(images/content_searchbox_container.png) repeat-x; position:relative; left:-35px; padding-left:35px; width:615px; height:88px; font-weight:bold; }
.content_searchbox_container_full {  position:relative;padding-left:35px;font-weight:bold; }
.content_searchbox_container_header { color:#fff; padding-right:5px; margin-bottom:10px; }


/* WIKI NAVI */
.content_wiki_navigation{ width:20%; float:right;}
.content_wiki_navigation ul { list-style:none; }
.content_wiki_navigation li { line-height:30px; }
.content_wiki_navigation a { color:#282828; display:block; border-bottom: 1px solid #e0e0e0; text-decoration: none; }
.content_wiki_navigation a:hover{ background-color:#f9f9f9;}
.content_wiki_navigation ul li a { font-weight:bold;  padding:5px 10px;}
.content_wiki_navigation ul li ul li a { font-weight:normal; padding-left:20px; background:url(images/linkarrow.png) 11px 18px no-repeat; }

/* FORUM */
.tableheader {
	height:21px;
	color:#fff;
	border:0px;
	background:#424242 url(images/pattern.jpg);	
	font-size:12px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	padding:5px 15px;
	font-size:12px;
}
.tableheader a:link, .tableheader a:active, .tableheader a:visited, .tableheader a:hover{
	color:#424242;
}
.forum_category_title a,
.forum_category_title a:hover{
	color:#fff!important;
}
thead .tableheader {
	height:21px;
	border:0px;
	background:#f9f9f9;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	padding:5px 15px;
	font-size:12px;
	color:#282828;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
}

.infobox_header {
	height:21px;
	color:#fff;
	border:0px;
	background:url(images/tableheader.png) left top;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	padding:0px 5px;
	font-size:12px;
}
.tableheader a, .infobox_header a {
	text-decoration:none;
	font-size:12px;
}
.infobox {
	padding:3px;
	border:0px;
	background:#fff;
	font-size:12px;
}
.infobox_header a, .infobox a {
	text-decoration:none;
	font-size:12px;
}
.infobox a {
	color:#282828;
}
.col1 { padding:10px 15px; border: 0px; border-bottom:1px solid #f1f1f1; background:#fff; }
.col1 a { color:#282828; text-decoration:none; }
.col1 a:hover {color:#ff6000;}
.col2 first { padding:10px 5px; border: 0px; border-bottom:1px solid #f1f1f1; background:#fff; }
.col2 { padding:10px 5px; border: 0px; border-bottom:1px solid #f1f1f1;background:#fff; }
.col2 a { color:#282828; text-decoration:none; }
.col2 a:hover {color:#ff6000;}

.forum_title a:link,
.forum_title a:active,
.forum_title a:visited,
.forum_title a:hover {
	color:#ff6000;
	font-weight:bold;
	text-decoration:none;
}
.forumpages{
	padding:10px 10px 0 10px;
}
.thread_stickytext {
    font-weight: bold;
}
.thread_spacer {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1px;
    height: 1px;
}
.post_name a, .post_name a:visited {color:#ff7b00 !important;}

.forum_title a:hover {
	color:#ff6000;
}
.lastpost { text-align:center; line-height:16px; }
.lastpost div { text-align:center; padding-bottom:3px; }
.lastpost a { color:#282828;
	text-decoration:none; }
.lastpost a:hover {
	color:#ff6000;
}
.forum_category_description { font-size:11px; line-height:16px; }
.forum_subforum {
	font-size:11px;
}
.forum_description { font-size:11px; line-height:16px; }
.thread_creator { font-size:11px; }
.post_avatar { font-size:11px; }
.post_avatar img { padding:4px; border:1px solid #f1f1f1; }
.post_title {
	font-size:11px;
}
.glossar_info_text {
	font-size:11px;
}
.glossar_info_readmore {
	font-size:11px;
}
.forum_spacer {
	display:none;
}
.thread_newposts a { font-weight:bold; color:#ff6000; }

.thread_nonewposts a { font-weight:bold; !important; }


.post { border:0px; border-bottom:1px solid #f1f1f1; }

/* Linke und Rechte Spalte */
.post_col1 { padding:20px; background:#fff; border:0px; border-right:1px solid #f1f1f1; }
.post_col2 { padding:20px; background:#fff; border:0px; }

/* Datum und Zeit */
.post_date {
	color:#4D4D4D;
	padding:3px;
	font-size:11px;
	border:0px;
	background:#f1f1f1;
}
.post_date img {
	margin-top:-5px;
}

.post_date a {
	color:#ff6000;
}

/* Gel�schter Beitrag */
.post_deleted {
	color:#4D4D4D;
	padding:3px;
	font-size:11px;
	border:1px solid #C2C2C2;
	background:#D9D9D9;
}

.post_deleted .options {
	float:right;
}

.post_deleted a {
	color:#8f8f8f;
}

.post_deleted a:hover {
	color:#4D4D4D;
}

/* Benutzername */
.post_name { font-size:14px; }
.post_name a { font-weight:normal !important; text-decoration:none; }

/* Benutzer-Rang */
.post_rank { font-size:12px; padding-bottom:4px; }

/* Benutzer-Avatar und Avatar-Titel */
.post_avatar { padding:4px 0px; font-size:12px; }

/* Weitere Informationen zum Benutzer (u.a. Beitr�ge) */
.post_infos { padding:5px 0px; font-size:12px; }
.post_infos a { color:#282828; text-decoration: none; }
/* Beitrags-Titel */
.post_title { 
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #f1f1f1;
	padding:4px 2px;
	margin-bottom:5px;
}

/* Text */
.post_text { /* NOTHING */ }

.post_text a { color: #ff6000; text-decoration: none; }
.post_text li { margin-left: 15px; background:url(images/linkarrow.png) left 7px no-repeat; list-style: none; padding-left:15px; }

/* Anh�nge */
.post_imgattachments,
.post_attachments {
	font-size:11px;
	margin:15px 5px 0px 5px;
	padding:3px;
}

.post_imgattachments legend,
.post_attachments legend {
	font-size:11px;
}

.post_imgattachments a {
	margin-right:10px;
}

.post_imgattachments img {
	border:1px solid #808080;
}

/* Zuletzt bearbeitet von... */
.post_lastedit {
	padding-top:15px;
	font-size:10px;
	color:#7A7A7A;
	display:none;
}

/* Control-Panel */
.post_panel { text-align:right; }

/* Text hervorheben bei Suchergebnissen */
.highlight { color:red !important; font-weight:bold; }
.smileylist {
	width:150px;
	border:0px;
}

.smileylist td {
	width:25%;
	text-align:center;
	border:none !important;
	background:#F2F2F2 !important;
}

/* Gewinnspiel */
.gewinnspiel{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #f1f1f1;
    margin: 25px 0;
    padding: 15px;
}


/* FORUM - STATS */
table.forumstats { width: 205px; margin-top:10px; margin-right:15px; }
table.forumstats td { border-top: 1px solid #f1f1f1; line-height:27px; }
table.forumstats td.last { border-bottom: 1px solid #f1f1f1; }
table.forumstats td a:hover { color: #ff6100; }

/* FOOTER */
footer { background:#1a1b1d; color:#ddd; min-width:900px; max-width:1050px; margin:0 auto;padding:0 4%;}
footer .floatleft{
	float:left;
	width:49%;
}
footer .floatright{
	float:right;
	width:49%;
}
footer a.footer_logo { margin:0 auto;display:block; padding:4% 0;}
.footer_navicontainer { margin:0 auto; padding:0 0 2%; font-size:0.8em; }
.footer_navicontainer a {color:#9b9c9c; text-decoration:none;}

.footer_navicontainer .facebook{
	}
.footer_navicontainer a.facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.footer_navicontainer a.twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.footer_navicontainer a.youtube:before {
    content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.footer_navicontainer a.rss:before {
    content: "\f09e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.footer_navicontainer_partner { float:left; width:20%; margin-top:2%; }
.footer_navicontainer_header { color:#ddd; font-weight:bold; border-bottom:1px solid #575c61; padding-bottom:3%; margin-bottom:3%; }
.footer_navicontainer_partner .footer_navicontainer_header{
	margin-bottom:4%;
	padding-bottom:4%;
}
.footer_navicontainer_links { float:left; width:50%;}
.footer_navicontainer_links a { font-size:0.8em; color:#9b9c9c; text-decoration:none;}
.footer_navicontainer_links a:hover { color:#ffffff; }


/* MISC */
.content_wiki_content{
	width:70%;
	float:left;
}
.content_wiki_navigation{
	float:right;
	width: 27%;
}
.buyimages{
	text-align:center;
	margin-bottom:3%;
}
.content_mmodb_detailstable_table .buyimages {
	text-align:center;
}
.buyimages img{
	padding-right:5px;
}
.iftopnews{
	background-color:#F00;
	color:#fff;
	font-size:11px;
	padding: 1px 4px;
	float:right;
}
.center{
	margin:10px auto;
	text-align:center;
}
.center-large{
	margin:10px auto 0;
	text-align:center;
	display:block;
}
.padding_bottom{
	padding-bottom:6px;
}
.leftfloat { float:left; }
.middlefloat { text-align:center; }
.rightfloat { float:right; }
.position_absolute{position:absolute;}
.clearfloat { clear:both; width:100%; height:0px; }
.textcenter { text-align:center; margin:10px 0; }
.textleft { text-align:left; }
.textright { text-align:right; }
.textbold { font-weight:bold; }
.textsize10 { font-size:10px; }
.textsize14 { font-size:14px; }
.textsize18 { font-size:18px; }
.textsize20 { font-size:20px; }
.spacer05 { height:5px; }
.spacer10 { padding:1%; }
.spacer15 { height:15px; }
.spacer20 { height:20px; }
.spacer25 { height:25px; }
.spacer30 { height:30px; }
.spacer35 { height:35px; }
.spacer40 { height:40px; }
.img80 img { width:80px; }
.img4646f img { width:46px; height:46px; overflow:hidden; }
.img4664f img { width:46px; height:64px; overflow:hidden; }
.img80111f img { width:80px; height:111px; overflow:hidden; 
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.marginbottom05 { margin-bottom:5px; }
.marginbottom20 { padding-bottom:20px; }
.margintop05 { margin-top:5px; }
.margintop10 { margin-top:10px; }
.margintop08 { margin-top:8px; }
.marginleft0 { margin-left:0px; }
.marginleft05 { margin-left:5px; }
.marginleft10 { margin-left:10px; }
.marginleft15 { margin-left:15px; }
.marginright05 { margin-right:5px; }
.marginright10 { margin-right:10px; }
.marginright15 { margin-right:15px; }
.marginleft20 { margin-left:2%!important; }
.marginleftright { margin-left:1%!important; margin-right:1%!important; }
.marginright25 { margin-right:25px; }
.paddingall4{ padding:4%;}
.paddingright05 { padding-right:5px; }
.paddingright10 { padding-right:10px; }
.primeorange { color:#ff6000; }
.borderbottom { border-bottom:1px solid #f1f1f1; }
.inlineimage {  margin-bottom:20px; margin-top:20px; left:-35px; position:relative; }
.inlineimage img { max-width:750px;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius:0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.notextdecoration { text-decoration:none; }
.whitearrow { position:relative; top:-1px; margin-right:5px; }
.inputborder { border:1px solid #cfcfd1; height:24px; width:250px; font-size:11px; padding:0px 5px; }
.fontsize12 {font-size:12px;}
.submitbutton_gamewin { width:610px; height:40px; background:url(images/playnow_win.jpg); text-indent:-9999px; border:0px; cursor:pointer !important; }
.hoverorange:hover { color:#ff6000; }

blockquote {background:#ebebeb;border:1px solid #c2c2c2;padding:2%;margin:2% 0;}

/* TEAMSEITE */ 
.team_box {background:url(images/team/background.png) center bottom repeat-x;width:615px;min-height:190px;font-size:12px;line-height:18px;margin-bottom:15px;}
.team_box .inner {margin:0px auto;width:595px;}
.team_box .inner .css3button {color:#fff;font-size:11px;margin-top:5px;}
.team_box .inner h5 {margin:6px 0px 10px 0px;line-height:0px;display:inline;}
.team_box .inner .trenner {width:100%;height:3px;background:url(images/team/trenner.png) left top repeat-x;margin:5px 0px;}
.team_box .inner .user {width:110px;height:122px;margin:0px 10px 0px 0px;float:left;}
.team_box .inner .user img {padding:4px;border:1px solid #f1f1f1;}
.team_box .inner .user img:hover {background:#ebebeb;padding:4px;border:1px solid #f1f1f1;}
.team_box .inner .infos {width:475px;float:right;}

.team_box_small {background:url(images/team/background.png) center bottom repeat-x;width:300px;min-height:120px;font-size:12px;line-height:18px;margin-bottom:15px;}
.team_box_small .inner {margin:0px auto;width:280px;}
.team_box_small .inner h5 {margin:6px 0px 10px 0px;line-height:0px;display:inline;}
.team_box_small .inner .trenner {width:100%;height:3px;background:url(images/team/trenner.png) left top repeat-x;margin:5px 0px;}
.team_box_small .inner .user {width:110px;height:122px;margin:0px 10px 0px 0px;float:left;}
.team_box_small .inner .user img {background:#fff;padding:4px;border:1px solid #f1f1f1;}
.team_box_small .inner .user img:hover {background:#ebebeb;padding:4px;border:1px solid #f1f1f1;}
.team_box_small .inner .infos {width:160px;float:right;} 
.team_box_small .inner .infos td {font-size:11px !important;} 

.team_ende a.css3button {color:#fff;font-size:11px;margin-top:5px;}

/* VORTEILE REGISTRIERUNG */
table.registrierung td {border-bottom:1px solid #e0e0e0;padding:10px 0px;}  
 

/* ACCORDEON */
.accordion .title { background:#f5f5f5; line-height:45px; margin-bottom:5px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
} 
.accordion .title:hover{
	background-color:#eee;
}
.accordion .title a { padding-left:10px; display:block; background:url(images/accordion_open.png) right 17px no-repeat; color:#282828; width:97% }
.accordion .title a:hover { color:#ff6100;}
.accordion .title.active a { background:url(images/accordion_close.png) right 17px no-repeat; }
.accordion .inner { color:#282828; display:none; padding: 10px; padding-bottom:15px; }

.accordionhalfleft { width:49%; float:left; }
.accordionhalfleft .title { background:#f5f5f5; line-height:45px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.accordionhalfleft .title:hover{
	background-color:#eee;
}
.accordionhalfleft .title a { padding-left:10px; display:block; width:94%; background:url(images/accordion_open.png) right 17px no-repeat; color:#282828; }
.accordionhalfleft .title a:hover { color:#ff6100; }
.accordionhalfleft .title.active a { background:url(images/accordion_close.png) right 17px no-repeat; }
.accordionhalfleft .inner { color:#282828;display:none; padding: 10px; padding-bottom:15px; }

.accordionhalfright { width:49%; float:right; }
.accordionhalfright .title { background:#f5f5f5; line-height:45px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.accordionhalfright .title:hover{
	background-color:#eee;
}
.accordionhalfright .title a { padding-left:10px; display:block; width:94%; background:url(images/accordion_open.png) right 17px no-repeat; color:#282828; }
.accordionhalfright .title a:hover { color:#ff6100; }
.accordionhalfright .title.active a { background:url(images/accordion_close.png) right 17px no-repeat; }
.accordionhalfright .inner { color:#282828; display:none; padding: 10px; padding-bottom:15px; }

/*New 22.07.15 - Magazin Mobil Layout*/
/*Big*/
.fluidboxed.bigone{
	margin:0 0 1% 0;
}
.unter_article .fluidboxed.bigone {
	margin:0 0 2% 0;
}
.fluidboxed.bigone .titlebox {}
.fluidboxed.bigone .titlebox a{
    font-size: 2.7em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
.fluidboxed.bigone .fluidboxed_img{
	padding-top:40%;
}
/*Screenshots*/
.fluidboxed.screenshotone{
	margin:0;
}
.fluidboxed.screenshotone .fluidboxed_img,
.fluidboxed.screenshotone .fluidboxed_img:hover{
	padding-top:50%;
    -webkit-transform:none!important; /* Safari and Chrome */
    -moz-transform:none!important;/* Firefox */
    -ms-transform:none!important; /* IE 9 */
    -o-transform:none!important; /* Opera */
     transform:none!important;
}
/*Mid*/
.fluidboxed.midone{
	margin:0 0.5% 1% 0.5%;
	width:49%;
	float:left;
}
.fluidboxed.midone .fluidboxed_img{
	padding-top:42%;
}
.fluidboxed.midone .textbox,
.fluidboxed.midone .titlebox a,
.fluidboxed.midone .paddingall4{
	padding:2%;
}
/*Midhigh*/
.fluidboxed.midhighone{
	margin:0 0.5% 1% 0.5%;
	width:49%;
	float:left;
}
.unter_article .fluidboxed.midhighone {
	margin:0 0 0 0;
}

.fluidboxed.midhighone .titlebox{}
.fluidboxed.midhighone .titlebox a{
	font-size:25px;
	line-height:35px;
}
.fluidboxed.midhighone .fluidboxed_img{
	padding-top:55%;
}
.fluidboxed.midhighone .textbox,
.fluidboxed.midhighone .titlebox a,
.fluidboxed.midhighone .paddingall4{
	padding:2%;
}
/*Small*/
.fluidboxed.smallone{
	margin:0;
	width:32.66%;
	max-height:370px;
	float:left;
}
.fluidboxed.smallone .textbox{
	background:transparent;
	border-top:0;
	color:#1a1b1d;
	float:left;
	position:relative;
	top:-48px;
	padding:0 4% 3%;
	margin-top:2%;
	text-decoration:none;
	border:0;
}
.fluidboxed.smallone .titlebox{
    background: #fff none repeat scroll 0 0;
    padding: 2% 3% 2%;
    position: relative;
	width:auto;
	font-size:1.2em;
	font-weight:bold;
}
.fluidboxed.smallone .fluidboxtext{
	padding:0 3%;
}
.fluidboxed.smallone .textbox span{
	padding:3%;
}
/*Sidebar*/
.fluidboxed.smallonesidebar{
	margin:0;
	width:100%;
	max-height:340px;
	float:left;
}
.fluidboxed.smallonesidebar .textbox{
	background:transparent;
	border-top:0;
	color:#1a1b1d;
	float:left;
	position:relative;
	top:-48px;
	padding:0 4% 3%;
	margin-top:2%;
	text-decoration:none;
	border:0;
}
.fluidboxed.smallonesidebar .titlebox{
    background: #fff none repeat scroll 0 0;
    padding: 2% 3% 3%;
    position: relative;
	width:auto;
	font-size:1.2em;
	font-weight:bold;
}
.fluidboxed.smallonesidebar .fluidboxtext{
	padding:0 3%;
}
.fluidboxed.smallonesidebar .textbox span{
	padding:3%;
}
/*Smallmore*/
.fluidboxed.smallonemore{
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 0 5%;
}
.fluidboxed.smallonemore .textbox{
	border:0;
}
.fluidboxed.smallonemore .titlebox{
    padding: 4%;
	width:auto;
	font-size:0.9em;
	color:#fff;
	font-weight: normal;
	text-decoration:none;
}
.fluidboxed.smallonemore .fluidboxtext{
	color:#555;
	padding-bottom:0;
}
.fluidboxed.smallonemore .textbox span{
	display: inline-table;
}
/*Bigmore*/
.fluidboxed.bigonemore{
	margin:0 0 4%;
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
}
.fluidboxed.bigonemore .fluidboxed_img{
	padding-top:50%;
}
.fluidboxed.bigonemore .textbox{
	border:0;
	padding:2% 2% 3%;
}
.fluidboxed.bigonemore .titlebox{
    padding: 2%;
	width:auto;
	color:#fff;
	text-decoration:none;
	font-size:1.6em; 
	font-weight: normal;
}
.fluidboxed.bigonemore .fluidboxtext{
	padding:1% 0 0;
	color:#555;
}
.fluidboxed.bigonemore .textbox span{
	padding:0;
}
.fluidboxed.bigonemore .textbox span span{
	padding:3px 7px;}
/*Cover*/
.fluidboxed.coverone{
	margin:0 0.5% 1% 0.5%;
	width:19%;
	float:left;
}
.fluidboxed.coverone .fluidboxed_img{
	padding-top:150%;
}
/*Topmenu*/
.fluidboxed.topmenu{
	margin:0 0.5% 0 0.5%;
	width:19%;
	float:left;
}
/*Topmenu*/
.collapse .fluidboxed_img{
	padding-top:50%!important;
}
.collapse .fluidboxed .titlebox {
}
.collapse .fluidboxed.smallone{
	margin:0 0.5% 0!important;
}
/*Newsimages*/
.fluidboxed.teaserone .fluidboxed_img{
	padding-top:50%;
   -webkit-transition: none; /* Safari and Chrome */
    -moz-transition: none; /* Firefox */
    -ms-transition: none; /* IE 9 */
    -o-transition: none; /* Opera */
    transition: none;
	margin-bottom:4%;
}
.fluidboxed.teaserone .fluidboxed_img:hover{
   -webkit-transform:none!important; /* Safari and Chrome */
    -moz-transform:none!important;/* Firefox */
    -ms-transform:none!important; /* IE 9 */
    -o-transform:none!important; /* Opera */
     transform:none!important;
}
.fluidboxed.teaserone .titlebox{
	    padding: 2%;
		width:auto;
}
.fluidboxed.teaserone .titlebox a{
	font-size:14px;
	display:inline;
	padding:0;
}
.fluidboxed.teaserone .titlebox h1 {
	font-size:2.3em;
	line-height:1,1em;
	font-weight:bold;
    color: #fff;
	text-decoration:none;
	display:block;
}
.fluidboxed.teaserone .titlebox .titlebox_details{
	padding:2% 0 0;
	color:#fff;
}
/*Inline*/
.fluidboxed.inlineone{
	padding:4% 0;
}
.aufmacher.fluidboxed.inlineone .fluidboxed_img{
	padding-top:0!important;
}
.fluidboxed.inlineone .fluidboxed_img{
	padding-top:56%;
   -webkit-transition: none; /* Safari and Chrome */
    -moz-transition: none; /* Firefox */
    -ms-transition: none; /* IE 9 */
    -o-transition: none; /* Opera */
    transition: none;
}
.fluidboxed.inlineone .fluidboxed_img:hover{
   -webkit-transform:none!important; /* Safari and Chrome */
    -moz-transform:none!important;/* Firefox */
    -ms-transform:none!important; /* IE 9 */
    -o-transform:none!important; /* Opera */
     transform:none!important;
}
.fluidboxed.inlineone .titlebox{
		font-size:12px;
		color:#333;
		position:relative;
		background:none;
}
.fluidboxed.inlineone .titlebox a{
	font-size:14px;
	display:inline;
	padding:0;
}
.fluidboxed.inlineone .titlebox h1 {
	font-size:33px;
	line-height:33px;
	font-weight:bold;
    color: #fff;
	text-decoration:none;
	display:block;
}
.fluidboxed.inlineone .titlebox .titlebox_details{
	padding:2% 0 0;
	color:#fff;
}
/*Generell Fluidbox*/
.fluidboxed .textbox span {
	color:#888;
	font-size:0.8em;
}
.fluidboxed span.big { font-weight:bold; display:block; padding:10px 0; }
.fluidboxed img { 
width:100%; 
overflow:hidden; 
float:left;
}
.fluidboxed_img{
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
width:100%;
display:block;
padding-top:56%;
   -webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
    -moz-transition: all .2s ease-in-out; /* Firefox */
    -ms-transition: all .2s ease-in-out; /* IE 9 */
    -o-transition: all .2s ease-in-out; /* Opera */
    transition: all .2s ease-in-out;
}
.fluidboxed_img:hover{
   -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.fluidboxed .coverleft{ 
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.fluidboxed .coverleft span{
	font-size:0.9em;
}
.fluidboxed .titlebox{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	text-shadow-:1px 0px 5px #000;
	bottom:0;
	overflow:hidden;
	position:absolute;
	width:100%;
}
.fluidboxed .titlebox a {
	font-size:1em;
	font-weight:bold;
    color: #fff;
    padding: 4%;
	text-decoration:none;
	display:block;
	text-shadow:1px 1px 1px #000;
}
.fluidboxed .textbox{
	background:#fff;
	border:1px solid #eee;
	border-top:0;
	color:#1a1b1d;
	float:left;
	padding:4%;
	text-decoration:none;
}
.fluidboxtext{
	padding-bottom:10px;
	font-size:0.9em;
	line-height:1.6em;
}
.fluidboxtext .title{
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
/*News inkl Text*/
.content_sidebar_content_type1_newspic .fluidboxed_img{
	padding-top:54%;
}
.content_sidebar_content_type1_newspic .fluidboxed.smallone{
	width:100%;
	margin:0;
}
/*Content*/
article{
	width:70%;
}
.unter_article{
    font-size: 1.1em;
    line-height: 1.5em;
}
.content_details{
	margin:2% 0 2%;
}
#login_form{
	background:#fff;
}
.hide{
	display:none;
}
.teaser{}
.sidebarright{ float:right; width:26%;}
.content {font-size: 1.1em;line-height: 1.7em; float:left; }
.content a { color:#ff6000; text-decoration:none; }
.content li { margin:0px 0px 0px 40px; }
.content ul { margin-bottom:2%!important;margin-top:2%!important; }
.content h1 { font-size:2.3em; margin-bottom:2%; line-height:1.2em; }
.content h1 span{ display:block; color:#ff6000; font-size:0.7em;}
.content h1 a { font-size:24px; margin-bottom:15px; line-height:24px; color:#FF6100; } 
.content h2 {  font-size:25px; font-weight:bold; margin:30px 0 10px;}   
hgroup h2{ margin:0 0 1% 0!important;}
.content h2 a { font-size:25px; font-weight:bold; margin:30px 0 10px;}  
.content h3 { font-size:25px; font-weight:bold; margin:30px 0 10px;}  
.content h3 a {  font-size:25px; font-weight:bold; margin:30px 0 10px;}  
.content h4 { font-size:25px; font-weight:bold; margin:30px 0 10px;} 
.content h4 a { font-size:25px; font-weight:bold; margin:30px 0 10px;} 
.content h5 { font-size:16px; font-weight:bold; margin-bottom:10px; line-height:20px; color:#FF6100; } 
.content h5 a { font-size:16px; font-weight:bold; margin-bottom:10px; line-height:20px; color:#FF6100; }
/*NEWSLETTER*/
.newsletter form{
	width:100%;
	font-size:0.8em;
}
.content_inline .newsletter{
	background:#f1f1f1;
    height: 320px;
    padding: 1.5% 1.5% 0;
    width: 20%;
}
/* WERBUNG */
.banner_responsivetop{
    margin: 0 auto 2%;

    text-align: center;
    width: 100%;
}
.banner_responsiverightsidebar{
    margin: 0 auto;
    text-align: center;
	margin-bottom:4%;
}
.bannersidebarcontent{
	float:right;
	padding:0 0 2% 2%;
}
.header_superbanner{
	margin:0 auto;
	text-align:center;
}

.superbanner_bg {padding:15px 0px 0px 0px;width:100%;height:100%;border:none;background:#fff;text-align:center;}

.medium_rectangle {margin-bottom:15px;width:300px;height:250px;background:#fff url(images/mediumrectangle_bg.jpg) center center no-repeat;}

.skyscraper {width:160px;height:600px;}
.skyscraper_sidebar {margin-left:70px;padding-top:15px;width:160px;}