﻿/* Elemente */


/* Klassen */


.RechteSpalteContainer {
		width: 280px;
		float: left;
		text-align: right;
	}

	/* IDs */

#ContentWebsite {
	margin-left: 280px;
	margin-top: 58px;
	background-color: #fff;
	min-height: 100%;
	height: calc(100% - 58px);
}

 #MenuBar {
		height: 100%;
		position: fixed;
		top: 0;
		width: 280px;
		background-color: #424242;
		margin-top: 0;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

 #ContentMenuBarTop {
	 /*background-color: #fff;*/
	 padding-bottom: 15px;
	 text-align: center;
	 margin-top: 20px;
 }

 #ContentMenuBar {
		text-align: left;
		vertical-align: middle;
		padding: 10px 10px 10px 25px;
		font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #fff;
		background-color: #424242;
		margin-top: 20px;
		width: 245px;
	}

#ContentMenuBar ul{
	float: left;
	clear: right;
	padding: 0 10px 0 20px;
	list-style: none;
	margin: 5px;
}
	
 
#ContentMenuBar li{
	float: left;
	clear: left;
	list-style: none;
	color: #fff;

}

#ContentMenuBar li a {
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
	}	


#MenuBottom {
	/*position: fixed; 
	bottom: 50px;*/
	margin-top: 35px;
}

#MenuBottomRight    {
	position: fixed; 
	bottom: 0;
	right: 0;
	background-color: #424242;
	padding: 4px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;

}

#MenuBottomRight a {
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
	}


#BannerTop   {
	font-family: 'Crimson Text', serif;
	padding: 9px;
	font-size: 24pt;
	font-weight: bold;
	color: #fff;
	text-align:center;
	vertical-align: middle;
	z-index: 20;
	width: 100%;
	position: fixed;
	margin-left: 280px;
	top: 0;
	background-color: #424242;
	height: 40px;
}


#SiteTopImage550{
	overflow: hidden; 
	width: 100%; 
	height: 550px; 
	max-width: 100%;
	min-width: 100%;
	/*style=""position: absolute; overflow: hidden; display: block; width:100%; height:100%; left: 0; top: 0; z-index: 0;""*/
}

#SiteTopImage275{
	overflow: hidden; 
	width: 100%; 
	height: 275px; 
	max-width: 100%;
	min-width: 100%;
	/*style=""position: absolute; overflow: hidden; display: block; width:100%; height:100%; left: 0; top: 0; z-index: 0;""*/
}

#TopImage1  {
	min-width: 100%;
}

#TextWebsite    {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
}

/*Einspaltig*/
#TextSpalte11    {
	float: left; 
	width: 100%; 
}

/*Zweispaltig*/
#TextSpalte21    {
	float: left; 
	width: 47%; 
	margin-right: 5%;
}

#TextSpalte22    {
	float: left; 
	width: 47%; 
}

/*Dreispaltig*/
#TextSpalte31    {
	float: left; 
	width: 35%; 
	margin-right: 5%;
}

#TextSpalte32    {
	float: left; 
	width: 35%; 
	margin-right: 5%;
}

#TextSpalte33    {
	float: left; 
	width: 20%; 
}

#DisclaimerCookiesContainer {
	width: 990px;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	text-align: center;
	color: #FFF;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 9pt;
}


