@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight: 400;
	line-height: 24px;
	color: #111;
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	min-width:800px;
	overflow:auto;
	background-image: url(../../img/hg/hgLogo.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
#wrap {height: 100%;}

body > #wrap {
    height: auto;
    min-height: 100%;
}

.noFlo {
	clear:both;
	}
#foot {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight: 400;
	width: 100%;
	height: 50px;
	margin-top:-50px;
	background:rgba(0,0,0,0.85);
	}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */

#footKont {
	height:100%;
	width:700px;
	margin-left:6%;
	}
#footKontakt {
	float:left;
	padding-top:5px;
	color:#fff;
	}
#footImp {
	float:right;
	padding-top:5px;
	}
#footKontakt a, #footImp a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-ms-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
	}
#footKontakt a:hover, #footImp a:hover {
	color:#b51a26;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	}
a {
	color:#111;
	text-decoration:none;
	-webkit-transition: color 0.6s;
	-moz-transition: color 0.6s;
	-ms-transition: color 0.6s;
	-o-transition: color 0.6s;
	transition: color 0.6s;
	}
a:hover {
	color:#950000;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	}
#content {
	padding:60px 0px 70px 0px;
	display:block;
	width:700px;
	margin-left:6%;
	}
#contLinks {
	float:left;
	width:188px;
	margin-right:20px;
	}
#contRechts {
	float:right;
	width:492px;
	}
#logo{
	padding:24px 0px 0px 24px;
	width:164px;
	height:242px;
	margin-bottom:20px;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-border-radius:0px 8px 0px 8px;
	-khtml-border-radius:0px 8px 0px 8px;
	-moz-border-radius:0px 8px 0px 8px;
	border-radius:0px 8px 0px 8px;
	behavior:url(border-radius.htc);
	}

.naviButt {
	width:188px;
	height:40px;
	margin-bottom:10px;
	
	}
.naviButt a {
	text-decoration:none;
	}
.naviButtName {
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:173px;
	padding-left:15px;
	color: #111;
	background-color:rgba(255,255,255,0.8);
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.naviButtName:hover {
	cursor:pointer;
	color: #fff;
	font-weight: 400;
	background-color:rgba(0,0,0,0.85);
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
	}
.naviButtAktiv {
	margin-bottom:10px;
	font-weight: 600;
	font-size: 15px;
	color:#fff;
	line-height: 40px;
	padding-left:15px;
	width:173px;
	height:40px;
	background:#960000;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
#main {
	padding:40px 40px 30px 40px;
	width:412px;
	background-color:rgba(255,255,255,0.8);
	-webkit-border-radius:8px 0px 32px 0px;
	-khtml-border-radius:8px 0px 32px 0px;
	-moz-border-radius:8px 0px 32px 0px;
	border-radius:8px 0px 32px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
#mainKont {
	padding:40px 40px 30px 40px;
	width:412px;
	background-color:rgba(255,255,255,0.8);
	-webkit-border-radius:8px 0px 32px 0px;
	-khtml-border-radius:8px 0px 32px 0px;
	-moz-border-radius:8px 0px 32px 0px;
	border-radius:8px 0px 32px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.impAktiv {
	color:#b51a26;
	font-weight:600;
	}
.rot {
	color:#950000;
	}
.rotFett {
	color:#950000;
	font-weight:600;
	}
.schwarzFett {
	color:#000;
	font-weight:600;
	}
.schwarzFettBig {
	color:#000;
	font-weight:600;
	font-size:18px;
	}
.tag {
	display:inline-block;
	width:115px;
	text-align:left;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:34px;
	font-weight: 600;
	line-height: 43px;
	color:#950000;
	margin: 0px 0px 20px 0px;
	}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	font-weight: 600;
	line-height: 24px;
	color:#000;
	margin: 0px 0px 20px 0px;
	}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	font-weight: 600;
	line-height: 24px;
	color:#950000;
	margin: 0px 0px 0px 0px;
	padding:0;
	}
h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:26px;
	font-weight: 600;
	line-height: 40px;
	color:#950000;
	margin: 20px 0px 0px 0px;
	}
h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight: 400;
	line-height: 25px;
	color:#950000;
	margin: 0px 0px 0px 0px;
	}
