body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background: #fff url(hline.gif) 0 50% repeat-x;
}

#wrapper {
	position: relative;
	width: 1001px;
	margin: 0 auto 0 auto;
	height: 100%;
	background: transparent url(vline.gif) 50% 0 repeat-y;
}

#content {
	position: absolute;
	margin-top: -185px;
	top: 50%;
	width: 1001px;
}

#leftcol {
	float: left;
	width: 501px;
}


#rightcol {
	position: relative;
	float: left;
	width: 500px;
	height: 370px;
	overflow: none;

	/* text-transform: uppercase; */
	color: #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 370px;
}
#rightcol.text {
	line-height: 17px;
	overflow: auto;
}

#rightcol strong {
	color: #444444;
}
#picture { margin-top: -2px; }
#rightcol p { margin: 20px 20px 10px 20px; }
#rightcol p + p { margin-top: 8px; margin-bottom: 8px; }

#rightcol #ziffer {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	top: 175px;
	left: 5px;
}

img { display: inline; border: none; vertical-align:middle; }


#rightcol #video {
	width: 384px;
	height: 288px;
border: 41px solid #444;
	border-top-width: 41px;
}
#rightcol #video object, #rightcol #video embed, #rightcol #video img {
	border: none;
	display: block;
}
#rightcol #video img, #rightcol #video object {
	display: block;
}

#header {
	position: relative;
}
#footer {
	position: relative; clear: both; 
}
#footerarchiv {
	width: 20px;
	height: 120px;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto 0 auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #416F95;
}
a:hover, a:active {
	color: 416F95;
	text-decoration: underline;
}

/* ************** NAV **************** */

#header ul#nav0, #header ul#nav1, #footer ul#nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#header ul#nav0 li a, #header ul#nav1 li a, #footer ul#nav2 li a, #footerarchiv a {
	display: block;
	text-transform: uppercase;
	color: #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footerarchiv a {
	color: #ccc;
	text-transform:lowercase;
	line-height: 11px;
	font-size: 11px;
}


#header ul#nav0 li, #header ul#nav1 li, #footer ul#nav2 li {
	float: left;
	margin-left: 10px;
}




/* ************** NAV 0 **************** */

#header ul#nav0 {
	position: absolute;
	top: -13px; left: 0;
	z-index:9;
}

#header ul#nav0 li a {
	margin-top: 5px;
	padding-bottom: 0px;
}

#header ul#nav0 li a:hover {
	color: #444444;
}

#header ul#nav0 li a.aktiv {
	margin-top: 0px;
	padding-bottom: 5px;
	color: #444444;
}



/* ************** NAV 1 **************** */


#header ul#nav1 {
	position: absolute;
	top: -5px; left: 405px;
	z-index:9;
}

#header ul#nav1 li.eins a {
	background: url(nav-zurueck.gif) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	text-indent: -99em;
	overflow: hidden;
}

#header ul#nav1 li.zwei a {
	background: url(nav-logo.gif) 0 0 no-repeat;
	width: 21px;
	height: 10px;
	text-indent: -99em;
	overflow: hidden;
}

#header ul#nav1 li.drei a {
	background: url(nav-weiter.gif) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	text-indent: -99em;
	overflow: hidden;
}



/* ************** NAV 2 **************** */



#footer ul#nav2 {
	position: absolute;
	top: -12px; left: 0px;
	
}

#footer ul#nav2 li a {
	margin-top: 5px;
	padding-bottom: 0px;
}

#footer ul#nav2 li a:hover {
	color: #444444;
}

#footer ul#nav2 li a.aktiv {
	margin-top: 0px;
	padding-bottom: 5px;
	color: #444444;
}









