/* Coding by www.source-factory.com Hartmann*/
/* sometime in 2004  */

* {
	margin: 0;
	padding: 0;
	
}
body {
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	background: Black url(../gfx/maxmann-background_.jpg) no-repeat fixed bottom right;
	font-size: 14px;
}
#logo {
	left: 0px;
	top: 0px;
	position: absolute;	
	width: 444px;
	height: 94px;
	background: url(../gfx/maxmann_.jpg);
	
}

#container {
	position: absolute;
	top: 25%;
	left: 5%;
	margin: 0 auto;
	width: 550px;
	text-align: left;
	color: #FFFAF0;
	padding: 10px 7px 5px 15px;
	border-top: 2px ridge #c0c0c0;
	border-right: 1px solid #808080;
	border-left: 2px ridge #c0c0c0;
	border-bottom: 1px solid #808080;
	background-color: Black;
	z-index: 12;
}



/* Links */
a:link {
	color: #CAFFD5;
	text-decoration: none;
}
a:visited {
	color: #F4FFCA;
	text-decoration: none;
}
a:hover {
	color: #ADBFBF;
	text-decoration: none;
}

#navcontainer
{
	position: absolute;
	top: 15%;
	left: 6%;	
	height: 24px;
	width: 550px;
	overflow: hidden;
	z-index: 11;
}

#navlist {	
	margin: 0px;
	padding: 0px;

}

#navlist a, #navlist a:link, #navlist a:visited
{
	color: #770A0D;
	font: bold 28px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 2px;
}

#navlist a:hover
{
	
	color: #cee3e4;
	font: bold 28px Georgia, "Times New Roman", Times, serif;
	 
	}

#navlist li
{
	display: inline;
	font: bold 24px/18px Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right: 10px;
}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}
#backstrich
{
	position: absolute;
	top: 85px;
	left: 0px;
	height: 86.3%;
	width: 100%;
	background: url(../gfx/backstrich_n.gif) repeat-x;
	z-index: 8;
}