@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%;
	text-align: center;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	border-radius: 20px;
	background-color: #FFFFFF;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#oben_li {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#oben_re {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bolder;
	color: #006;
	text-decoration: none;
}
#info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #009;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #009;
}
#mitte {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
}
#unten_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unten_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 2.0em;
	color: #009;
	text-decoration: none;
	text-align: center;
}
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: justify;
    -ms-flex-pack: start;
    justify-content: justify;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #333;
	font-size: 0.8em;
	line-height: 1em;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
.flex-item_2 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.flex-item_3 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#oben_li {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}
#oben_re {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 61.5384%;
	display: block;
}
#info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}
#mitte {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unten_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unten_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: justify;
    -ms-flex-pack: start;
    justify-content: justify;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #333;
	font-size: 1em;
	line-height: 1em;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
    }
.flex-item_2 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 920px) {
.flex-item_3 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 98%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
}

.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#oben_li {
	clear: both;
	float: left;
	margin-left: 0;
	width: 18.3673%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 2em;
	font-weight: bolder;
	color: #006;
}
#oben_re {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 79.5918%;
	display: inline;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.8em;
}
#info {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 1.8em;
	line-height: 2.8em;
	font-weight: bolder;
	color: #006;
	text-shadow: 1px 1px 2px #06F;
}
#navi {
	clear: both;
	float: left;
	margin-left: 0;
	width: 18.3673%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#mitte {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 79.5918%;
	display: block;
}
#unten_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#unten_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: justify;
	-ms-flex-pack: start;
	justify-content: justify;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: right;
}
.flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 60%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #333;
	font-size: 1em;
	line-height: 1em;
	border-radius: 0px 0px 0px 0px;
	text-align: center;
    }
.flex-item_2 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 32%;
	display: block;
	padding: 10px;
	float: left;
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
}
.flex-item_3 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 42%;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
	margin-left: 1em;
}
.flex-item_4 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	height: auto;
	width: 42%;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 0px 0px 0px 0px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
	margin-left: 1em;
}


#menue #aktiv a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: 900;
	text-decoration: none;
	width: 14em;
	text-align: left;
	display: block;
	height: 2em;
	color: #FFF;
	background-color: #1A63C1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menue #link a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: 400;
	color: #616161;
	text-decoration: none;
	height: 2em;
	width: 13em;
	text-align: center;
	display: block;
	background-color: #CCC;
	text-indent: 10%;
}
#menue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height: auto;
	width: auto;
	display: block;
	text-indent: 10px;
}
a.link1:link {
	text-decoration: none;
	color: #0080FF;
	text-indent: 10%;
	display: block;
	width: 14em;
	height: 2em;
	vertical-align: bottom;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #CCC;
	border-radius: 6px 6px 6px 6px;
	top: 5px;
	bottom: 5px;
	border: 1px double #006;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.link1:visited {
	text-decoration: none;
	color: #1A63C1;
	height: 2px;
	width: 14em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #CECECE;
}
a.link1:hover {
	text-decoration: underline;
	color: #333;
}
a.link1:active {
	text-decoration: none;
	color: #030;
}a.link2:link {
	color: #1A63C1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: 500;
	font-style: oblique;
}
a.link2:visited {
	text-decoration: none;
	color: #030;
	font-size: 1.6em;
	line-height: 2em;
}
a.link2:hover {
	text-decoration: none;
	color: #030;
	font-size: 1.6em;
	line-height: 2em;
}
a.link2:active {
	text-decoration: none;
	color: #030;
	font-size: 1.6em;
	line-height: 2em;
}
a.link3:link {
	text-decoration: underline;
	color: #1A63C4;
	font-size: 1.2em;
}
a.link3:visited {
	text-decoration: underline;
	color: #1A63C4;
	font-size: 1.2em;
}
a.link3:hover {
	text-decoration: underline;
	color: #FF0000;
	font-size: 1.2em;
}
a.link3:active {
	text-decoration: underline;
	color: #1A63C4;
	font-size: 1.2em;
}
}
.uebs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 2.0em;
	font-weight: bolder;
	color: #006;
	text-decoration: none;
}
.tx_b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: 400;
	color: #009;
	text-decoration: none;
}
.tx_c {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: 400;
	color: #009;
	text-decoration: none;
	text-align: justify;
}
.tx_d {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: 600;
	color: #009;
	text-decoration: none;
	text-align: left;
}
.tx_e {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: 900;
	color: #009;
	text-decoration: none;
	text-align: left;
}
.tx_f {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 900;
	color: #009;
	text-decoration: underline;
	text-align: left;
}
