/* Unknown Online - Redesign 2070 */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: verdana, sans-serif;
	color: #fff;
	background-color: #000000;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	}
/* Pseudoklassen */
a:link { font-weight:bold; color: #fff; text-decoration:none; }
a:visited { font-weight:bold; color: silver; text-decoration:none; }
a:focus { font-weight:bold; color: red; text-decoration:underline; }
a:hover { font-weight:bold; color: #cc9; text-decoration:none; }
a:active { font-weight:bold; color: lime; text-decoration:underline; }
/* Layoutstruktur */
#wrap {
	position: absolute;
	right: 15%;
	left: 15%;
	min-width: 500px;
	max-width: 1024px;
	background: #383838;
	}

/* Header */
#header {
	border-bottom: 3px solid #87B825;
	background: url(images/main_bg.gif) repeat-x;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #fff;
	text-align: center;
	}
/* Nachrichtenleiste */
#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #cc9;
	text-align: center;
	background: #000;
	border-bottom: 3px solid #87B825;
	}

/* Seitenbox */
#sidebar {
	float: left;
	width: 30%;
	background: #383838;
	}
#sidebar .gutter {
	padding: 25px;
	background: url(images/unknown-gutterbg.jpg) repeat-x top left;
	}

.box {
	margin: 0 0 20px 0;
	padding: 20px 10px 22px 10px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	border: 1px solid #87B825;
	background: #212121;
	}
.box h3 {
	margin: 0;
	padding: 10px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #cc9;
	}
.box p, .box ul {
	/*width:90%;*/
	margin: 0;
	padding: 0 12px;
	background-color:#212121;
	}
.box ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	}
.box a {
        display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none; font-weight: bold;
	border: 1px solid #5c5c5c;
	border-left-color: #fff; border-top-color: #fff;
	color: #fff;
	background-color:#383838;
	/*background: url(images/unknown-dot.gif) no-repeat 0 3px;*/
	}
.box a:active {
       	border-color:#fff;
	border-left-color:#5c5c5c; border-top-color:#5c5c5c;
	color:#000; background-color:#fff;
	}
.box a:hover {
	border-color:#fff;
	border-left-color:#5c5c5c; border-top-color:#5c5c5c;
	color:#fff; background-color:#000;
	}
.sidebox {
	padding: 0 0 0 25%;
	}
/* Inhalte */
#content {
	float: right;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	background: #383838;
	color: #fff;
	}
#content .gutter {
	padding: 25px;
	background: url(images/unknown-gutterbg.jpg) repeat-x top left;
	}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #cc9;
	}
#content h3 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 130%;
	font-weight: normal;
	color: #cc9;
	}
	
#content hr {
	color: #87B825;
	background-color: #87B825;
	border: 1px solid #87B825;
	}

/* Footer */
#footer {
	clear: both;
	background: #212121;
	border-top: 3px solid #87B825;
	border-bottom: 3px solid #87B825;
	}
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	text-align: center;
	color: silver;
	}

/* CSS-Hacks - I don't like IE...*/

/* Vor IE5/Mac verstecken\*/
* html #footer { height: 1%; }
/* Vor IE5/Mac verstecken Ende */



/* Vor IE5/Mac verstecken\*/
* html .box {  /* Korrekturen fuer IE 5.x */
      	width: 11.6em;
      	w\idth: 10em;
      	padding-left: 0;
	padd\ing-left: 0.8em;
      	}
/* Vor IE5/Mac verstecken Ende */
/* Vor IE5/Mac verstecken\*/
* html .box a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8.8em;
	}
/* Vor IE5/Mac verstecken Ende */

/* Hacks for Internet Explorer - sadly still necessary...*sigh* 
Better support compliant browsers like FireFox, Opera, Netscpate etc.!*/

/* style for IE 6 + IE5.5 + IE5.0 */
.gainlayout { height: 0; }
.gainlayout { zoom: 1;}
/* or whatever we might need tomorrow */

/* IE jumping Menu Hack */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



/* That's it... move along now, fellow reader... */