
body {
	font-family: 'PT Sans', Arial, Verdana, 'Helvetica', sans-serif;
	background-color: #fff;
	text-align: left;
	font-weight: 400;
	font-size: 12pt;
	color: #000;
}
/* Layout -------------------------------------- */
.wrapper {
	position: relative;
	margin: 0 auto;
	width:17cm;
}
#header, .bilderzeile, #footer, .colsmall, ul.nav, ul#metanavi {
	display: none;
	}

.wrapper.main {
	position: relative;
	background: #fff;
	text-align: left;
}
.mainrow {
	position: relative;
	width: 100%;
	margin-top: 0px;
}
.colbig {
	position: relative;
	float: none;
	width: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/* zwei spalten */
.row {
	position: relative;
	width: 100%;
	min-width: 100%;
	display:table;
	table-layout: fixed;
	border-collapse: separate;
	margin-bottom: 20px;
	border-spacing: 15px 0px;
	background-color: #fff;
}
.col1-2, .col2-2 {
	position: relative;
	display: table-cell;
	width: 48%;
	background-color: #efefef;
}
.col1-2 {
}
.col2-2 {
}
.col1-3, .col2-3, .col3-3 {
	position: relative;
	display: table-cell;
	background-color: #efefef;
}
.col1-3 {
}
.col2-3 {
}
.col3-3 {
}
.boxaussen {
	border: 0px solid #fff;
	padding: 0px;
	margin-bottom: 30px;
}
.boxinnen {
	background-color: #fff;
	padding: 0px;
}
/* Textformatierungen -------------------- */
.maincontent h1 {
	display: inline-block;
	font-family: 'PT Serif', 'Times', 'Times New Roman', Serif;
	font-size: 18pt;
	font-weight: 400;
	color: #C51E3A;
	line-height: 130%;
	margin-bottom: 20px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.maincontent h2 {
	font-size: 14pt;
	font-weight: 700;
	color: #000;
	line-height: 180%;
	margin-top: 1.8em;
	margin-bottom: 0.80em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.maincontent h2:first-child {
	margin-top: 0;
}
.maincontent .news h2 {
	margin: 0;
}
.maincontent h3 {
	font-size: 11pt;
	font-weight: 700;
	color: #000;
	line-height: 150%;
margin-bottom: 11pt;
}
.maincontent p, .maincontent td p, .maincontent td {
	font-size: 11pt;
	line-height:160%;
	margin-bottom: 11pt;
}
.maincontent p.weiter {
	margin: 0;
}
.maincontent td p, .maincontent td {
	line-height:140%;
}
.maincontent p.zitat {
	color: #78b7e0;
	font-size: 11pt;
	line-height: 150%;
}
.maincontent p.untertitel {
	font-size: 10pt;
	line-height: 130%;
}
.maincontent a {
	color: #000;
	text-decoration: none;
}

.maincontent ul {
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 11pt;
}
.maincontent li {
	font-size: 11pt;
	line-height:160%;
	margin-bottom: 6pt;
}
a.telresp {
	text-decoration: none;
	color: #000;
}
p.trigger {
	cursor: pointer;
}

p.zurueck {
	display: none;
}

/* Sonderformate ------------------------- */

.maincontent .bildbox img {
	width: 100%;
	height: auto;
}
.maincontent img.icon {
	width: inherit;
	height: auto;
	margin-right: 7px;
}

.maincontent .bildbox p {
	font-size: 0.75em;
	margin-top: 6px;
	margin-bottom: 12px;
}

table td {
	padding-right: 8%;
	padding-bottom: 30px;
}
p.navaus a, p.navein a  {display: none;}

/* InfoCenter -------------- */

.akkordeon h1.trigger {
	position: relative;
	font-size: 12px;
	font-size: 1.0em;
	font-weight: 500;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 0;
	color: #fff;
	line-height: 130%;
	padding: 5px;
	padding-right: 65px;
	background-color:#0175be;
	/*border-bottom: 1px solid #0175be;*/
	display: inline-block;
	cursor: pointer;
}
.akkordeon h1.trigger span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 5px;
	z-index: 800;
}
.akkordeon h1.trigger_active span {
	position: absolute;
	text-indent: -800em;
	display: block;
	overflow: hidden;
	background-image:none;
	background-image:url(../images/minus.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 5px;
	z-index: 800;
}
/* Formulargestaltung ------ */

.formular {
	padding-top: 20px;
	padding-bottom: 10px;
}
label  /* Alle Labels UND Formularelemente auswählen */ {
	display: inline-block;
	text-align: left;
	width:25%;
	margin-right: 2%;
}

.form {
	display: inline-block;
	width: 70%;
	background: #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #fff;
	border-left:1px solid #ddd;
	margin:0px;
	text-align:left;
	color:#000;
	font-weight:normal;
	height: 2em;
}
textarea#nachricht {
	min-height: 80px;
	height: 80px !important;
}

.form2 {
	font-size:14px;
	background-color: #C51E3A;
	color:#fff;
	border: 0px solid #000;
	-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: 0px 0px 3px 0px #999;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding:8px;
	cursor:pointer;
}
.form2:hover {
	color: #C51E3A;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: 0px 0px 3px 0px #999;
}


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Beginn Grid-System -------------------- */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #000;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -20px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 20px;
	position: relative;
	border: 0px solid #000;
}
.bilderzeile .spalten {
	padding: 0 20px;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}

/* Mobile */
@media only screen and (max-width: 760px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.container {
	}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
	}
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content:"";
		display:table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */
