@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-head.css
// Author: DH
// Änderungsdatum: 17.05.16
// Beschreibung: 	- Seitenkopf
*******************************************************************************************/

/**** Layout für Mobilgeräte. */

/*HEADER*/
.DIV-CLASS-Header {
	width: 100%;
	min-width:300px;
	height: 120px;
	
}
.IMG-CLASS-Logo {
	margin-top: 40px;
	position: absolute;
	z-index: 20;
	width:130px;
	margin-left:20px;
	vertical-align:baseline;
}

/*MainMenue*/
#DIV-ID-MainMenueButton {
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	color: #312783;
	text-decoration: none;
	width: auto;
	float: right;
	padding-top: 55px;
	display:block;
	
}
#IMG-ID-MainMenueButton {
	visibility: visible;
	padding-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
}
#DIV-ID-MainMenue {
	visibility: visible;
	position: absolute;
	z-index: 30;
	width: 100%;
	
}
#DIV-ID-MainMenueContent {
	background: rgba(255,255,255,0.9);
	position:absolute;
	z-index: 20;
	display: block;
	height: 100%;
	width: 100%;
	min-width:300px;
	-webkit-transition: top 400ms ease-in;
	-moz-transition: top 400ms ease-in;
	-o-transition: top 400ms ease-in;
	transition: top 400ms ease-in;
	position: fixed;
	top: -100%;
	
}
#DIV-ID-MainMenueButton:hover + #DIV-ID-MainMenueContent {
	top: 120px;
}

A:link.LINK-CLASS-MainMenue {
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	color: #312783;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	display: block;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
A:visited.LINK-CLASS-MainMenue {
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	color: #312783;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
A:hover.LINK-CLASS-MainMenue {
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	color: #CB301F;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#LINK-ID-MainMeueClose{
	display:block;
	padding-top:20px;
}
/*****/

/*Werbung*/
.IFRAME-CLASS-Werbung{
	display: none;
}



/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {

.IMG-CLASS-Logo {
	margin-top: 20px;
	width: auto;
}
	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {
/*HEADER*/
.DIV-CLASS-Header {
	height: 40px;
}
.IMG-CLASS-Logo {
	margin-top: 60px;
	width: auto;
}

	
/*MAINMEUE*/
#DIV-ID-MainMenueButton {
	display: none;
}
#IMG-ID-MainMenueButton {
	display: none;
}
#DIV-ID-MainMenue {
	visibility: visible;
	position: absolute;
	width: 100%;
	top: 12px;
	
}
#DIV-ID-MainMenueContent {
	background: none;
	display: block;
	height: auto;
	width: auto;
	position: relative;
	white-space: nowrap;
	padding-right:15px;
}
#DIV-ID-MainMenue:hover > #DIV-ID-MainMenueContent {
	top: auto;
}
A:link.LINK-CLASS-MainMenue {
	font-size: 13pt;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	width: auto;
	float: right;
	border-left-width: 1px;
	border-left-color: #312783;
	border-left-style: solid;
}
A:visited.LINK-CLASS-MainMenue {
	font-size: 13pt;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	width: auto;
	float: right;
	border-left-width: 1px;
	border-left-color: #312783;
	border-left-style: solid;
}
A:hover.LINK-CLASS-MainMenue {
	font-size: 13pt;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	width: auto;
	float: right;
	border-left-width: 1px;
	border-left-color: #312783;
	border-left-style: solid;
}
#LINK-ID-MainMenueLeft {
	border-left-style: none;
	border-left-width: 0;
}
#LINK-ID-MainMeueClose{
	display:none;
	padding-top:0px;
}
/*Werbung*/
.IFRAME-CLASS-Werbung{
	height:640px; 
	width:180px;
	display: block;
	position: absolute;
	top:400px;
	margin-left: 510px;
	left: 50%;
	z-index: 99;
	
}
	
}