body
	{
	width:800px;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS","Microsoft Sans Serif",Verdana;
	font-size:12px;
	background-color:white;
	background-image:url("../images/bg.png");
	background-repeat:repeat-y;
	}
a
	{
	color:black;
	text-decoration:none;
	}

div#banner
	{
	position:absolute;
	width:810px;
	height:55px;
	top:0;
	background-color:white;
	background-image:url("../images/banner.png");
	background-repeat:no-repeat;
	}

div#banner h1
	{
	position:absolute;
	top:5px;
	left:5px;
	margin:0;
	padding:0;
	}

div#banner h1 a
	{
	font-size:0;
	display:block;
	width:150px;
	height:45px;
	background-image:url("../images/navi/logo.png");
	background-repeat:no-repeat;
	}

div#banner ul
	{
	position:absolute;
	top:0;
	left:125px;
	display:inline;
	margin:0 0 0 25px;
	padding:0;
	list-style-type:none;
	}

div#banner ul li
	{
	float:left;
	margin:0 10px;
	padding:16px 0 0 0;
	vertical-align:bottom;
	}

div#banner ul li:first-child
	{
	border:0;
	}

div#banner ul li a
	{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	color:white;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	}

div#banner ul li a#navi_myaccount
	{
	width:101px;
	}

div#banner ul li a#navi_myaccount:hover
	{
	background-image:url("../images/button.png");
	}

div#banner ul li a#navi_flashgames
	{
	width:103px;
	}

div#banner ul li a#navi_flashgames:hover
	{
	background-image:url("../images/navi/flashgames-h.png");
	}

div#banner ul li a#navi_browsergames
	{
	width:124px;
	}

div#banner ul li a#navi_browsergames:hover
	{
	background-image:url("../images/navi/browsergames-h.png");
	}

div#banner ul li a#navi_faq
	{
	width:61px;
	}

div#banner ul li a#navi_faq:hover
	{
	background-image:url("../images/navi/faq-h.png");
	}

#navi h1
	{
	display: none;
	}

#navi ul
	{
	margin: 0;
	padding: 0;
	height: 51px;
	background: #054D80;
	background: url(../images/navi.png) repeat;
	color: white;
	border-bottom:1px solid #3A94D3;
	}

#navi ul li
	{
	display: inline;
	margin: 0;
	padding: 0;
	color: white;

	}

#navi ul li a
	{
	display: block;
	position: absolute;
	height: 35px;
	width: 120px;
	top:16px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	font-weight:bold;
	color: black;
	
	}

#navi ul li a:hover
	{
	color: #686868;
	}

#navi ul li a span.invisible
	{
	display: none;
	}

#navi #start
	{
	top: 0px;
	height: 51px;
	width: 200px;
	left: 0px;	
	background: url(../images/logo.png) no-repeat;
	}

#navi #meinkonto
	{
	left: 180px;
	background: url(../images/myaccount.png) no-repeat;
	}

#navi #flashgames
	{
	left: 300px;
	background: url(../images/flashgames.png) no-repeat;
	}

#navi #browsergames
	{
	left: 420px;
	background: url(../images/browsergames.png) no-repeat;
	}

#navi #hilfe
	{
	left: 550px;
	background: url() no-repeat;
	}
#navi #logout
	{
	left: 550px;
	}
#navi #navitext
	{
	left: 650px;
	font-size:13px;
	color: white;
	}

#navi #start:hover
	{
	background: url(../images/logo.png) no-repeat;
	}

#navi #meinkonto:hover
	{
	background: url(../images/myaccount-h.png) no-repeat;
	}

#navi #flashgames:hover
	{
	background: url(../images/flashgames-h.png) no-repeat;
	}

#navi #browsergames:hover
	{
	background: url(../images/browsergames-h.png) no-repeat;
	}

#navi #hilfe:hover
	{
	background: url() no-repeat;
	}

#navi #logout:hover
	{
	
	}