h6 {
	margin: 40px 0px 20px 0px;
	text-align:center;
	color:#fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:rgba(0,0,0,0.85);
	-webkit-border-radius:8px 8px 8px 8px;
	-khtml-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
/*Textfeld---------------------------------------*/
#kontLinks {
	float:left;
	width:246px;
	margin:0px 0px 0px 0px;
	}
#kontRechts {
	float:right;
	width:136px;
	margin:0px 0px 0px 0px;

	}
*::-webkit-input-placeholder {
   color:#fff;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color:#fff;
}
*::-moz-placeholder {
    /* FF 19+ */
   color:#fff;
}
*:-ms-input-placeholder {
    /* IE 10+ */
   color:#fff;
}
input.error, textarea.error {
    background-color:#950000;
	color:#fff;  
	}
input.valid, textarea.valid {
    background-color:#fff; 
	color:#111;
	}
.textfeld_einzeilig { 
	font-family: 'Source Sans Pro', sans-serif;
	height: 17px;
	width: 222px;
	border: 0px;
	padding: 12px;
	font-size: 15px;
	font-weight: 400;
	color:#111;
	background-color:#fff;
	margin-bottom: 18px;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
}
.textfeld_mehrzeilig {
	font-family: 'Source Sans Pro', sans-serif;
	border: 0px;
	padding: 12px;
	font-size: 15px;
	font-weight: 400;
	color: #111;
	width: 222px;
	max-width: 222px;
	min-width: 222px;
	min-height: 17px;
	height:155px;
	line-height: inherit;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
}
.formulartext {
	font-size: 13px;
	font-weight:400;
	color: #950000;
}
.qrInfo{
	font-size: 13px;
	font-weight:400;
	color: #111;
	line-height:18px;
}

#formSenden {
	margin-top:15px;
	float:right;
	border:0px;
	height:40px;
	width:113px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	text-align:center;
	background-color:#000;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	}
#formSenden:hover {
	color: #fff;
	background-color:#950000;
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
	}

#formLoeschen {
	margin-top:15px;
	float:left;
	border:0px;
	height:40px;
	width:113px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 36px;
	color: #111;
	text-align:center;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	}
#formLoeschen:hover {
	color: #fff;
	background-color:#950000;
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
	}
/* Input für Mobil-Devices egalisieren*/
input {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
/* Das browsereigene Glowen beim Focus deaktivieren*/
input:focus, textarea:focus {
    outline: none;
}
#qrCode {
	margin:0px 0px 20px 0px;
	padding:10px;
	width:114px;
	height:114px;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
#qrCode a img {
	text-decoration:none;
	border:0;
	cursor:pointer;
}
#kontaktdaten {
	margin:30px 0px 0px 0px;
	width:412px;
	}
#kontAdr {
	float:left;
	}
#kontOeffnung {
	float:right;
	}
.tagBlock {
	display:inline-block;
	width:5em;
	}
