@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%;
}

/*
	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 {
	
	width: 100%;
	
	padding-top: 1.82%;
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/head_1235.jpg);
	background-size: cover;
}

#subnavigation {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	background-color: #ee7f01;
	font-size: 14px;
	
}
#content {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	color: #333;
	background-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 13px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ee7f01;
	font-size: 12px;
	text-align: center;
}
#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bild {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 768px) {
.gridContainer {
	
	margin-left: auto;
	margin-right: auto;
	width: 94.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#subnavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
	
}
#content {
	clear: both;
	float: left;
	display: block;
	font-size: 13px;
	padding-top: 8px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 65%;
	display: block;
}
#bild {
	clear: none;
	float: left;
	margin-left: 0;
	width: 35%;
	display: block;
}
}

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

@media only screen and (min-width: 1040px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100px;
}
#header {
	clear: both;
	float: left;
	width: 84%;
	display: block;
	margin-right: 8%;
	margin-left: 8%;
	}

#subnavigation {
	clear: both;
	float: left;
	width: 82.6%;
	display: block;
	margin-right: 8%;
	margin-left: 8%;
	padding-left: 1.4%;
}
#content {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	padding-left: 8%;
	padding-bottom: 30px;
	font-size: 13px;
	padding-right: 0%;
	padding-top: 8px;
}

#footer {
	clear: both;
	float: left;
	margin-left: 8%;
	width: 84%;
	display: block;
	margin-right: 8px;
}

#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 62%;
	display: block;
}

#bild {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28%;
	display: block;
}
}
.gridContainer.clearfix #navigation ul {
}
#navigation ul li {
	list-style-type: none;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
}
#navigation ul li a {
	line-height: 30px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 110px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
#navigation ul li a:hover {
	background-color: #ee7f01;
	color: #FFF;
}
#navigation a:link#current,  #navigation a:visited#current, #navigation a:hover#current{
	background-color: #ee7f01;
	color: #FFF;
}

#subnavigation ul {
	color: #FFF;
	background-color: #ee7f01;
}
#subnavigation ul li {
	
	list-style-type: none;
	margin-right: auto;
	text-align: center;
}
#subnavigation ul li a {
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	float: left;
	background-color: #ee7f01;
	width: auto;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	margin-top: 0px;
	padding-left: 10px;
}

#subnavigation ul li a:hover {
	
	color: #000;
}
#subnavigation a:link#current,  #subnavigation a:visited#current, #subnavigation a:hover#current {
	
	color: #000;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}
.ueberschrift {
	font-size: 16px;
	color: #ee7f01;
	font-weight: bold;
}
.li_im_text {
	list-style-position: inside;
	list-style-type: disc;
}
.text_neben_bild {
	color: #00C;
}
-+
