@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1em;
	padding: 0px;
	margin: 15px 0px 0px;
}
h2 {
	font-size: 0.9em;
	padding: 0px;
}


p {
	font-size: 0.8em;
}
a {
	color: #db003c;
	text-decoration: none;
}


/* --- STRUKTUR --- */

#wrapperStartseite {
	width: 960px;
	height: 600px;
	margin: 0px auto;
	background-image: url(../assets/hgStartseite.jpg);
	background-repeat: no-repeat;
}
#wrapperStartseite #footer img {
	float: left;
}


#contentStart {
	width: 960px;
	height: 350px;
	text-align: center;
}

#wrapperGalerie {
	width: 960px;
	height: 600px;
	margin: 0px auto;
	background-image: url(../assets/hgGalerie.jpg);
	background-repeat: no-repeat;
}
#wrapperAtelier {
	width: 960px;
	height: 600px;
	margin: 0px auto;
	background-image: url(../assets/hgAtelier.jpg);
	background-repeat: no-repeat;
}

/* --- KOPFBEREICH --- */

#header {
	width: 960px;
	height: 100px;
}
#navigation {
	width: 960px;
	height: 70px;
}
#navigation img {
	border: 0px;
}
#wrapperContent {
	width: 960px;
	height: 600px;
	margin: 0px auto;
	background-image: url(../assets/hgContent.jpg);
	background-repeat: no-repeat;
}

/* --- CONTENT --- */

#content {
	width: 960px;
	height: 430px;
	overflow: auto;
}
#contentFotos {
	width: 2810px;
	height: 410px;
	overflow: hidden;
}
#contentPartnerringe {
	width: 960px;
	height: 430px;
	overflow: auto;
	background-image: url(../assets/hgContentPartnerringe.jpg);
}



#bilderLinks {
	width: 210px;
	float: left;
	text-align: right;
	padding: 20px 0px 0px 70px;
}
#wrapperContent #content #bilderLinks p {
	margin: 10px 0px;
	padding: 0px;
}
#bilderAktuell {
	width: 350px;
	float: left;
	text-align: right;
	padding: 20px 0px 0px 70px;
}
#textAktuell {
	width: 500px;
	float: left;
	padding: 20px 10px;
}

#textMitte {
	width: 200px;
	float: left;
	padding: 20px 10px;
}
#karte {
	width: 400px;
	float: left;
	padding: 20px 10px;
}
#textRechts {
	width: 640px;
	float: left;
	padding: 20px 10px;
}
#wrapperContent #content #textRechts p {
	margin: 10px 0px;
}

.bild3spaltig {
	float: left;
	margin: 10px 40px 10px 60px;
}
.zentriert {
	text-align: center;
	margin-top: 100px;
}
.mittig {
	margin-top: 40px;
	text-align: center;
}

.bildCaption {
	text-align: left;
	margin-top: 100px;
	font-style: italic;
	padding-left: 100px;
}
.weisserText {
	font-weight: bold;
	color: #FFFFFF;
}




/* --- FOOTER --- */

#footer {
	width: 960px;
	height: 80px;
}
#footer p {
	text-align: center;
	margin: 20px 0px 0px;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #db003c;
	text-decoration: none;
}
