@charset "iso-8859-1";
/* CSS Document */
html, body{
	height:100%;
}
html {
	overflow-x:hidden;
	overflow-y:auto;
}
body{
	background:#f1f1f1 url(../images/layout/site_back.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3b3c;
	line-height:16px
}

a:link{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:active{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
.wrapper{
	width:980px;
	margin:auto;
}
#header{
	width:100%;
	height:100px;
	background:url(../images/layout/header_mitte.jpg) no-repeat;
	position:relative;

}
#header_left{
	position:absolute;
	margin-left:-800px;
	height:57px;
	width:800px;
	background:url(../images/layout/header_seitenteil.jpg) repeat-x;
}
#header_right{
	position:absolute;
	margin-left:980px;
	height:57px;
	width:800px;
	background:url(../images/layout/header_seitenteil.jpg) repeat-x;
}
#social{
	float:right;
	text-align:right;
	width:190px;
	margin-top:3px;
}
#logo{
	margin-left:30px;
	margin-top:25px;
}
.headline{
	background:url(../images/layout/hl_back.jpg) no-repeat;
	width:980px;
	height:31px;
}
.feature_box{
	position:absolute;
	margin-left:640px;
	margin-top:190px;
	padding:0px 10px;
	width:311px;
	height:210px;
	border: #9f9f9f 1px solid;
	background:url(../images/layout/feature_back.png);
	color:#ffffff;
}

.feature_box_new{
  position: relative;
  left: 65%;
  top: 26%;
	padding:0px 10px;
	width:311px;
	height:210px;
	border: #9f9f9f 1px solid;
	background:url(../images/layout/feature_back.png);
	color:#ffffff;
}
.feature_button_box{	
	position:absolute;
	margin-left:640px;
	margin-top:402px;
	width:335px;
	height:23px;
}
.feature_button_box_new{	
  position: relative;
  left: 65%;
  top: 26%;
	width:335px;
	height:23px;
}
h1{	
	text-transform:uppercase;
	font-size:18pt;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:31px;
	margin:0 0 0 10px;
	padding:0;
	font-weight:normal;
}
h2{	
	text-transform:uppercase;
	font-size:18pt;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:31px;
	margin:0;
	padding:0;
	font-weight:normal;
}
h3{
	margin:0;
	padding:0 0 0 5px;
	font-size:13px;
	font-weight:bold;
}
h4{	
	margin:0;
	padding:0 0 2px 0;
	font-size:13px;
	font-weight:bold;
}
.ui-accordion-content{
	background: #fdfdfd url(../images/layout/home_news_back.jpg) repeat-x;
	padding: 5px 8px 0px 10px;
	height: 226px;
}
.ui-accordion-header{
	cursor:pointer;
}
.addthis_button_facebook_like{
	width:95px;
	padding:0;
}
h3{
	background:url(../images/layout/news_hl_back.jpg) repeat-x;
	height:26px;
	padding:0 0 0 10px;;
	margin:-1px 0 0 0;
	line-height:26px;
}
.ui-tabs { position: relative; zoom: 1; padding:0;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav { margin: 0; padding:0; height:37px }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; width:138px; height:38px; line-height:38px; margin:-2px 0 0 0; background:url(../images/layout/tab_unselected.jpg) repeat-x}
.ui-tabs .ui-tabs-nav li a { float: left;  color:#6e6e6e; text-decoration: none; font-size:22px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background:url(../images/layout/tab_selected.jpg) repeat-x;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color:#2c2c2c; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 4px 4px 4px; background: #f3f3f3; width:267px; height:286px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

  .tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }

    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #fff; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
	  width:25px;
	  height:25px }

/* shop */
#shop_feature_container{
	background:#181919;
	margin-bottom:20px;
	color: #fff;
}

#shop_feature_container a:link, #shop_feature_container a:visited{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
#shop_feature_container a:hover, #shop_feature_container a:active{
	text-decoration: underline;
}
.buy_now_img{
	border: 2px #fff solid;
	margin:auto;
	margin-bottom:15px;
}
.shop_item{
	padding:12px;
}
.feature_buy{
	position:absolute;
	margin-top:199px;
	margin-left:74px;
	border:none;
}

