@charset "utf-8";

#rot { font-weight: bold; color: #B6E0E0; } /* rgb(128,000,000) */
#hellgrau { color: rgb(230,230,230); }
#mittelgrau { color: rgb(163,163,175); }
#dunkelgrau { color: rgb(105,105,120); }
#gruen { color: #006464; }

html {
	overflow: scroll;
	overflow-x: visible;
}

html, body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #3c3c3c;
	margin-bottom: 0px;
	height: 99.5%;
}

a img {
	border: 0px; /* IE Rahmen bei verlinkten Bildern wegmachen */
}

div.mask {
	width: 100%;
	height: 100%;
}
div.main {
	width: 100%;
	min-width: 1250px;
	max-width: 1250px;
	margin: 0 auto;
	padding-bottom: 40px;
	min-height: 95%;
	/*border-left: 1px solid rgb(220,220,220);
	#border-right: 1px solid rgb(220,220,220);
	#border-top: 1px solid rgb(220,220,220);*/
}
div.above {
	width: 99%;
	height: 30px;
	background-color: white;
}
div.navi {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 0px;
	padding-left: 50px;
	text-transform: none;
	letter-spacing: 0.15em;
	background-color: #006464;
	min-height: 99%;
}
div.container {
	#overflow: visible;
	margin-left: 0;
	width: auto;
	min-height: 99%;
}
div.header { height: 90px; }

div.content{
	min-height: 460px;
	width: auto;
	padding: 80px 25px 40px 66px;
}
div.footer {
	float: left;
	display: block;
	width: 1000px;
	text-transform: uppercase;
	padding-left: 40px;
	z-index: 1;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	/* nach oben hängen */
	margin-top: 8px;
	color: #006464;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	text-transform: non;
	font-weight: light;
	margin-bottom: 0px;
	color: #556464;
}

p {
	margin-top: 3px;
	margin-bottom: 9px;
}
sup {
	font-size: 10px;
	line-height: 10px; /* damit die Zeilenhöhe erhalten bleibt = hochgestellt-schriftgröße minus zeilenhöhe */
}

a { color: #5999B9; }
a:link { font-weight: lighter; }
a:visited { font-weight: bold; }
a:hover { font-weight: bold; }
#a:active { font-weight: bold; }

ul.navigation {
	width: 100%;
	margin: 0; 
	padding: 0;
	#background-color: rgb(240,240,240);
}
ul.navigation li {
	display: inline-block;
	list-style: none;
	margin: 0; 
	padding: 0;
}
ul.navigation a {
	color: #FFF;
	display: inline-block;
	padding: 20px 15px;
	text-decoration: none; 
	font-weight: bold;
	font-size: 18px;
}
ul.navigation a:hover { color: #B6E0E0; background-color: #328C8C; }

div.video { margin: 0; float: left; }

div.videopic { margin: 0; }

div.videopic img { float: left; }

div.videotext {
	float: left;
	margin-left: 10px;
	width: 230px;
}

div.footer a {
	color: rgb(130,130,130);
	padding: 0;
	text-decoration: none; 
	font-weight: normal;
}
div.footer a:hover { color: #B6E0E0; }

p.pflichttext {
	font-size: 8pt;
	line-height: 9pt;
	font-weight: 400;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #808080; 
	text-align: justify;
}