@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 {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: rgb(255,255,255);
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: rgb(255,255,255);
	background-color: rgb(167,46,70);
	text-align: center;
	letter-spacing: 5px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#text {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#rechteSpalte {
	clear: none;
	float: none;
	width: 300px;
	display: block;
}
#Fotoleiste {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FSC {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color: rgb(255,255,255);
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: rgb(255,255,255);
	background-color: rgb(167,46,70);
	text-align: center;
	letter-spacing: 5px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
}
#text {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 68%;
	display: block;
	line-height: 20px;
	margin-top: 0px;
}
#rechteSpalte {
	clear: none;
	float: none;
	width: 300px;
	display: block;
}
#Fotoleiste {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FSC {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 70%;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-color: rgb(255,255,255);
}
#Logo {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: rgb(167,46,70);
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: rgb(255,255,255);
	letter-spacing: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Menu {
	clear: both;
	float: left;
	width: 20%;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
#text {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 700px;
	display: block;
	line-height: 20px;
	margin-top: 0px;
}
#rechteSpalte {
	clear: both;
	float: none;
	display: block;
	line-height: 20px;
	margin-top: 15px;
	width: 300px;
	padding-left: 0px;
	margin-right: 20px;
}
#Fotoleiste {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgb(167,45,70);
	margin-top: 20px;
	height: 60px;
	text-align: center;
	padding-top: 20px;
	color: rgb(255,255,255);
}
#top {
	clear: both;
	float: left;
	margin-left: 10%;
	width: 80%;
	display: block;
	text-align: right;
	margin-right: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(244,244,244);
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: rgb(204,204,204);
	border-left-color: rgb(204,204,204);
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#FSC {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