/*footer*/
#footer{
	background:url(../images/layout/footer.png) no-repeat;
	width:990px;
	height:95px;
	margin-top:20px;
	margin-left:-5px;
	text-align:center
}
#footer_content{
	margin:auto;
	padding-top:20px;
	text-align:center;
	font-size:10px;
	width:650px;	
}
.puffer{
	width:100%;
	height:260px;
}
.puffer_small{
	width:100%;
	height:30px;
}
.news_content{
	background:#f2f2f2 url(../images/layout/news_back.png) repeat-x;
	padding: 10px 20px 15px 20px;
}
.social_news{
	height:40px;
	width:950px;
	padding-top:20px;
}
.date{
	float:right;
	margin-top:-30px;
	margin-right:10px;
}
.shadow{
	width:980px;
	margin-left:-4px;
	padding-left:4px;
	padding-right:4px;
	background: url(../images/layout/content_back.png) repeat-y;
}
#pages{
	margin:auto;
	height:30px;
	padding: 12px 0;
	text-align:center;
	background:#f1f1f1;
}
.news_nav_left{
	padding:1px 4px 4px 4px;
	border:#ccc 1px solid;
}
.news_nav_left:hover{
	background:#fff;
	text-decoration:none;
}
.news_nav_right{
	padding:1px 4px 4px 4px;
	border:#ccc 1px solid;
}
.news_nav_right:hover{
	background:#fff;
	text-decoration:none;
}
.news_nav_center{
	display: inline;
}
.back_bttn{
	padding:1px 4px 4px 4px;
	margin: 20px 10px 0 0px;
	border:#ccc 1px solid;	
}
.shortnews_date{
	font-size:10px;
}
.press li {
	padding-bottom:5px;
	list-style-type:none;
	list-style-image:none;
}
.games_left{
	background:#f2f2f2 url(../images/layout/games_left_back.jpg) repeat-x;
	height:140px;	
	width:797px;
	border-bottom: #cbcbcb 1px solid;
}
.games_left_shop{
	background:#f2f2f2 url(../images/layout/games_left_back.jpg) repeat-x;
	height:175px;	
	width:797px;
	border-bottom: #cbcbcb 1px solid;
}
.desc_short{
	padding:15px;
	height:65px;
}
.games_right{
	width:187px;
	height:140px;
	background:url(../images/layout/games_right_placeholder.jpg) repeat-y;
	float:right;
	border-left:#fff 1px solid;
	border-bottom: #cbcbcb 1px solid;
}
.games_right_shop{
	width:187px;
	height:175px;
	background:url(../images/layout/games_right_placeholder.jpg) repeat-y;
	float:right;
	border-left:#fff 1px solid;
	border-bottom: #cbcbcb 1px solid;
}
.bttn_games{
	background:url(../images/layout/bttn_games.jpg) 0px 0px;
	width:187px;
	height:35px;
    text-decoration: none;
	text-align:center;
	line-height:35px;
    display: block;
	font-size:12px;
}
.bttn_games:hover, .bttn_games:active {
    background-position: 0px 35px;
    text-decoration: none;
}
.packshot_games{
	float:left;
	padding:15px;
	border:none;
}
.about_intro{
	background: #fdfdfd url(../images/layout/home_news_back.jpg) repeat-x;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	width:260px;
	text-align: justify;
	line-height:23px;
	float: right;
	padding: 15px;
	margin: 0 0 15px 15px;
	border: #aaaaaa 2px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
    border-radius: 5px;	
}
.about_title{
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 40px;
}
.about_left{
	width:410px;
	float:left;
	margin:5px 20px 15px 0;
	padding:20px;
	background:#fff;
	border: #ccc 2px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
    border-radius: 5px;	
	height:150px;
	background: #fdfdfd url(../images/layout/home_news_back.jpg) repeat-x;
}
.about_right{
	width:410px;
	padding:50px; 
	margin:5px 20px 15px 485px; 
	padding:20px; 
	background:#fff;
	border: #ccc 2px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
    border-radius: 5px;	
	height:150px;
	background: #fdfdfd url(../images/layout/home_news_back.jpg) repeat-x;
}
#game{
	background: #fff;
	width:100%;
}
#game_sidebar{
	float:right;
	width: 293px;
	height:100%;
	margin-right:15px;
}
#game_content{
	background: #d5d5d5 url(../images/layout/game_back.jpg) repeat-x;
	width:620px;
	min-height:900px;
	border-right:#d0d0d0 1px solid;
	padding-bottom:20px;
	padding:20px;
}
#infobox{
	padding:10px;
	background:#ebebeb url(../images/layout/infobox_back.jpg) repeat-x;
}
#packshot_infobox{
	padding-right:3px;
}
.bttn_infobox{
	margin:-6px 0 0  -6px;
	background:url(../images/layout/btn_gamesseite_gross.png) 0px 0px;
	width:146px;
	height:36px;
    text-decoration: none;
	text-align:center;
	line-height:36px;
    display: block;
	font-size:12px;
}
.bttn_infobox:hover, .bttn_infobox:active {
    background-position: 0px 36px;
    text-decoration: none;
}
.hl_sidebar{
	margin-top:15px;
	background:url(../images/layout/hl_sidebar.jpg);
	width:293px;
	height:32px;
}
.related{
	min-height:80px;
	width:261px;
	padding:15px;
	background: #fbfbfb url(../images/layout/sidebars_back.jpg) bottom repeat-x;
}

