@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:		7;
	dw-num-cols-tablet:		5;
	dw-num-cols-desktop:	7;
	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: 92.2857%;
	padding-left: 1.3571%;
	padding-right: 1.3571%;
	background-color: #8b1d49;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fdf5fd;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8b1d49;
	border-bottom-color: #8b1d49;
}
#header h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #8B1D49;
	text-align: center;
	margin-top: 0px;
}

#header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #8B1D49;
	text-align: center;
	margin-bottom: auto;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 26.4705%;
	display: block;
	background-color: #fdf5fd;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #8C1A42;
}
#publicrelations {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#textbearbeitung {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#biografie {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: auto;
}

#anzeigentexte {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#zeitungsartikel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#inhalt {
	clear: none;
	float: left;
	margin-left: 2.9411%;
	width: 57.5882%;
	display: block;
	background-color: #fdf5fd;
	
	
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #8b1d49;
}
#Text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 3.5vw;
	text-align: center;	
	margin-top: 1em;
	color:#000;
	margin-right: 5%;
	margin-left: 5%;
	
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 4vw;
	text-align: center;	
	margin-top: 1em;
	color:#CCC;
}
h3 {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
}





/* 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: 89.28%;
	padding-left: 1.86%;
	padding-right: 1.86%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #8B1D49;
	text-align: center;
	margin-top: auto;
}

#header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #8B1D49;
	text-align: center;
	margin-bottom: 0px;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#publicrelations {
	clear: both;
	float: left;
	width: 16.6666%;
	display: block;
	text-align: center;
	margin-left: 5px;
	margin-right: -5px;
}
#textbearbeitung {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#biografie {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#anzeigentexte {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#zeitungsartikel {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#inhalt {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #8b1d49;
}

#Text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 2.4vw;
	text-align: center;	
	margin-top: 1em;
	color:#000;
	margin-right: 5%;
	margin-left: 5%;	
	
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 3vw;
	text-align: center;	
	margin-top: 1em;
	color:#CCC;

}


}

/* 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: 87.4285%;
	max-width: 1232px;
	padding-left: 1.2857%;
	padding-right: 1.2857%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 14.7058%;
	width: 70.5882%;
	display: block;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	width: 70.5882%;
	display: block;
	padding-top: 10px;
	margin-left: 14.7058%;
}
#publicrelations {
	clear: both;
	float: left;
	margin-left: 14.7058%;
	width: 11.7647%;
	display: block;
	text-align: center;
}
#textbearbeitung {
	clear: none;
	float: left;
	margin-left: 2.9411%;
	width: 11.7647%;
	display: block;
}
#biografie {
	clear: none;
	float: left;
	margin-left: 2.9411%;
	width: 11.7647%;
	display: block;
}
#anzeigentexte {
	clear: none;
	float: left;
	margin-left: 2.9411%;
	width: 11.7647%;
	display: block;
}
#zeitungsartikel {
	clear: none;
	float: left;
	margin-left: 2.9411%;
	width: 11.7647%;
	display: block;
}
#inhalt {
	clear: both;
	float: left;
	width: 70.5882%;
	display: block;
	font-size: 14px;
	margin-left: 14.7058%;

}


#footer {
	clear: both;
	float: left;
	margin-left: 14.7058%;
	width: 70.5882%;
	display: block;
	background-color: #8b1d49;
}

#Text {
	clear: both;
	float: left;
	margin-left: 14.7058%;
	width: 70.5882%;
	display: block;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 18px;
	text-align: center;	
	margin-top: 1em;
	color:#000;
	margin-right: 5%;
	margin-left: 5%;
	
	
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 24px;
	text-align: center;	
	margin-top: 1em;
	color:#CCC;
}


}
#footer h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
