body {
    background-color: #000;
    color: #CCC;
    font-family: Verdana, Arial, Tahoma;
    font-size: 0.7em;
    margin: 0 0 0 0;
    background: #303237 url(/img/gradient_body.png) repeat-y center fixed;
}

img {
    border:0;
}

h1 {
    border-bottom: 1px solid #395999;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 3px;
    margin: 10px 0;
}

h2 {
    border: 1px solid #395999;
    padding: 4px;
    margin: 5px 0;
    background: #1C2C4C url(/img/tile_box.gif) no-repeat top left;
	height: 16px;
	line-height: 16px;
	font-size: 1.0em;
}

h3 {
    border-bottom: 1px solid #395999;
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 0px;
    font-weight: bold;
}

ul {
    list-style-image: url(/img/bullet.gif);
    list-style-position: outside;
    padding: 0 0 0 20px;
    margin: 0px;
    text-indent: -7px;
}
li {
    margin:0;
}

blockquote {
    border-left: #395999 3px solid;
    padding: 4px;
    margin: 4px 10px;
    text-align:justify;
}

.wginput {
    background-color: #2E487A;
    border: 1px solid #395999;
    font-size: 11px;
    margin: 1px;
    color: #FFF;
    font-weight: bold;
}

table, tr, td {
    color: #CCC;
    line-height: 150%;
    font-family: Verdana;
    font-size: 11px;
}

fieldset {
    border: 1px solid #395999;
    padding: 5px;
    clear: both;
    margin: 5px 0;
}

legend {
    color: #FFF;
    font-weight: bold;
}

/* LINKS */

a:active, a:link, a:focus, a:visited {
   color: #FFF;
   text-decoration: none;   
}

a:hover {
   color: #FFF;
   text-decoration:underline;
}

/* WRAPPER */

.container {
    background: #1C2C4C url(/img/tile_content.gif) repeat-y;
    line-height: 150%;
    width: 765px;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    border: 1px solid #395999;
}

.header {
    background-color: #1C2C4C;
    background-image: url(/img/header_01.jpg);
    background-repeat: no-repeat;
    color: #FFF;
    border: 0;
    height: 90px;
    width:765px;
    top: 0px;
}

.userbar {
    font-size: 0.9em;
    height: 14px;
    line-height: 100%;
    padding: 4px 10px;
}

.userbar img {
    vertical-align: middle;
}

/* MENU */

.wgmenu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    height: 25px;
    width: 760px;
    border: 0;
    border-bottom: 1px solid #006AB5;
    background-image: url(/img/header_02.jpg);
    top: 90px;
    text-indent: 0;
}

.wgmenu li {
    float: left;
    width: 80px;
    background: url(/img/tab_inactive.png) no-repeat center;
    font-weight: bold;
    padding: 5px 4px 3px 4px;
    height: 17px;
    margin: 0 1.5px;
    text-align: center;
    border: 0;
}

.wgmenu li:hover {
    background: url(/img/tab_hover.png) no-repeat center;
}

.wgmenu li a:hover {
    text-decoration: none;
    color: #000;
}

.wgmenu li:hover a:link, .wgmenu li:hover a:active, .wgmenu li:hover a:visited, .wgmenu li:hover a:focus {
    color: #000;
}

.wgmenu .active {
    background: url(/img/tab_active.png) no-repeat center;
}

/* GAME NAVIGATION */

.gamenav {
    border: 0px solid #0F0;
    border-bottom: 0px solid #395999;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-indent: 0;
    height: 26px;
}

.gamenav li {
    float: left;
    padding: 2px;
    margin: 0 3px;
    width: 73px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #2E487A url(/img/tile_box.gif) no-repeat;
    border: 1px solid #395999;
    font-weight: bold;
}

.gamenav li:hover {
    background: url(/img/tile_box_gold.gif) no-repeat;
    border: 1px solid #FC0
}

.gamenav li:hover a:link, .gamenav li:hover a:active, .gamenav li:hover a:visited, .gamenav li:hover a:focus {
    color: #000;
}

.gamenav li:hover a:hover {
    text-decoration: none;
}

.gamenav .disabled {
    color: #777;
    font-weight: normal;
}

.gamenav li.disabled:hover {
    border: 1px solid #395999;
    background: #2E487A url(/img/tile_box.gif) no-repeat;
}

.gamenav .active {
    font-weight: bold;
}

/* COLUMNS */