.sidebar_box{
	margin-bottom:15px;
	border-left:#cdcdcd 1px solid;
	border-right:#cdcdcd 1px solid;
	border-bottom:#cdcdcd 1px solid;
}
.bttn_infos{
	margin:-15px -6px 0 -6px;
	background:url(../images/layout/btn_mehr_infos.png) 0px 0px;
	width:100px;
	height:36px;
    text-decoration: none;
	text-align:center;
	line-height:36px;
    display: block;
	font-size:12px;
	float:left;
}
.bttn_infos:hover, .bttn_infos:active {
    background-position: 0px 36px;
    text-decoration: none;
}
.bttn_website{
	margin:-6px -6px -6px -6px;
	background:url(../images/layout/btn_offizielle_website.png) 0px 0px;
	width:119px;
	height:36px;
    text-decoration: none;
	float:left;
	text-align:center;
	line-height:36px;
    display: block;
	font-size:12px;
}
.bttn_website:hover, .bttn_website:active {
    background-position: 0px 36px;
    text-decoration: none;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 580px;
	height:90px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.bttn_runterladen{
	position:absolute;
	margin: -30px 0px 0px 150px; 
	background:url(../images/layout/btn_offizielle_website.png) 0px 0px;
	width:119px;
	height:36px;
    text-decoration: none;
	float:left;
	text-align:center;
	line-height:36px;
    display: block;
	font-size:12px;
}
.bttn_runterladen:hover, .bttn_runterladen:active {
    background-position: 0px 36px;
    text-decoration: none;
}
.downloads{
	height:50px;
	width:261px;
	padding:15px;
	background: #d5d5d5 url(../images/layout/sidebars_back.jpg) repeat-x;
}

.search{
	padding:15px;
	background: #d5d5d5 url(../images/layout/sidebars_back.jpg) repeat-x;
}
.ui-autocomplete{
	width:129px;
	background:#fff;
	border:#ccc 1px solid;
	list-style-type:none;
	padding:0 0 0 10px;
	cursor:pointer;
}
.sitemap{
	margin:0;
	padding: 0 0 0 1em;
	list-style-type:none;
}
.social_link{
	float:left;
	margin-top:-2px;
	padding-right:5px;
}
.awards{
	float:left;
	margin:27px 21px 0 17px;
	position: relative;
	display: block;	
}
.awards .description {
	position: absolute;
	left: 0px;
	width: 100%;
	/* Setting a zero opacity so we have a nice fading effect on mouse hover */
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Semi-transparent background for modern browsers, black for older browsers */
	background:#000000;
	background: rgba(0,0,0,0.8);
	/* CSS3 transition, makes the fading effect */ 
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;	
}
.description p {
	/* Text styling */
	padding:3px;
	text-align:center;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:#ccc 1px solid;
	text-shadow: 3px 3px 3px #000000;
	filter: dropshadow(color=#000000, offx=3, offy=3);
}
.awards:hover .description {
	/* Setting a 100% opacity on mouse hover */
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Aligning to the bottom of the image */
.bottom {
	bottom: 22px;
}
#arrange{
	float:right;
	margin-top:7px;
	margin-right:5px;
	font-size:11px;
	font-weight:bold;
}
#arrange_select{ font-size:11px; }
#home_box_right{
  width:330px; float:right; height:330px; background: #181919; border-bottom:#999999 1px solid; border-right:#424242 1px solid; color:#fff
}
#home_box_right a:link{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#home_box_right a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#home_box_right a:active{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#home_box_right a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
}
.feature_box a:link{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.feature_box a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.feature_box a:active{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.feature_box a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
}