@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:		16;
	dw-num-cols-tablet:		16;
	dw-num-cols-desktop:	16;
	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: 89.8625%;
	padding-left: 0.5687%;
	padding-right: 0.5687%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	padding-top: 10px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 43.0379%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a2;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
	font-weight: lighter;
	font-variant: normal;
	padding-top: 15px;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 20.2531%;
	width: 36.7088%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#linie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0055a2;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
#gif {
	clear: both;
	float: left;
	margin-left: 0;
	width: 55.6962%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0055a2;
}
#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 1.2658%;
	width: 43.0379%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a2;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: lighter;
	font-variant: normal;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0055a2;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.8375%;
	padding-left: 0.5812%;
	padding-right: 0.5812%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 17.7215%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a2;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	padding-top: 15px;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 58.2278%;
	width: 24.0506%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#linie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 11.3924%;
	display: block;
}
#gif {
	clear: both;
	float: left;
	margin-left: 0;
	width: 55.6962%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #0055a2;
}
#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 1.2658%;
	width: 43.0379%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #0055a2;
	line-height: 18px;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #0055a2;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.875%;
	max-width: 1232px;
	padding-left: 0.5625%;
	padding-right: 0.5625%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 17.7215%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a2;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	font-variant: normal;
	padding-top: 15px;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 64.5569%;
	width: 17.7215%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 15px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 75.9493%;
	width: 24.0506%;
	display: block;
}
#linie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: -10px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 5.0632%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a2;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
#gif {
	clear: both;
	float: left;
	margin-left: 0;
	width: 62.0253%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055a2;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
}
#LayoutDiv4 {
	clear: none;
	float: left;
	margin-left: 1.2658%;
	width: 30.3797%;
	display: block;
	color: #0055a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	line-height: 20px;
}
#LayoutDiv5 {
	clear: none;
	float: left;
	margin-left: 1.2658%;
	width: 36.7088%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #0055a2;
}
}
