﻿/* 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;
	background-color: #948655;
}

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: #162f13;
	text-decoration: underline;
}

a:hover{
	color: #ddd200;
}

a:active{
	color: #162f13;
}

a:visited{
	/*color: #162f13;*/
}

a:link{
	/*color: #ddd200;*/
}

img {
	border: none;
}

ul li{
	font-weight: bold;
}

/* 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;
}

.LinkHover{
	border: 1px solid #dee25f;
	padding: 3px;
	margin-right:40px;
	display: inline-block;
}

.LinkHover a {
	text-decoration: none;
}

.LinkHover:hover  {
	background-color: #162f13;
	border: 1px dotted #fcfec6;
}

/* IDs */

#WebsiteTotal {
	height: 100vh;
	
}

#MenuBar{
	clear: both;
	height: 30px;

		width: 100%;
		background-color: #fcfec6;

	background-color: #dee25f;

}

#MenuBarLeft{
	clear: both;
	height: 100%;
	width: 20%;
	float: left;
	margin-top: 0;
	margin-right: 3%;
	padding-right: 2%;
	/*background-color: #fcfec6;*/
	background-color: #dee25f;
}

#ContentMenuBar {
	/*
	Aktuell nicht benötigt
	margin: 0 auto;
	margin-top: 0;
	text-align: left;
	vertical-align: middle;
	padding: 0;
	font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 11pt;
	color: #162f13;
	width: 80%*/
}

#MenuLeft   {
	list-style-type:none;
	list-style-position:inside;
}

#MenuLeft ul  {
	padding: 4px 0 4px 25px;
}

#MenuLeft li{
	list-style-type:none;
	list-style-position:inside;
	padding: 4px 0 4px 0;
}

#MenuLeft li .Menu  {
	font-size: 10pt;
}

#MenuLeft li .Menu1  {
	/*Höhere Ebene*/
	font-size: 11pt;
}

#MenuLeft li a{
	text-decoration: none;
}

#MenuLeft li a:hover{
	display: block;
	color: #ddd200;
	background-color: #333;
}


#Breadcrumb    {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	font-size: 9pt;
}

#TextWebsite    {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
}

#FooterWebsite  {
	width: 80%;
	margin: 0 auto;
	background-color: #dee25f;
	padding-bottom: 10px;
	box-shadow: 3px 3px 4px rgba(0,0,0, .2);
}

#TextFooter    {
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
}

#DisclaimerCookies  {
	background:#5e5c5f;
	width:100%;
	position:fixed;
	top: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;
}