.contentleft {
    float: left;
    margin: 0 10px;
    width: 600px;
    text-align: justify;
}

.contentright {
    float: right;
    color: #333;
    width: 125px;
    margin: 40px 10px 0 0;
    padding: 5px;
}

.footer {
    clear: both;
}

/* HOMEPAGE */

ul.home-buttons {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 600px;
	height: 75px;
}

ul.home-buttons li {
	float: left;
	margin: 0 5px;
	padding: 0;
	height: 75px;
	width: 190px;
}


.pagination {
    border: 1px solid #395999;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    clear: both;
}

.separator {
    border: 1px solid #395999;
    border-right: 0;
    background: url(/img/tile_separator.gif) right repeat-y #0062AB;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
    margin: 0 0 3px 0;
}

.wgbox {
    border: 1px solid #395999;
    padding: 4px;
    margin: 5px 0;
    background: #1C2C4C url(/img/tile_box.gif) no-repeat;
}

.wgbox h2 {
    letter-spacing: 2px;
	padding: 0;
    margin: 0 0 7px 0;
    font-size: 0.9em;
	border: 0;
	background: none;
    /*font-variant: small-caps;*/
}

.mediatile {
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #395999;
    text-align: center;
}

/* TABLES */

table {
    border: 1px solid #0E2043;
    border-collapse: collapse;
}

.thead {
    background-image: url(/img/tile_thead.gif);
    background-color: #006BB6;
    font-weight: bold;
    color: #FFF;
    padding: 4px;
}

.tcell {
    background-color: transparent;
    padding: 4px;
    border-top: 1px solid #0E2043;
}

.trate {
    border-right: 1px solid #0E2043;
}

/* GAMES LIST */
.games {
	list-style: none;
	margin: 0;
	padding: 0;
}

.games li {
	border: 1px solid #395999;
	padding: 4px;
	margin: 2px 0;
}

.ratingbox {
	width: 30px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #395999;
	background: #2E487A;
	text-align: center;
	font-weight: bold;
}

/* COMMENTS */
.comment-left {
	float: left;
	width: 60px;
	margin: 5px;
	padding: 0;
	text-align: center;
}

.comment-right {
	float: right;
	width: 525px;
	margin: 0 5px 10px 0;
}

.comment-userinfo {
    border: 1px solid #395999;
    padding: 4px;
    margin: 5px 0;
    background: #1C2C4C url(/img/tile_box.gif) no-repeat top left;
	height: 16px;
	line-height: 16px;
}

.comment blockquote {
	border: 0;
	border-left: #395999 3px solid;
	padding-left: 4px;
	margin: 4px 4px 4px 20px;
	font-size: 0.9em;
}


/*------------------------*/

.wertung_einzel {
    border-right: 1px solid #395999;
    text-align: right;
    font-size: 9px;
}

.newsscreen {
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px #395999 solid;
    text-align: center;
}
.newsscreenlast {
    float: right;
    padding: 5px;
    margin: 2px;
    border: 1px #395999 solid;
    text-align: center;
}

.reviewtitle {
    border-bottom: 1px solid #395999;
    font-weight: bold;
    padding-left: 10px;
    margin-left: -5px;
}

.reviewscreen {
    border: 1px solid #395999;
    font-size: 9px;
    margin: 0 5px;
    background-color: #2E487A;
    width: 130px;
    line-height: 110%;
}

.score {
    width: 80px;
    height: 31px;
    margin: 0px 4px auto 0;
    padding: 22px 0 22px 0;
    background: url(/img/rating.gif) center;
    float: right;
    font-size: 31px;
    line-height: 31px;
    font-family: Impact, Tahoma;
    text-align: center;
}

.error {
    border: 1px solid #A00;
    background-color: #182741;
    padding: 4px;
}

.popup {
    border: 1px solid #395999;
    background-color: #1C2C4C;
    padding: 2px;
    width: 200px;
    position: absolute;
    font-size: 10px;
}

#ratepopup {
	display: none;
	position: absolute;
	top: 200px;
	width: 500px;
}

.small {
    font-size: 9px;
}

.videoreview {
	width: 500px;
	margin: auto;
	height: 48px;
	border: 1px solid #395999;
	background: url(/img/video.png) #2E487A no-repeat left center;
	padding: 4px 4px 4px 50px;
}

.videoreview h2 {
	border: 0;
	border-bottom: 1px solid #395999;
	background: transparent;
	padding: 0;
	margin: 0;
}
