/* Gameheader */


div#game {
	width:986px;
	height:192px;
	border:1px solid #666;
	border-bottom:1px solid #ccc;
	position:relative;
}
#game img {
	width:986px;
	height:192px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#game h1, #game b {
	position:absolute;
	right:0;
	z-index:5;
	text-align:right;
}
#game h1 {
	top:0;
	min-width:608px;
	height:61px;
	background:url(../gfx/game/gh.bg.png) top right no-repeat;
}
#game h1 a {
	font:normal normal 32px Georgia, "Times New Roman";
	letter-spacing:-1px;
	line-height:56px;
	color:#fff;
	margin-right:15px;
}
#game h1 a:hover {
	text-decoration:underline;
}
#game b {
	bottom:10px;
}
#game b a {
	font:normal bold 12px Arial;
	color:#800;
}
#game .tabs {
	position:absolute;
	left:4px;
	bottom:0;
	z-index:5;
}


/* 3 SPALTEN */


div#c3 {
	width:970px;
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding:8px;
	display:inline-block;
	min-height:500px;
}
div#l, div#m {
	border-right:1px solid #8C9FC2;
	float:left;
	margin-right:10px;
}
div#l {
	width:473px;
}
div#m {
	width:290px;
	padding-right:10px;
}
div#r {
	float:left;
	width:174px;
}
#c3 .caption {
	padding-left:10px;
	border-bottom:1px solid #fff;
	font-weight:normal;
}


/* ADS */


#l .pnad {
	background:#e7f0f9;
	border:1px solid #d4dde9;
	text-align:center;
	padding:10px 0;
	margin:10px 10px 10px 0;
}
#r .pnad {
	background:#e7f0f9;
	border:1px solid #d4dde9;
	text-align:center;
	padding:5px 0;
}


/* GAMEFACTS */

#facts {
	background:#e7f0f9;
	border:1px solid #d4dde9;
	min-height:100px;
}
div#packshot {
	padding:8px 0;
	text-align:center;
	background:#c3d2e7;
	border:1px solid #fff;
	margin:9px 10px;
}
#packshot img {
	border:2px solid #48588E;
}


#facts table {
	width:260px;
	margin:0 15px 10px 15px;
	padding-bottom:10px;
	border-bottom:1px solid #d4dde9;
}
#facts td, #facts td a {
	font:normal normal 11px Arial;
	vertical-align:top;
	padding:3px 0;
	margin:0;
}
#facts td.b {
	font-weight:bold;
	color:#48588E;
	width:90px;
}
#facts td a {
	font:normal normal 11px Arial;
	color:#48588E;
}
#facts td a:hover {
	text-decoration:underline;
}

#facts .btn {
	text-align:center;
	padding:20px 0 20px 0;

}

/* GAMEBLOCKS */

#blocks div {
	background:#e7f0f9;
	padding:5px;
	border:1px solid #d4dde9;
	margin-bottom:10px;
}

#blocks h4 {
	border-bottom:1px dotted #d4dde9;
	margin-bottom:5px;
	text-transform:uppercase;
	font:normal bold 11px Arial;
	color:#506CAD;
}
#blocks .shortlinks ul {
	margin-left:10px;
}
#blocks .shortlinks ul a {
	font:normal bold 11px Arial;
	color:#506CAD;
}

#blocks img.box {
	float:left;
	border:2px solid #fff;
	margin:0 10px 0 0;
}

#blocks .author {
	background:#eee;
	border:1px solid #ccc;
}
#blocks .author h4 {
	color:#666;
	text-align:right;
}
#blocks .author img {
	float:right;
	margin:0 0 0 10px;
}

/* NEWS */

div#news, div#list {
	position:relative;
	margin-right:10px;
	border:1px solid #eee;
	padding:10px;
	background:#eee;
}