.matList {
	text-align:center;
	float:left;
	margin:0px 10px 10px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:130px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matListR {
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:130px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matList2Sp {
	text-align:center;
	float:left;
	margin:0px 10px 10px 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:201px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matList2SpR {
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:201px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matList2SpNorm {
	text-align:center;
	float:left;
	margin:0px 10px 10px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:201px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matList2SpNormR {
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	height:40px;
	width:201px;
	color: #000;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matHead {
	margin-top:20px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:rgba(0,0,0,0.85);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matHinweis {
	margin-bottom:10px;
	text-align:center;
	color:#950000;
	float:left;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.matInfo {
	margin-bottom:10px;
	text-align:center;
	color:#000;
	float:left;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:#fff;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}

.hinweis {
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	float:left;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:rgba(0,0,0,0.85);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	}
.tabHead {
	margin-top:0px;
	float:left;
	margin-bottom:00px;
	text-align:center;
	color:#fff;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:40px;
	background-color:rgba(0,0,0,0.85);
	-webkit-border-radius:8px 0px 0px 0px;
	-khtml-border-radius:8px 0px 0px 0px;
	-moz-border-radius:8px 0px 0px 0px;
	border-radius:8px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabKopf3SpL {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:138px;
	height:40px;
	background-color:#950000;/*rgba(196,201,207,0.80);*/
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabKopf3SpR {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:136px;
	height:40px;
	background-color:#950000;/*rgba(196,201,207,0.80);*/
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabListG3SpL {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:138px;
	height:40px;
	background-color:rgba(237,239,241,0.80);
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabListG3SpOL {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:138px;
	height:40px;
	background-color:rgba(237,239,241,0.80);
	-webkit-border-radius:8px 0px 0px 0px;
	-khtml-border-radius:8px 0px 0px 0px;
	-moz-border-radius:8px 0px 0px 0px;
	border-radius:8px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabListG3SpR {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:136px;
	height:40px;
	background-color:rgba(237,239,241,0.80);
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	
	}
.tabListG3SpBR {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:136px;
	height:40px;
	background-color:rgba(237,239,241,0.80);
	-webkit-border-radius:0px 0px 8px 0px;
	-khtml-border-radius:0px 0px 8px 0px;
	-moz-border-radius:0px 0px 8px 0px;
	border-radius:0px 0px 8px 0px;
	behavior:url(border-radius.htc);
	}
.tabListW3SpL {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:138px;
	height:40px;
	background-color:rgba(255,255,255,0.80);
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	}
.tabListW3SpOL {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:138px;
	height:40px;
	background-color:rgba(255,255,255,0.80);
	-webkit-border-radius:8px 0px 0px 0px;
	-khtml-border-radius:8px 0px 0px 0px;
	-moz-border-radius:8px 0px 0px 0px;
	border-radius:8px 0px 0px 0px;
	behavior:url(border-radius.htc);
	}
.tabListW3SpR {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:136px;
	height:40px;
	background-color:rgba(255,255,255,0.80);
	-webkit-border-radius:0px 0px 0px 0px;
	-khtml-border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	behavior:url(border-radius.htc);
	}
.tabListW3SpBR {
	margin-top:0px;
	float:left;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:136px;
	height:40px;
	background-color:rgba(255,255,255,0.80);
	-webkit-border-radius:0px 0px 8px 0px;
	-khtml-border-radius:0px 0px 8px 0px;
	-moz-border-radius:0px 0px 8px 0px;
	border-radius:0px 0px 8px 0px;
	behavior:url(border-radius.htc);
	}
.tabGesamt01 {
	display:block;
	float:none;
	margin-top:20px;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:160px;
	background-color:rgba(255,255,255,0.0);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.tabGesamt02 {
	display:block;
	float:none;
	margin-top:20px;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:120px;
	background-color:rgba(255,255,255,0.0);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
.tabGesamt03 {
	display:block;
	float:none;
	margin-top:20px;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	width:412px;
	height:80px;
	background-color:rgba(255,255,255,0.0);
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	}
#thoDownload {
	width: 244px;
	height:140px;
	margin:30px 0px 0px 0px;
	padding:30px 170px 0px 0px;
	background-image: url(../../img/thoblock/THOBLOCK-Flyer.png);
	background-repeat: no-repeat;
	background-position: right;	
	}
#thoblockDownloadButton {
	margin:15px 0px 0px 0px;
	height:40px;
	width:201px;
	background-color:#950000;
	color:#fff;
	font-weight:600;
	line-height:40px;
	text-align:center;
	-webkit-border-radius:8px 0px 8px 0px;
	-khtml-border-radius:8px 0px 8px 0px;
	-moz-border-radius:8px 0px 8px 0px;
	border-radius:8px 0px 8px 0px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
	}
#thoblockDownloadButton a {
	display:block;
	color:#fff;
	font-weight:600;
	line-height:40px;
	text-align:center;
	}
#thoblockDownloadButton:hover {
	background-color:#000;
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
	}
#titelSystemstein {
	width:412px;
	height:232px;
	margin:0px 0px 30px 0px;
	background:url(../../img/titel/menuSystemstein.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-radius:8px 0px 16px 0px;
	-khtml-border-radius:8px 0px 16px 0px;
	-moz-border-radius:8px 0px 16px 0px;
	border-radius:8px 0px 16px 0px;
	behavior:url(border-radius.htc);
	}

#karte { 
	width: 412px; 
	height: 250px;
	margin-bottom:10px;
	}