@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

h1 {
	color: #A80205;
	font-size: 1.4em;
	font-weight: 100;
	font-family: Verdana, sans-serif;
	font-style: normal;
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.25%;
	padding-left: 1.875%;
	padding-right: 1.875%;
	clear: none;
	float: none;
	font-family: Verdana, sans-serif;
	font-size: 1em;	
}
._Absatz_Abstand_10px {
	padding-bottom: 10px;
	}	
p {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #303030;
	line-height: 1.7em;
	margin: 0px;
}
.divHeader {
	height:255px;
	border-bottom: 1px solid #A80205;
	margin-bottom: 5px;
}
.divLogo {
	width: 100%;
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
}
.imgLogo{
	vertical-align:bottom;
	}
.divMenu {
	width: 21.7391%;
	clear: none;
	margin-left: 4.3478%;
	display: block;
	margin-top: 50px;
}
.divNav1 {
	width: 73.913%;
	clear: none;
	margin-left: 4.3478%;
	text-align: left;
	margin-top: 20px;
	/* [disabled]line-height: 2em; */
	margin-bottom: 10px;
}
.divNav2 {
	width: 26.0869%;
	clear: none;
	margin-left: 0%;
	margin-top: 20px;
	text-align: right;
}
.divTitle {
}
.divContent {
	width: 100%;
	margin-bottom: 20px;
	
}
.divImages {
	overflow:hidden;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.divSidebar {
width: 100%;
clear: both;
margin-left: 0;
margin-top: 20px;
display: block;
}
.txtLabel{
	text-align: left;
	font-size: 1em;
	color:rgba(128,128,128,1.00);
	font-style: italic;/*	color:#A80205;  */
}
.txtQuote{
	text-align: left;
	font-size:1em;
	color:#A80205; 
}
.divFooterTEMPLATE {
	color:rgba(222,0,0,1.00);
	height: 35px;
	margin-top: 25px;
	padding-top: 13px;
	border-top: 1px solid #A80205;
	text-align: center;
	font-size: 11px;	
}
.divFooterDesktop {
	color:rgba(155,155,155,1.00);
	height: 35px;
	margin-top: 25px;
	padding-top: 13px;
	border-top: 1px solid #A80205;
	text-align: center;
	font-size: 0.9em;		
    display: block;
}
.divFooterTablet {
	color:rgba(155,155,155,1.00);
	height: 35px;
	margin-top: 25px;
	padding-top: 13px;
	border-top: 1px solid #A80205;
	text-align: center;
	font-size: 0.9em;				
    display: block;
}
.divFooterMobile {
	color:rgba(155,155,155,1.00);
	height: 35px;
	margin-top: 25px;
	padding-top: 13px;
	border-top: 1px solid #A80205;
	text-align: center;
	font-size: 0.8em;		
    display: block;
}

/*Die folgende Zeile verhindert das Drucken der URL
im Browser SAFARI*/
a:after, a:link:after, a:visited:after { content:" "; }

/*Link Klasse für die Navigation im Kopfbereich*/
.navi {
	color: #303030;
	text-decoration: none;
}
.navi:link {
	color: #303030;
	text-decoration: none;
}
.navi:visited {
	color: #303030;
	text-decoration: none;
}
.navi:hover {
	color:rgba(166,166,166,1.00);
	text-decoration:  none;
}
/*Link Klasse für allgemeinen Text*/
._Link, ._Link:link, ._Link:visited {
	color: #303030;
	text-decoration: underline;

}
._Link:hover {
	color: rgba(166,166,166,1.00);
	text-decoration:none;
}

._Titel_2 {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #A80205;
	line-height: 1.7em;
	margin: 0px;
	margin-bottom: 5px;	
}
._Klein {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #303030;
	line-height: 1.7em;
	margin: 0px;
}
._Klein_Rot {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #A80205;
	line-height: 1.7em;
	margin: 0px;
}
._Kursiv {
	font-style: italic;
}
/*Aufzählungszeichen*/

ul {
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 1.7em;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}
li  {
	list-style-image: url(../_images/Style/li_dash.png);
	padding-bottom: 8px;
}
.form_Feld {
	font-family: Verdana, Arial, sans-serif;
	width: 95%;
	height: 20px;
	border: 1px solid #999;
	color: #666;
	font-size: 1em;
}
.form_FeldBereich {
	font-family: Verdana, Geneva, sans-serif;
	width: 97.0%;
	height: 200px;
	border: 1px solid #999;	
	font-size: 1 em;
}
.form_Send {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../_images/form/send.png);
	font-size: 0.9 em;
	border: 0px ;
	width: 80px;
	hight: 23px;
	background-color:rgba(212,212,212,1.00);
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* PRINT MEDIA QUERY */
@media print {
.gridContainer {
	width: 88.125%;
	max-width: 960px;
	padding-left: 0.9375%;
	padding-right: 0.9375%;
	padding-top: 20px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	color: #A80205;
	font-size: 1.4em;
	font-weight: 100;
	font-family: Verdana, sans-serif;
	font-style: normal;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #303030;
	line-height: 1.5em;
	margin: 0px
}
._Titel_2 {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #A80205;
	line-height: 1.7em;
	margin: 0px;
	margin-bottom: 5px;
}
._Klein {
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
	color: #303030;
	line-height: 1.7em;
	margin: 0px;
}
._Klein_Rot {
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
	color: #A80205;
	line-height: 1.7em;
	margin: 0px;
}
/*-------------------------------------------------*/
ul {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;	
	
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 1.7em;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}
li  {
	list-style-image: url(../_images/Style/li_dash.png);
	padding-bottom: 8px;
}
/*-------------------------------------------------*/
/*Link Klasse für allgemeinen Text*/
._Link, ._Link:link, ._Link:visited, ._Link:hover {
	color: #303030;
	text-decoration: none;
}
.txtLabel{
	text-align: left;
	font-size: 0.8em;
/*	color:#A80205;  */

}
.divHeader {
	height:120px;

}
.divLogo {
	width: 36.1702%;
	height: 98px;
	line-height: 98px;
}
.imgLogo{
	vertical-align:bottom;
	}
.divNav1 {
	width: 23.4042%;
	margin-left: 14.8936%;
	margin-top: 10px;
	clear: none;
	display: block;
	text-align: right;
}
.divNav2 {
	width: 23.4042%;
	margin-left: 2.1276%;
	margin-top: 10px;
	clear: none;
	display: block;
	text-align: left;
}
.divTitle {
	margin-top: 30px;
}
.divContent {
	width: 36.1702%;
	margin-bottom: 1px;
}
.divImages {
	overflow:hidden;
	width: 36.1702%;
	margin-left: 2.1276%;
    clear: none;
}
.divSidebar {
	width: 23.4042%;
	margin-left: 2.1276%;
   clear: none;
	display: block;
	margin-top: 0px;
}

.divFooterDesktop {
display: block;
}
.divFooterTablet {
display: block;
}
.divFooterMobile {
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}










/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
@page { 
		margin-top: 15mm;
		margin-bottom: 15mm;
		}
.gridContainer {
	width: 87.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.divHeader {	height:155px;
}
.divLogo {
	width: 48.5714%;
	height: 135px;
	line-height: 135px;
}
.imgLogo{
	vertical-align:bottom;
	}

.divNav1 {
	width: 31.4285%;
	margin-top:10px;
	clear: none;
	margin-left: 2.8571%;
	display: block;
	text-align: right;
}
.divNav2 {
	width: 14.2857%;
	margin-top:10px;
	clear: none;
	margin-left: 2.8571%;
	display: block;
	text-align: left;
}
.divTitle {
}
.divContent {
	width: 48.5714%;
	margin-bottom: 0px;
}
.divImages {
width: 48.5714%;
margin-left: 2.8571%;
clear: none;
}
.divSidebar {
width: 48.5714%;
margin-left: 2.8571%;
margin-top: 30px;
clear: none;
}
.divFooterDesktop {
display: block;
}
.divFooterTablet {
display: block;
}
.divFooterMobile {
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.125%;
	max-width: 960px;
	padding-left: 0.9375%;
	padding-right: 0.9375%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.divHeader {
	height:155px;

}
.divLogo {
	width: 36.1702%;
	height: 135px;
	line-height: 135px;
}
.imgLogo{
	vertical-align:bottom;
	}
.divNav1 {
	width: 23.4042%;
	margin-left: 14.8936%;
	margin-top: 10px;
	clear: none;
	display: block;
}
.divNav2 {
	width: 23.4042%;
	margin-left: 2.1276%;
	margin-top: 10px;
	clear: none;
	display: block;
	text-align: left;
}
.divTitle {
	margin-top: 30px;
}
.divContent {
	width: 36.1702%;
	margin-bottom: 1px;
}
.divImages {
	overflow:hidden;
	width: 36.1702%;
	margin-left: 2.1276%;
    clear: none;
}
.divSidebar {
	width: 23.4042%;
	margin-left: 2.1276%;
   clear: none;
	display: block;
	margin-top: 0px;
}
.divFooterDesktop {
display: block;
}
.divFooterTablet {
display: block;
}
.divFooterMobile {
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
