﻿/* Generelle Einstellungen */
body {
	margin:0px;
	padding:0px;
	SCROLLBAR-FACE-COLOR: #510000;
	SCROLLBAR-HIGHLIGHT-COLOR: #510000;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-color: #ffffff;
}
a {
	white-space:nowrap;
	font-size: 16px;
	color: #510000;
}
b {
	height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
img{
	border:none;
}
/* DIV-Definition nur zum Testen ;-) */
/*
div {
	border:1px solid blue;
}
*/

#logo {
	margin-left:20px;
	margin-top:20px;
	height:70px;
	margin-bottom:7px;
}
#logo img{
	position:relative;
}


#navigation {
	height:16px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
#navigation a {
	padding-right:10px;
}
#trennlinie {
	margin-left:0px;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	height:1px;
	background-color:#660000;
	overflow:hidden;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited,
a:active  {
	text-decoration: none;
	color: #510000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

#text {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align: justify;
/*	height:16px; */
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#text h1 {
	font-size:24px;
	line-height:16px;
}
#text h2 {
	font-size:18px;
	line-height:10px;
	font-weight:normal;
}

/* Image Flow */
#images{
	visibility:hidden;
	text-align:center;
	height:inherit;
}

#images img{
	position:absolute;
	top:0px;
}

#loading_bar{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	width:100%;
}
#loading_bar img{
	margin-top:10px;
	position:relative;
}
#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-9px; /* negative Hälfte der Höhe der Slidergrafik */
	margin-left:-36px; /* negative Hälfte der Breite der Slidergrafik */
	z-index:10002;
	background-image:url(../slider.png);
	background-repeat:no-repeat;
	width:36px; /* Breite der Slidergrafik */
	height:15px; /* Höhe der Slidergrafik */
}
#imageflow{
	width:80%; 
/*	width:700px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
