/* CSS Document */

/* reset + default */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2a2a2a;
	background-color:#EBEBEB;
}

.centeredDiv{ 
	margin: 0px auto; 
	text-align: left; 
	width: 1150px;
	height:auto;
}

#logoblock {
	clear:both; 
	background: transparent url(http://www.gamestar.de/img/gs/global/headfoot/bg_ho_top.gif) no-repeat scroll 0 -2px;
	height: 72px;
}

#logoblock .search{
	float:right; 
	width:550px; 
	padding-top:25px; 
	padding-bottom:20px;
}

#logoblock .logo{
	display: block; 
	float: left; 
	height: 72px; 
	width: 200px;
	background: transparent url(http://www.gamestar.de/img/gs/global/logos/logo_co_bot.gif) no-repeat scroll 20px 25px;
}

#pagecontent {
	width:855px;
	padding-left:10px;
	padding-top:9px;
	float:left;
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 

fieldset,img {  
    border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 

ol,ul { 
    list-style:none; 
} 

caption,th { 
    text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

q:before,q:after { 
    content:''; 
} 

abbr,acronym { 
	border:0; 
} 
/* spacer */
.spacerS{
	height:5px;
	padding:0;
	margin:0;
}
.spacerM{
	height:10px;
	padding:0;
	margin:0;
}
.spacerL{
	height:15px;
	padding:0;
	margin:0;
}
#spacer_90 {
	float:none;
}

/* layout */
#ivwpixel {
	position:absolute;
	top:-10px;
}

.teaserboxtop {
	padding: 3px 10px; 
	background: transparent url(/img/gamestar/video/teaser_top_300.png) no-repeat scroll 0pt 0pt; 
	height: 14px; 
	width: 280px; 
	text-align: left;
	font-weight:bold;
	color: #0F3273;
	margin-top:9px;
}

.teaserboxmiddle {
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_middle_s.png) repeat-y;
	width:300px;
	padding:0px; 
	overflow:hidden;	
	text-align:left;
}

.teaserboxmiddle a {width:290px;overflow:hidden;}
.teaserboxmiddle a img {max-width:290px;padding:3px 5px;}

.teaserboxbottom {
	padding: 3px 10px; 
	background: transparent url(/img/gamestar/video/teaser_bottom_300.png) no-repeat scroll 0pt 0pt; 
	height: 14px; 
	width: 280px; 
	text-align: left;
}

.contentTop{
	background-image:url(http://www.gamestar.de/img/gamestar/video/bg_content_top.png);
	height:10px;
}

.contentMiddle{
	background-image:url(http://www.gamestar.de/img/gamestar/video/bg_content_middle.png);
	padding-left:10px; padding-right:10px;
}

.contentBottom{
	background-image:url(http://www.gamestar.de/img/gamestar/video/bg_content_bottom.png);
	height:10px;
}
.contentMTop{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_top_m.png);
	height:6px;
	width:645px;
	float:left;
}

.contentMMiddle{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_middle_m.png) repeat-y;
	width:640px;
	float:left;
	padding-left:10px; 
	padding-right:10px;
}

.contentMBottom{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_bottom_m.png);
	height:6px;
	width:645px;
	float:left;
}

.contentSTop{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_top_s.png);
	height:6px;
	width:300px;
	float:left;
}

.contentSMiddle{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_middle_s.png) repeat-y;
	width:300px;
	float:left;
	padding-left:10px; 
	padding-right:10px;
}

