html {
	overflow:hidden;
}

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#111111;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#000000;
	overflow:hidden;
	scrollbar-arrow-color:#ED0118;
	scrollbar-track-color:#d4d4d4;
	scrollbar-face-color:#BFBFBF;
	scrollbar-highlight-color:#d4d4d4;
	scrollbar-shadow-color:#333333;
}


#pos {
	width:100%;
	text-align:center;
}

#container {
	position:relative;
	width:900px;
	height:580px;
	background-color:#000000;
	border:1px solid #ffffff;
	text-align:left;
	margin:5px auto;
}

.header {
	position:absolute;
	top:0px;
	left:250px;
}

.navi {
	height:22px;
	width:650px;
	position:absolute;
	left:250px;
	top:94px;
	text-indent:25px;
}

.navi a {
	text-decoration:none;
	text-indent:25px;
	font-size:12px;
	font-weight:bold;
	color:#00B2CF;
}

.navi a:hover {
	text-decoration:underline;
	text-indent:25px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

div.navi a.aktiv {
	color:#FFFFFF;
}

.submenu {
	position:absolute;
	width:600px;
	height:30px;
	left:250px;
	top:115px;
	background-color:#E5E5E5;
	overflow:auto;
	text-align:left;
	line-height:25px;
	padding:0px 25px 0px 25px;
}

div.submenu a.aktiv {
	color:#ed0118;
}

.submenu a {
	text-decoration:none;
	text-indent:0px;
	font-size:12px;
	font-weight:bold;
	color:#111111;
}

.submenu a:hover {
	text-decoration:underline;
	text-indent:0px;
	font-size:12px;
	font-weight:bold;
	color:#ed0118;
}

.content_sub {
	position:absolute;
	width:600px;
	height:378px;
	left:250px;
	top:145px;
	line-height:18px;
	background-color:#E5E5E5;
	overflow:auto;
	text-align:left;
	padding:20px 25px 20px 25px;
}

.content {
	position:absolute;
	width:600px;
	height:388px;
	left:250px;
	top:115px;
	line-height:18px;
	background-color:#E5E5E5;
	overflow:auto;
	text-align:left;
	padding:40px 25px 20px 25px;
}
						  
.footer {
	position:absolute;
	left:250px;
	top:564px;
	width:650px;
	height:16px;
	text-indent:25px;
	background-color:#d4d4d4;
}

.footer a {
	text-decoration:none;
	text-indent:25px;
	font-size:10px;
	color:#111111;
}

.footer a:hover {
	text-decoration:underline;
	text-indent:25px;
	font-size:10px;
	color:#111111;
}

.content a:link, .content a:visited, .content_sub a:link, .content_sub a:visited {
	text-decoration:none;
	font-size:12px;
	color:#111111;
}

.content a:hover, content a:focus, .content_sub a:hover, .content_sub a:focus {
	text-decoration:underline;
	font-size:12px;
	color:#111111;
}

.navi2 {
	font-weight:bold;
}

.tr0 {
	background-color:#CCCCCC;
}

.tr1 {
	background-color:#BFBFBF;
}

h1 {
	color:#111111;
	font-style:bold;
	font-size:12px;
	margin-bottom:2px;
}
h2 {
	color:#ED0118;
	font-style:bold;
	font-size:12px;
	margin-bottom:2px;
}
a.arrow {
	background-position:2px 2px;
	background-repeat:no-repeat;
	background-image:url('../images/arrow.gif');
	padding-left:16px;
}

iframe.orderframe {
	width:0px;
	height:0px;
	border:0px;
}