/*
Thema: gss
URI: http://gwerk.eu
Description: Thema fuer das CMS eLIAS. (C)2007 netzlaboranten/Guy Simonow. http://netzlaboranten.de
 */

 * {
 	margin: 0;
	padding: 0;
 }

@import url("defaults.css");

body {
	background: #00070f;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
#leftCol,  #pageName, #navi, #SubNav, #rightCol {
    display: none;
    }	
#container {
	width: 773px;
    height: 620px;
    position: absolute;
    margin: -284px 0 0 -386px;
    top: 43%;
    left: 50%;
    border: solid 28px #001f44;
	background: url(../images/bkg.gif) no-repeat center top #000e1f;
	}

#content ul {
	bordeR: solid 2px #c0c0c0;
	padding: 263px 0 264px 345px;
	list-style-type: none;
	font-size: 24px;
	letter-spacing: 2px;	
}
#content ul a {
	text-decoration: none;
	font-weight: bold;
	color: #ffd500;
}
#content ul a:hover {
	color: #e8001a;
	} 
