@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-main.css
// Author: DH
// Änderungsdatum: 20.01.2020
// Beschreibung: 	- Grundelemente
*******************************************************************************************/

@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width: 100%;
}



body{
	margin: 0;
	padding: 0;
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	display: block;
}
p{
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	}

/**** Layout für Mobilgeräte. */

/*BODY, BACKGROUND, etc*/
.BODY-CLASS-Body {
	background-color: #fff;
	position: relative;
	min-height: 100%;
	word-wrap: break-word;
}
.text{
	word-wrap: break-word;
 
}
.DIV-CLASS-Background {
	width: 100%;
	min-width:300px;
	z-index: 1;
	position: absolute;
	background-color: #ddd;
	height:0px;
	margin-top: 120px;
	display:none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;

}
.DIV-CLASS-HeadBackground {
	width: 100%;
	min-width:300px;
	z-index: 2;
	position: absolute;
	background-color: #fff;
	height: 100px;
	
	border-bottom-style: solid;
	border-bottom-width: 50px;
	border-bottom-color: #C20000;
}

@font-face {
  font-family: Verdana_ALLTEST;
  src: local("Verdana"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */
       url(verdana.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */
       url(verdana.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}

.gridContainer {
	width: 100%;
	min-width:300px;
	padding-left: 0px;
	padding-right: 0;
	margin-left: 0;
	display: block;
	height: auto;
	position: relative;
}



/*Content*/
.DIV-CLASS-Content {
	width: 100%;
	min-width:300px;
	max-width:100%;
	min-height:70%;
	word-wrap: break-word;
	overflow: hidden;
	
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	position:relative;
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	/*margin-bottom: 260px;*/
	margin-top: 1px;
}
.SPAN-CLASS-ContentKlein{
	font-size: 14pt;
	}

@-moz-document url-prefix() {
    
    .DIV-CLASS-Content {height:900px;}
    }

h1{
	font-family: Verdana_ALLTEST, Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: #C20000;
	text-decoration: none;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 10px;
	white-space: normal;
}
h2{
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: 16pt;
	font-weight:bold;
	text-align: left;
	color: #C20000;
	text-decoration: none;
	margin-top:30px;
	margin: 0;
	margin-bottom: 15px;
	white-space: normal;
}
h3{
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-style:normal;
	font-size: 16pt;
	font-weight:normal;
	text-align: left;
	color: #312783;
	text-decoration: none;
	margin-top:30px;
	margin: 0;
	margin-bottom: 5px;
	white-space: normal;
}
a:link{
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{	
	color: #C20000;
}

A:link.LINK-CLASS-Telefon{
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: underline;
	width:100%;
	display:block;
	float:left;
	padding: 0;
	}
a:visited.LINK-CLASS-Telefon{
	color: #000000;
}
a:hover.LINK-CLASS-Telefon{	
	color: #C20000;
}

A:link.LINK-CLASS-Mail{
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: underline;
	width:100%;
	display:block;
	float:left;
	padding: 0;
	}
a:visited.LINK-CLASS-Mail{
	color: #000000;
}
a:hover.LINK-CLASS-Mail{	
	color: #C20000;
}


.SELECT-CLASS-DropDown{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
}


/*KONTAKTFORMULAR*/
#IFRAME-ID-Kontaktformular{
	min-height:1400px;
}


/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {

	
.DIV-CLASS-HeadBackground {
	border-bottom-width: 25px;
	}

		
/*Content*/
.DIV-CLASS-Content {
	/*margin-bottom: 160px;*/
	font-size: 14pt;
	margin-top: 10px;
}
.SPAN-CLASS-ContentKlein{
	font-size: 12pt;
	}
h1{
	font-size: 16pt;
	
}
h2{
	font-size:14pt;
}
h3{
	font-size:14pt;
}
a:link{
	font-size: 14pt;
}
a:visited{
	font-size: 14pt;
}
a:hover{	
	font-size: 14pt;
	color: #C20000;
}
A:link.LINK-CLASS-Telefon{
	font-size: 14pt;
}
A:visited.LINK-CLASS-Telefon{
	font-size: 14pt;
}
A:hover.LINK-CLASS-Telefon{	
	font-size: 14pt;
}
A:link.LINK-CLASS-Mail{
	font-size: 14pt;
}
A:visited.LINK-CLASS-Mail{
	font-size: 14pt;
}
A:hover.LINK-CLASS-Mail{	
	font-size: 14pt;
}
	
/*KONTAKTFORMULAR*/
#IFRAME-ID-Kontaktformular{
	min-height:820px;
}
	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {
/*BODY, BACKGROUND, etc*/
.DIV-CLASS-Background {
	display:block;
	height: 350px;
	margin-top: 75px;
	background-image:url(alltest_hintergrund.png?OpenImageResource);
	background-repeat:repeat-x;
	background-position:center;
	
	
}
.DIV-CLASS-HeadBackground {
	height: 50px;
}
.gridContainer {
	max-width: 980px;
	width:100%;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}

/*Content*/
.DIV-CLASS-Content {
	/*margin-bottom: 160px;*/
	font-size: 11pt;
	margin-top: 1px;
}
.SPAN-CLASS-ContentKlein{
	font-size: 9pt;
	}
h1{
	font-size:16pt;
}
h2{
	font-size:14pt;
}
h3{
	font-size:14pt;
}
a:link{
	font-size: 11pt;
}
a:visited{
	font-size: 11pt;
}
a:hover{	
	font-size: 11pt;
	color: #C20000;
}
	
A:link.LINK-CLASS-Telefon{
	font-size: 11pt;
	text-decoration: none;
	cursor: default;
}
A:visited.LINK-CLASS-Telefon{
	font-size: 11pt;
	cursor: default;
}
A:hover.LINK-CLASS-Telefon{	
	font-size: 11pt;
	color: #000000;
	cursor: default;
}

A:link.LINK-CLASS-Mail{
	font-size: 11pt;
}
A:visited.LINK-CLASS-Mail{
	font-size: 11pt;
}
A:hover.LINK-CLASS-Mail{	
	font-size: 11pt;
}
	
/*KONTAKTFORMULAR*/
#IFRAME-ID-Kontaktformular{
	min-height:740px;
}	
	
}