@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-foot.css
// Author: DH
// Änderungsdatum: 17.05.16
// Beschreibung: 	- Fußzeile mit Menue
*******************************************************************************************/

/*FOOTER, FOOTERMENUE*/
.DIV-CLASS-Footer {
	width: 100%;
	min-width:300px;
	background-color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #312783;
	
	
}

.DIV-CLASS-FooterContentWrapper{
	width: 100%;
	min-width:300px;
	padding-left: 0px;
	padding-right: 0;
	margin-left: 0;
	display: block;
	height: auto;
	position: relative;
}

.DIV-CLASS-FooterContent{
	width:100%;
	float:left;
	display:block;
}
A:link.LINK-CLASS-FooterMenue{
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	display:block;
	float:left;
	padding-top:10px;
}
A:visited.LINK-CLASS-FooterMenue{
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	display:block;
	float:left;
}
A:hover.LINK-CLASS-FooterMenue{
	font-family: Verdana_DMH, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #312783;
	text-decoration: none;
	width:100%;
	display:block;
	float:left;
}

A:link.LINK-CLASS-FooterMenueEmpty{
	
	display:none;
	
}
A:visited.LINK-CLASS-FooterMenueEmpty{
	
	display:none;
	
}
A:hover.LINK-CLASS-FooterMenueEmpty{
	
	display:none;
	
}


/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {
	
/*FOOTER, FOOTERMENUE*/
.DIV-CLASS-FooterContent{
	width:100%;
}
A:link.LINK-CLASS-FooterMenue{
	font-size:16pt;
	display:block;
	width:50%;
	
}
A:visited.LINK-CLASS-FooterMenue{
	font-size:16pt;
	display:block;
	width:50%;
	
}
A:hover.LINK-CLASS-FooterMenue{
	font-size:16pt;
	display:block;
	width:50%;

}
	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {

/*FOOTER, FOOTERMENUE*/
.DIV-CLASS-FooterContentWrapper{
	max-width: 980px;
	width:100%;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}
.DIV-CLASS-FooterContent{
	width:270px;
	padding-top: 20px;
}
A:link.LINK-CLASS-FooterMenue{
	font-size: 12pt;
	display:block;
	width:120px;
	padding-right:15px;
	padding-top:0px;
}
A:visited.LINK-CLASS-FooterMenue{
	font-size: 12pt;
	display:block;
	width:120px;
	padding-right:15px;
		padding-top:0px;
}
A:hover.LINK-CLASS-FooterMenue{
	font-size: 12pt;
	display:block;
	width:120px;
	padding-right:15px;
	padding-top:0px;
}

A:link.LINK-CLASS-FooterMenueEmpty{
	
	display:block;
	width:120px;
	padding-right:15px;
	padding-top:0px;
	height:20px;
	float:left;
	cursor:default;
	
}
A:visited.LINK-CLASS-FooterMenueEmpty{
	display:block;
	width:120px;
	padding-right:15px;
	padding-top:0px;
	height:20px;
	float:left
	cursor:default;
}
A:hover.LINK-CLASS-FooterMenueEmpty{
	display:block;
	width:120px;
	padding-right:15px;
	padding-top:0px;
	height:20px;
	float:left
	cursor:default;
}	
	
}