/* SubworxX.net */

body {
	background: #fff url("/hg/bg.gif") repeat;
	color: #000;
	font-size: 0.8em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	 }
	 	 
.content {
	background-color: #FFFFFF;
	padding: 2%;
	border: #000 1px double;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-kthml_border-radius: 7px;
	-moz-box-shadow: 0px 0px 10px #666;
	-khtml-box-shadow: 0px 0px 10px #666;
		 }
		 	  
.footer {
	color: #999;
	font-size: 0.7em;
		}
		
.time {
	background-color: #fff;
	color: #000;
	border: 0;
	}		

h3 {
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-kthml_border-radius: 7px;	
	text-shadow: 2px 2px 3px #fff;
	-moz-box-shadow: 0px 0px 10px #666;
	-khtml-box-shadow: 0px 0px 10px #666;
   }	

a:link		{ color: #000; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; }
a:hover		{ color: #000; text-decoration: none; }
a:active	{ color: #000; text-decoration: none; }

.Stil1 {
	color: #00FF00;
	}

.Stil2 {
	color: #FF0000;
	}	

#nav_menu_wrapper {
	height: 5%;
	width: 100%;
	position: fixed;
    bottom: 0;
	z-index: 2;
	overflow: hidden;
	margin: 0;
}

#nav_menu_wrapper .nav_menu {
    height: 100%;
    width: 100%;
    margin: 0;
	padding: 3px 0 0 0;
    vertical-align: top;
    background-color: #fff;
	color: #000;
    border-top: #000 solid 1px;
}

img {
	border: 0;
}