* {
    margin: 0px;
    padding: 0px;
    font-family: "Verdana";
    font-size: 11px;
    line-height: 16px;
}
html {
    background-color: white !important;
}
body {
    background-color: white;
    height: 100%;
}
#container {
    border-style: dotted;
    border-color: #000;
    border-width: 1px;
    margin: 9px auto !important;
    padding: 7px 14px 7px 20px;
    width: 770px;
    position: relative;
    height: 610px;
}
#header {
    background-image: url(./images/header_bg.png);
    width: 770px;
    height: 102px;
}
#logo {
	float: left;
}
#logo_text {
	margin: 0px 0 0 0px;
	padding: 30px 0;
	height: 37px;
	float: left;
}
#logo img {
	margin: 5px 0;
	border: 0;
}
#impressum {
	position: absolute;
	top: 90px;
	left: 675px;
}
#impressum a {
	font-size: 9px;
	color: #999999;
	text-align: right;
	padding: 0 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.1em;
}
#navigation {
	clear: left;
    position: absolute;
    top: 114px;
    left: 18px;
    height: 22px;
    width: 772px;
    z-index: 20;
    background-image: url(./images/black.png);
    background-repeat: repeat-x;
 	overflow: hidden;
}
#navigation ul#navi {
	list-style: none;
	text-transform: uppercase;
}
#navigation ul#navi li {
    float: left;
	list-style: none;
	height: 22px;
	border-width: 0px 0px 0px 2px;
	border-color: white;
	border-left-style: solid;
}
#navigation ul#navi li a {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	background-color: #000;
	padding: 0px 12px 3px 12px;
	position: relative;
	top: 3px;
	border-color: #000;
	border-style: solid;
	border-width: 0px 0 0px 0;
}
#navigation ul#navi li a:hover, #navigation ul#navi li a.active {
	color: #000000;
    background-color: #999;
    padding: 3px 12px 3px 12px;
	border-color: #999;
	border-style: solid;
	border-width: 3px 0 3px 0;
}
#navigation_sub {
	z-index: 25;
	position: absolute;
	top: 141px;
	left: 20px;
	height: 18px;
	width: 770px;
	background-color: black;
}
#navigation_sub ul.navi_sub {
	clear: left;
	list-style: none;
	height: 18px;
    background-image: url(./images/navi_sub_bg.gif);
    background-repeat: no-repeat;
}
#navigation_sub ul.navi_sub li {
	height: 18px;
 	float: left;
	text-transform: uppercase;
	overflow: hidden;
}
#navigation_sub ul.navi_sub li a {
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: -.05em;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 3px 6px 2px 6px;
}
#navigation_sub ul.navi_sub li a.active, #navigation_sub ul.navi_sub li a:hover {
	color: white;
    background-color: black;
}
.gecko img { border: 0px; }
.gecko u, .gecko span u, .gecko h1 u, .gecko h2 u, .gecko h3 u { text-decoration: underline; }
.gecko span { font-family: Verdana; }
.gecko ol, .gecko ul { padding: 10px 0 10px 10px; margin: 0 0 0 20px; }
.gecko li { padding: 0px; margin: 0 0 0 0px; line-height: 16px; font-size: 11px; }

.gecko blockquote { margin: 10px; padding: 0; }
.gecko p, .gecko div, .gecko div a, .gecko div span, .gecko pre, .yui-tmp { line-height: 16px; font-size: 11px; padding: 0 0 10px 0; margin: 0px; }
.gecko h1 { line-height: 16px; font-size: 14px; font-weight: bold; padding: 0 0 15px 0; margin: 0px; }
.gecko h1 a, .gecko h1 b, .gecko h1 span, .gecko h1 u { font-size: 14px !important; font-weight: bold !important; }
.gecko h2 { line-height: 16px !important; font-size: 13px !important; padding: 0 0 5px 0; margin: 0px; font-weight: bold; }
.gecko h2 a, .gecko h2 b, .gecko h2 span, .gecko h2 u { font-size: 13px !important; font-weight: bold !important; }
.gecko h3 { line-height: 16px; font-size: 12px; padding: 0 0 5px 0; margin: 0px; font-weight: bold; }
.gecko h3 a, .gecko h3 b, .gecko h3 span, .gecko h3 u { font-size: 12px !important; font-weight: bold !important; }
.gecko a { color: #fff !important; text-decoration: underline !important; }
.gecko a:hover { text-decoration: none; color: #fff; }
#logo img, .gecko #logo img { margin: 5px 0; border: 0; }