﻿/* Elemente */

html, body    {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	
}

h1{
	color: #424242;
	font-size: 14pt;
	font-weight: bold;
}

h2{
	color: #424242;
	font-size: 12pt;
	font-weight: bold;
}

h3{
	color: #424242;
	font-size: 11pt;
	font-weight: bold;
}

h4{
	color: #424242;
	font-size: 10pt;
	font-weight: bold;
}

h5{
	color: #424242;
	font-size: 10pt;
	font-weight: bold;
}

h6{
	color: #424242;
	font-size: 10pt;
	font-weight: normal;
}

a   {
	color: #0a2b4c;
	text-decoration: underline;
}

a:hover{
	color: #ddd200;
}

a:active{
	color: #2b87e2;
}

a:visited{
	color: #2b87e2;
}

a:link{
	/*color: #ddd200;*/
}

img {
	border: none;
}

/* Klassen */

.Fliesstext {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 10pt;
	color: #424242;
	/*line-height: 1.5em; */
}

.FliesstextKlein {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 8pt;
	color: #424242;
}

.FliesstextRot {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 10pt;
	color: #ff0000;
	line-height: 1.5em; 
}

.FliesstextWeiss {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 10pt;
	color: #fff;
}

.Fliesstext12Weiss {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #fff;
	font-size: 12pt;
}

.Menu   {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}

.Menu1   {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}

div.slider-wrapper div.nivoSlider {
	max-height: 580px;
}

.nivoSlider h3  {
	color: #fff;
	font-size:15pt;
	font-family: 'Droid Sans', sans-serif;
}

.clear {
	clear: both;
}

.FloatClear {
	clear: both;
}

.FloatLeft {
	float: left;
	margin: 0 1em 0 0;
	padding: 3px 0 0 0;
}

.FloatRight {
	float: right;
	margin: 0 0 1em 1em;
	padding: 3px 0 0 0;
}

.HeaderWhite{
	color: #fff;
}

.SliderHead{
	font-size:16pt;
	color:#424242;
}

.SliderHinweis{
	font-size:11pt;
	color:#424242;
}


/* IDs */

#SiteBackground{
	overflow: hidden; 
	z-index: 0; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 280px;
	/*style=""position: absolute; overflow: hidden; display: block; width:100%; height:100%; left: 0; top: 0; z-index: 0;""*/

}


#WebsiteTotal {
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*max-width: 1920px;*/
	background-color: #fff;
	/*margin: 0 auto;
	margin-top: 0;
	margin-bottom: 20px;
	box-shadow: 3px 3px 4px rgba(0,0,0, .2);*/
}


#DisclaimerCookies  {
	background:#5e5c5f;
	width:100%;
	position:fixed;
	bottom:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	opacity:0.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	-moz-box-shadow:6px 2px 6px #888888;
	-webkit-box-shadow:6px 2px 6px #888888;
	box-shadow:6px 2px 6px #888888;
	z-index:9999;
	display: none;
}
