@CHARSET "ISO-8859-1";
	
	body {
		background-color: #ef0404;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		font-family: Arial, Verdana, sans-serif;
	}
	
	DIV#center {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	DIV#container {
		position: absolute;
		width: 1000px;
		background: #ffffff;
	}

	DIV#posBox {
		position: absolute;
		top: 29px;
		left: 0px;
		width: 1000px;	
	}
	
	DIV#box {
		position: relative;
		background-color: #ef0404;
		padding: 5px;
	}
	
	div#content {
		left:193px;
		position:absolute;
		top:0px;
	}
	
	* html DIV#content {
		left: 188px;
	}
	
	DIV#header {
		position: absolute;
		top: 0px;
		width: 1000px;
	}
	
	DIV#nav_main {
		/* height: 25px; */
		height: 2.08em;
 		background-color: #EF0404;
		/** font-size:93%;**/
		line-height: normal;
		font-size: 11px;
	}

	DIV#nav_main ul {
		margin: 0;
		/* padding: 0 0 0 16px; */
		padding: 0 0 0 1.33em;
		list-style: none;
	}

	DIV#nav_main li {
		float: left;
		/* margin: 0 2px 0 0; */
		margin: 0 0.17em 0 0;
		padding: 0;
		/* line-height: 25px; */
		height: 2.08em;
		list-style-image: none;
	}

	DIV#nav_main li a {
		text-decoration: none;
		/* padding: 0 4px 0 0; */
		padding: 0 0.31em 0 0;
		border-top: 0px solid #FFF;
		float: left;
		font-size: 12px;
		background-image: url(../img/html/nav-ecke-no.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}

	DIV#nav_main li a span {
		/*padding: 0px 12px 0px 16px;*/
		padding: 0 0.92em 0 1.23em;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFF;
		border-top: 1px solid #FFF;
		font-size: 12px;
		cursor: pointer;
		float: left;
		/*line-height: 25px;*/	line-height: 1.92em;
	}

	DIV#nav_main li.first a span { border-left: 1px solid #fff; }

	DIV#nav_main li#current a {
		background-image: url(../img/html/nav-ecke-cur.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}

	DIV#nav_main #current a span {
		background-color: #FFF;
		color: #CC0000;
		border-bottom: 0px solid #FFF;
	}

	DIV#nav_main li a:hover {
		background-color: #FFF;
		border-bottom: 0px solid #FFF;
		color: #000000;
		background-image: url(../img/html/nav-ecke-cur.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}

	DIV#nav_main li a:hover span {
		background-color: #FFF;
		border-bottom: 0px solid #FFF;
		color: #000000;
	}
	
	* html #nav_main li a span {line-height: 24px; }

 	DIV#menu {
 		background-color: #ef0404;
 		width: 185px;
 		margin-top: 16px;
 	}
 	
 	DIV#menu a {
 		color: #000000;
 		text-decoration: none;
 		color:#FFFFFF;
		font-weight:bold;
 	}
 	
 	#menu ul {
		border-color: #FFFFFF;
		padding: 0px 0px 0px 5px;
		margin: 0px;
	}
	
	#menu ul li {
		border-color: #FFFFFF;
		border-style: solid none none;
		border-width: 1px;
		line-height: 180%;
		margin: 0px;
	}

	#menu ul li, #menu ul ul li, #menu ul ul ul li, #menu ul ul ul ul li {
		font-family: Arial Narrow,Arial,Helvetica,sans-serif;
		font-size: 13px;
		font-weight: normal;
		list-style-type: none;
		padding: 0px;
		text-align: left;
		border-top:1px solid #FFFFFF;
	}

	DIV#FlashInfo {
		position: absolute;
		top: 50px;
		left: 200px;
		background-color: #ffffff;
		padding: 20px;
		width: 300px;
		height: 200px;
		
		z-index: 100;
		display: none;
	}
	
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/html/overlay.png);
		z-index: 90;
		display: none;
	}
	





