/*	DEFAULT-Style für Ghost-Recon.net
	Datum:			14.08.2006
	Autor:			Herbi
	Farbcodes:							  HEX:		  R   G   B

					Hellgrau:			#a5a5a5     165 165 165		(Contents)
					Turkies:			#005470       0  84 112		(Navgation)
					Helles Turkies:		#507d8c      80 125 140		(Header)
					Dunkelgrau:			#555555      85  85  85		(Background)
					Weiß:				#eeeeee     238 238 238		(Link-Rollover)
					Shadow:				#49727F      73 114 127		(Schatten)
					Mittelgrau			#858585     133 133 133		(Vorheben)
*/

/******************** Tags ********************/
body {
	font-family: 'Verdana',  sans-serif;
	text-align: left;
	color: #000000;
	font-size: 1em;
	font-size-adjust: 0.55; /* CSS2.1 */
	background-color: #555555;
	margin: 2em;
	padding: 0em;
	}

a:link, a:visited {
	color: #555555;
	text-decoration: underline;
	}

a:hover, a:active, a:focus {
	color: #eeeeee;
	text-decoration: none;
	}

a:link.alternate, a:visited.alternate {
	color: #000000;
	text-decoration: none;
	}

a:hover.alternate, a:active.alternate, a:focus.alternate {
	color: #eeeeee;
	}

select, input, textarea { font-size: 8pt; border: 1px solid #000000; border-color: #000000; background-color: #b5b5b5; color: #000000; padding: 0.1em; }

small { font-size: 0.8em; }

/******************** IDs ********************/
#page {
	width: 55em;
	margin: 0em auto;
	background-color: #a5a5a5;
	border:1px solid #000000;
	}

#header {
	position: relative; /* IE needs it for overflow */
	top: 0em; left: 0em; height: 3.2em;
	overflow: hidden; /* Firefox wants it here -> IE/Opera see #titleshadow */
	padding: 0em;
	background-color: #507d8c;
	border-bottom: 1px solid #000000;
	}

#logo {
	z-index: 2;
	position: absolute;
	top: 0em; left: 51.8em; width: 3.2em; height: 3.2em;
	margin-left: 0em;
	border-bottom: 1px solid #000000;
	}

#title {
	z-index: 1;
	margin: 0em;
	position: absolute;
	top: 0.3em; left: 0.05em; width: 60em; height: 3.2em;
	font-size: 2.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	}

#titleshadow {
	z-index: 0;
	margin: 0em;
	position: absolute;
	top: -0.34em; left: 0.05em; width: 60em; height: 3.2em;
	letter-spacing: 0em; /* becaue IE breakes the line */
	font-size: 5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #49727F;
	}

#headerlinks {
	z-index: 2;
	position: absolute;
	top: 0em; left: 77.0em;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
	}

#navigation {
	clear: both;
	background-color: #005470;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
	}

#main {
	clear: both;
	background-color: #a5a5a5;
	padding: 0.7em;
	}

#contents {
	float: left;
	width: 37em;
	}

#contents .headlinebox {
	width: 16.5em;
	padding: 0.7em;
	}

#sidebar {
	float: right;
	width: 16em;
	}

#footer {
	clear: both;
	padding: 0em;
	background-color: #507d8c;
	border-top:1px solid #000000;
    }

#copyright {
	text-align: center;
	font-size: 0.7em;
	margin-top: 0em;
	margin-bottom: 0em;
	}

/******************** Classes ********************/

.column {
	float: left;
	}

li.navbtn {
	float: left;
	font-weight: bold;
	}

a.navlink {
	display: block;
	padding: 0.1em;
	border-bottom: 1px solid #000000;
	text-align: center;
	white-space: nowrap;
	}

a.navlink:link, a.navlink:visited {
	color: #eeeeee;
	background-color: #005470;
	text-decoration: none;
	}

a.navlink:hover {
	color: #000000;
	background-color: #507d8c;
	text-decoration: none;
	}

a.navlink:active, a.navlink:focus {
	color: #000000;
	background-color: #a5a5a5;
	text-decoration: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

.box {
	padding: 0em;
	margin-bottom: 0.7em;
	background-color: #005470;
	border: 1px solid #000000;
	-moz-border-radius: 15px; /* Mozilla */
	border-radius: 15px; /* CSS3 */
	}

.box h2.caption {
	font-size: 0.8em;
	margin: 0em;
	font-weight: bold;
	text-align: center;
	}

.box h3.caption {
	font-size: 0.8em;
	margin: 0em;
	font-weight: bold;
	text-align: center;
	}

.box div.items {
	height:1%; /* IE->hasLayout fix */
	padding: 0.5em;
	background-color: #a5a5a5;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

.box div.more {
 	font-size: 0.7em;
 	margin: 0.1em;
	margin-right: 1em;
 	font-weight: bold;
	text-align: right;
	}

.item {
	height:1%; /* IE->hasLayout fix */
	margin: 0em;
	margin-bottom: 1.5em;
	}

.itembig {
    padding: 0.2em;
    border: 1px dashed #000000;
    background-color: #858585;
    }

.item h3 {
	font-size: 1.2em;
	margin: 0em;
	border-bottom: 1px dotted #000000;
	}

.item p.text, .items p.text {
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.25em;
	}

.items div.sidebaritem {
	position: relative;
	width: 50%;
	float: left;
	font-size: 0.55em;
	margin-top: 0em;
	}

.item p.text span.date {
	font-size: 0.8em;
	text-decoration: underline;
	}

a img.packshot_small {
	float: left;
	position: relative;
	width: 4.1em; height: 5.8em;
	border: 1px solid #000000;
	margin: 0.2em;
	}

a img.packshot_medium {
	float: left;
	position: relative;
	width: 7em; height: 9.9em;
	border: 1px solid #000000;
	margin: 0.5em;
	}

img.partnerlogo {
	float: right;
	border: 1px solid #000000;
	margin: 0.3em;
    }

hr.hide {
	visibility: hidden;
	clear: both;
	margin: 0em;
}