.contentSBottom{
	background:url(http://www.gamestar.de/img/gamestar/video/bg_content_bottom_s.png);
	height:6px;
	width:300px;
	float:left;
}


/* link / button */
.linkHead
{
	vertical-align:middle; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:11px; 
	text-decoration:none
}

.linkHead:hover
{
	vertical-align:middle; 
	text-align:center; 
	color:#FFFFFF; 
	font-size:11px; 
	text-decoration:underline
}

.linkS
{
	color:#61605A;
	font-size:10px;
	text-decoration:none
}

.linkS:hover
{
	color:#61605A;
	font-size:10px;
	text-decoration:underline
}

.LinkM {
 	color:#0F3273;
 	font-size:12px;
	text-decoration:none;
}

.LinkB {
 	color:#0F3273;
 	font-weight:bold;
	text-decoration:none;
}

/* text */
.textS, .textS a, .textS a:visited, #date
{
	color:#61605A;
	font-size:10px;
	text-decoration:none
}

.textS a:hover, .textS a:active
{
	color:#61605A;
	font-size:10px;
	text-decoration:underline
}


.textB
{
	color:#0F3273;
	font-size:11px;
	font-weight:bold;
	text-decoration:none
}

.searchInput
{
	background-image:url(http://www.gamestar.de/img/gamestar/video/bg_search.png); 
	border:0px; 
	border-bottom:1px solid #5d5d5d; 
	padding-left:6px;
	padding-right:4px;
	padding-bottom:2px; 
	padding-top:4px; 
	font-size:11px; 
	color:#000000; 
	height:14px;
}

#date {float:right;width:200px;text-align:right;}


/* navigation */
p {padding:0px;margin:0px}
a {text-decoration:none;color:#0F3273;}
a:hover {text-decoration:underline;color:#0F3273;}
a:hover span {cursor: pointer}
a img {border:0px}
.fll {float:left}
.fll_100p {float:left;width:100%}
table {font-size:11px}
form {margin:0px;padding:0px}
#nav_bgleft {float:left;width:876px}
#nav {float:left;width:877px;font-size:11px;display:inline;padding-left:10px;}
#nav a {float:left;height:22px;color:#FFFFFF;text-decoration:none !important}
.navispacer {float:left;width:2px !important}

a.navleft_home_ov,a.navleft_home_on,
a.navleft_news_ov,a.navleft_news_on,
a.navleft_tests_ov,a.navleft_tests_on, 
a.navleft_prev_ov,a.navleft_prev_on, 
a.navleft_downloads_ov,a.navleft_downloads_on,
a.navleft_videos_on, a.navleft_videos_ov,
a.navleft_tipps_ov,a.navleft_tipps_on,
a.navleft_specials_ov,a.navleft_specials_on {background:url(http://www.gamestar.de/img/gs/global/navi/home_navi_l_ov.gif) no-repeat;width:3px}

a.navright_home_ov,a.navright_home_on, 
a.navright_news_ov,a.navright_news_on,
a.navright_tests_ov,a.navright_tests_on,
a.navright_prev_ov,a.navright_prev_on,
a.navright_downloads_ov,a.navright_downloads_on,
a.navright_videos_on, a.navright_videos_ov,
a.navright_tipps_ov,a.navright_tipps_on,
a.navright_specials_ov,a.navright_specials_on {background:url(http://www.gamestar.de/img/gs/global/navi/home_navi_r_ov.gif) no-repeat;width:3px}

a.navleft_off {background:url(http://www.gamestar.de/img/gs/global/navi/navi_l_off.gif) no-repeat;width:3px}
a.navright_off {background:url(http://www.gamestar.de/img/gs/global/navi/navi_r_off.gif) no-repeat;width:3px}

a.nav_off,
a.nav_off:visited,
a.nav_off:active {color:#5D5D5D !important;background:url(http://www.gamestar.de/img/gs/global/navi/navi_m_off.gif) repeat-x;height:13px !important;padding:4px 17px 5px 17px;font-weight:bold;margin:0px}

a.nav_home_on,a.nav_news_on,a.nav_tests_on,a.nav_prev_on,a.nav_downloads_on,a.nav_videos_on,a.nav_tipps_on,a.nav_specials_on,a.nav_hw_home_on,
a.nav_hw_news_on,a.nav_hw_tests_on,a.nav_hw_praxis_on,a.nav_hw_sales_on,a.nav_hw_qa_on,a.nav_hw_pricecomp_on,a.nav_esp_home_on,a.nav_esp_clan_on,a.nav_esp_news_on,
a.nav_esp_live_on,a.nav_esp_lan_on,a.nav_comm_home_on,a.nav_comm_forum_on,a.nav_comm_user_on,a.nav_comm_clubs_on,a.nav_comm_blogs_on,a.nav_comm_email_on,
a.nav_arcadechannel_home_on,a.nav_arcadechannel_browserspiele_on,a.nav_arcadechannel_flashgames_on,a.nav_arcadechannel_mmo_on,a.nav_arcadechannel_freeware_on,
a.nav_home_ov,a.nav_news_ov,a.nav_tests_ov,a.nav_prev_ov,a.nav_downloads_ov,a.nav_videos_ov,a.nav_tipps_ov,a.nav_specials_ov,
a.nav_hw_home_ov,a.nav_hw_news_ov,a.nav_hw_tests_ov,a.nav_hw_praxis_ov,a.nav_hw_sales_ov,a.nav_hw_qa_ov,a.nav_hw_pricecomp_ov,a.nav_esp_home_ov,a.nav_esp_clan_ov,
a.nav_esp_news_ov,a.nav_esp_live_ov,a.nav_esp_lan_ov,a.nav_comm_home_ov,a.nav_comm_forum_ov,a.nav_comm_user_ov,a.nav_comm_clubs_ov,a.nav_comm_blogs_ov,
a.nav_comm_email_ov, a.nav_comm_buli_ov,
a.nav_arcadechannel_home_ov,a.nav_arcadechannel_browserspiele_ov,a.nav_arcadechannel_flashgames_ov,a.nav_arcadechannel_mmo_ov,a.nav_arcadechannel_freeware_ov {height:13px !important;padding:4px 17px 5px 17px;font-weight:bold;margin:0px}

a.nav_home_ov,a.nav_home_on,
a.nav_news_ov,a.nav_news_on,
a.nav_tests_ov,a.nav_tests_on,
a.nav_prev_ov,a.nav_prev_on,
a.nav_downloads_ov,a.nav_downloads_on,
a.nav_videos_ov,a.nav_videos_on,
a.nav_tipps_ov,a.nav_tipps_on,
a.nav_specials_ov,a.nav_specials_on {background:#0F1957}

a.nav_arcadechannel_home_on,
a.nav_arcadechannel_browserspiele_on,
a.nav_arcadechannel_flashgames_on,
a.nav_arcadechannel_mmo_on,
a.nav_arcadechannel_freeware_on					{background:#D1910A}

a.nav_arcadechannel_home_ov,
a.nav_arcadechannel_browserspiele_ov,
a.nav_arcadechannel_flashgames_ov,
a.nav_arcadechannel_mmo_ov,
a.nav_arcadechannel_freeware_ov					{background:url(http://www.gamestar.de/img/gs/global/navi/arcade_nav_ov.gif) repeat-x}

a.navleft_arcadechannel_home_on,
a.navleft_arcadechannel_browserspiele_on,
a.navleft_arcadechannel_flashgames_on,
a.navleft_arcadechannel_mmo_on,
a.navleft_arcadechannel_freeware_on				{background:url(http://www.gamestar.de/img/gs/global/navi/arcade_navi_l_on.gif) no-repeat;width:3px}

a.navright_arcadechannel_home_on,
a.navright_arcadechannel_browserspiele_on,
a.navright_arcadechannel_flashgames_on,
a.navright_arcadechannel_mmo_on,					
a.navright_arcadechannel_freeware_on			{background:url(http://www.gamestar.de/img/gs/global/navi/arcade_navi_r_on.gif) no-repeat;width:3px}

a.navleft_arcadechannel_home_ov,
a.navleft_arcadechannel_browserspiele_ov,
a.navleft_arcadechannel_flashgames_ov,
a.navleft_arcadechannel_mmo_ov,
a.navleft_arcadechannel_freeware_ov				{background:url(http://www.gamestar.de/img/gs/global/navi/arcade_navi_l_ov.gif) no-repeat;width:3px}

a.navright_arcadechannel_home_ov,
a.navright_arcadechannel_browserspiele_ov,
a.navright_arcadechannel_flashgames_ov,
a.navright_arcadechannel_mmo_ov,
a.navright_arcadechannel_freeware_ov			{background:url(http://www.gamestar.de/img/gs/global/navi/arcade_navi_r_ov.gif) no-repeat;width:3px}




#subnav_content {float:left;width:877px;display:inline}
#subnav_content .innerdiv {float:left;margin-top:8px;}
#nav_top {float:left;width:100%;margin-top:0px;height:2px !important;line-height:2px;position:relative;z-index:1}
#nav_shadleft {float:left;background:url(http://www.gamestar.de/img/gs/global/navi/navi_sh2.gif) repeat-x;width:762px;height:2px}
#nav_shadright {float:left;background:#E4DEE4;width:89px;height:2px}


#subnav {float:left;width:877px;font-size:10px;color:#104094;padding-left:10px;}
a.subnav_on,
a.subnav_on:visited,
a.subnav_on:hover,
a.subnav_on:active {float:left;color:#104094;text-decoration:underline;margin:0px 0px 0px 0px}
a.subnav_off,
a.subnav_off:visited {float:left;color:#104094;margin:0px 0px 0px 0px}
a.subnav_off:hover,
a.subnav_off:active {float:left;color:#104094;text-decoration:underline;margin:0px 0px 0px 0px}
#subnav_content .fll {margin:0px 12px 0px 12px}
.fll_margleft2px {float:left;margin-left:2px}

.banner_top {position:relative;width:980px}

/* loginbox */
#top_premium {float:right;color:#61605a;font-size:10px;width:300px;padding-right:20px;padding-bottom:2px;}
#top_premium span {float:right}
#top_premium .logout {background:url(http://www.gamestar.de/img/gs/global/icon_arrow.gif) no-repeat 0px 3px;;padding-left:12px}
#top_premium .news {background:url(http://www.gamestar.de/img/gs/global/icon_nachrichten.gif) no-repeat 0px 3px;;padding-left:16px}
#top_premium .alerts {background:url(http://www.gamestar.de/img/gs/global/icon_alerts.gif) no-repeat 0px 2px;;padding-left:14px}
#top_premium .friends {background:url(http://www.gamestar.de/img/gs/global/icon_friends.gif) no-repeat 0px 2px;;padding-left:14px}
#top_premium a,
#top_premium a:hover,
#top_premium a:visited {color:#61605a;font-size:10px}

/* Adfunctions */
.hiddenAdDiv {
	position:absolute; 
	top:0px;
	left:0px;
	display:none;
}
.hiddenAdAnchor {
	line-height:0px; 
	font-size:0px;
	visibility:hidden;
}