#news h2, #list h2, #news h2 a {
	text-transform:uppercase;
	font:normal bold 11px Arial;
	border-bottom:1px solid #ccc;
	text-align:right;
}
#news h3, #list h3 {
	margin:10px 0;
}
#news h3, #news h3 a, #list h3, #list h3 a {
	font:normal normal 24px Georgia, "Times New Roman";
	color:#000;
	background:none;
}
#news h3 a:hover, #list h3 a:hover {
	text-decoration:underline;
}
#news span.date {
	position:absolute;
	top:10px;
	left:12px;
	font:normal normal 11px Arial;
	color:#999;
}
#news strong {
	font-weight:bold;
	color:#333;
}
#news a {
	padding-left:20px;
	background:url(../gfx/global/link.png) 0 1px no-repeat;
	color:#506CAC;
}
#news a strong, #news strong a {
	color:#506CAC;
}
#news a:hover {
	color:#8795C2;
	text-decoration:underline;
}
#news p, #news li, div#text div.text {
	font:normal normal 14px Arial;
	line-height:24px;
	text-indent:30px;
	margin-bottom:15px;
	text-align:justify;
	color:#666;
}
#news #text li {
	height:25px;
	margin-bottom:0;
	text-indent:0;
}
#news #text li a {
	font:normal bold 12px Arial;
	padding-left:20px;
	margin-left:20px;
	background:url(../gfx/global/link.png) 0 1px no-repeat;
	color:#48588E;
}
#news #text ul {
	margin-bottom:15px;
}
#news #text li a span {
	font:normal bold 12px Arial;
}
#news #text li a:hover {
	color:#8795C2;
}
#news address {
	margin:0 !important;
}
#news address a {
	font-weight:bold;
}
#news #ppl {
	background:#FFF2D9;
	border:1px solid #FFC75E;
	padding:10px;
	color:#000;
}
#news #ppl a {
	color:#800205;
}
#linknews {
	margin-left:5px;
}
#linknews a {
	width:435px !important;
	height:auto !important;
	display:inline-block !important;
}

.more {
	margin:10px 10px 0 0;
	border:1px solid #ccc;
	padding:1px;
}
.more address {
	background:#eee !important;
	margin:0 !important;
}
.more address a {
	width:435px !important;
	font-weight:bold !important;
}
.thumbfix {
	margin:10px 10px 0 0 !important;
}
.thumbfix a {
	margin:1px !important;
}

div#video {
	background:#fff;
	padding:10px 13px;
}
.flv .btn {
	text-align:center;
	margin:10px 0 15px 0;
}
.flv .btn b {
	background:url(../gfx/game/hq.jpg) left center no-repeat;
	padding:5px 0 5px 40px;
	line-height:21px;
	font-weight:bold;
}


/* DOWNLOADS */

.download div#download {
	background:#fff;
	padding:10px;
}
.download #download a {
	border:1px solid #d4dde9;
	display:block;
	padding:15px;
	padding-left:70px;
	background:url(../gfx/icons/48/disk.png) 10px center no-repeat #e7f0f9;
}
.download #download a:hover {
	border:1px solid #506CAC;
	text-decoration:none;
	color:#000;
}


/* COMMENTS */

.comments * {
	text-indent:0 !important;
}
div.comments {
	margin:10px 10px 0 0;
}
.comments .caption {
	border:1px solid #ccc;
}
.comments div.comment, .comments form {
	display:block;
	border-bottom:1px dotted #ccc;
	min-height:95px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.comment div.com {
	margin-left:110px;
}
.comment blockquote {
	border:1px solid #ccc;
	font:normal normal 10px Arial;
	padding:5px;
	font-style:italic;
	background:#eee;
	color:#666;
	margin-bottom:3px;
}
.comment, .comment * {
	font:normal normal 13px Arial;
	line-height:16px;
}
.comment hr {
	margin-top:5px;
}
.comment .com div b {
	color:#000;
	font-weight:bold;
}
.comment .com div a b {
	font-weight:bold;
	color:#506C9C;
	color:#2B64CE;
}
.comment .com div a:hover {
	text-decoration:underline;
	color:#000;
}
.comment span {
	color:#999;
	font-size:12px;
	padding-left:5px;
}
.comment a.link {
	font:normal normal 12px Arial;
	padding-left:20px;
	background:url(../gfx/global/link.png) 4px 1px no-repeat;
	color:#8795C2;
}
.comment a.link:hover {
	color:#48588E;
}
.comment .com sub {
	display:block;
	margin-top:5px;
	color:#666;
}
.comments textarea, .comments input.username {
	border:1px solid #ccc;
	background:#ffc;
}
.comments textarea {
	width:95%;
	height:80px;
	padding:5px;
	margin-bottom:8px;
	padding:3px 2px;
}
.comments input.username {
	width:220px;
	font-weight:bold;
}
.comments input.email {
	text-indent:-5000px;
	display:none;
}
.comments input.submit {
	cursor:pointer;
	border:1px solid #999;
	padding:2px 5px;
}
.comments input.submit:hover {
	background-color:#ccc;
	border-color:#000;
}
.comments .del {
	background:#FFE6E7;
	border:1px solid #800 !important;
}
.comments .new {
	background:#FFFCBF;
	border:1px solid #AEAE00 !important;
}


/* EDIT */


fieldset.edit {
	border:1px solid #ccc;
	margin-bottom:5px;
	background:#ffc;
}
.edit legend {
	color:#800;
}

table { margin:5px; }
td { padding:5px; }