html {	
}
body {
	font-family: 'Raleway', sans-serif;
	padding:0px;
	margin:0px;
	background-color:#FFF;
}
/* Schriften */
p {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:140%;
	color:#434242;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	line-height:140%;
	font-weight:400;
	color:#9E1919;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	line-height:140%;
	font-weight:400;
	color:#9E1919;
	padding-bottom:10px;
	border-bottom:#9E1919 1px dotted;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	line-height:140%;
	font-weight:700;
	color:#9E1919;
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	line-height:140%;
	font-weight:400;
	color:#9E1919;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
/* Basisdefinitionen */
#wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
}
.center {
	text-align:center;
}
.fett {
	font-weight:700;
	color:#9E1919;
}
.imgintext {
	float:left;
	padding:0px 15px 10px 0px;
}
.spacer {
	padding-right:50px
}
.imgsizer {
	width:100%;
	height:auto;
}
.iframe {
	width:100%;
	height:400px;
	border:#9E1919 1px solid;
}
.imglightbox {
	width:30%;
	height:auto;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
/* Slogan */
#slogan {
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-500px;
	height:200px;
	top:180px;
	text-align:left;
}
#slogan h1 {
	display:block;
	font-family: 'Raleway', sans-serif;
	font-size:32px;
	line-height:140%;
	font-weight:400;
	color:#FFF;
	text-shadow: 0px 0px 10px #9E1919;
	text-transform:uppercase;
	text-align:left;
}
/* Menue Basisdefinitionen*/
#menuepos {
	position:fixed;
	z-index:9998;
	width:100%;
	min-height:120px;
	height:auto;
	background-color:#FFF;
	border-bottom: #9E1919 1px solid;	
}
#menuecenter {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left: -500px;
	height:120px;	
}
#logo {
	position:relative;
	float:left;
	width:180px;
	height:120px;
}
#menue {
	position:relative;
	top:80px;
	float:left;
	width:820px;
	height:auto;
	text-align:right;
}
#submenue {
	position:fixed;
	z-index:9999;
	top:120px;
	width:100%;
	height:40px;
	background-color:#9E1919;	
}
#submenuecenter {
	position: relative;
	display:table;
	width:1000px;
	height:auto;
	margin: 0px auto;
	text-align:center;
}
#submenuecenter h3 {
	display:block;
	float:left;
	width:200px;
	height:27px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #FFF;
	text-decoration: none;
}
/* Content Kreise*/
#shader {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
	background-image:url(../img/shader.png);
	background-repeat:repeat-x;
}
#kreis1 {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis2 {
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis3 {
	position:absolute;
	left:50%;
	margin-left:300px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#shader h2, #shaderzero h2 {
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	width:140px;
	padding:55px 30px 0px 30px;
	margin:0px;
	line-height:140%;
	font-weight:400;
	color:#9E1919;
	text-align:center;
	text-transform:uppercase;
	border:none;
}
#shader p, #shaderzero p {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	width:140px;
	padding:0px 0px 0px 30px;
	margin:0px;
	line-height:140%;
	font-weight:400;
	color:#9E1919;
	text-align:center;
	text-transform:uppercase;
}
#shaderzero {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
	background-image:url(../img/shader.png);
	background-repeat:repeat-x;
}
#shadernull {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
}
/* Content Basisdefinitionen*/
#content-mantle {
	position:absolute;
	width:100%;
	top:700px;;
	height:auto;
	background-color:#FFF;	
}
#content-mantle-main {
	position:absolute;
	width:100%;
	top:150px;
	height:auto;
	background-color:#FFF;	
}
#content {
	position: relative;
	display:table;
	width:1000px;
	height:auto;
	margin: 0px auto;
	padding-top:50px;
}
#full {
	position:relative;
	width:1000px;
	padding:10px 0px 10px 0px;
}
.underline {
	border-bottom:#EEE 1px solid;
}
#imagelarge {
	width:602px;
	height:auto;
	border:10px solid #E2BABA;
	background-color:#E2BABA;	
}
#imagelarge img {
	padding:opx;
	margin:0px;
	width:600px;
	height:auto;
	border:1px solid #9E1919;
}
#text1-3r {
	position:absolute;
	top:0px;
	left:650px;
	width:350px;
}
#drittel {
	display: inline-table;	
	position: relative;
	top:0px;
	left:0px;
	width:310px;
	padding:0px 10px 0px 10px;
}
#halb {
	display: inline-table;
	vertical-align:top;
	position: relative;
	width:460px;
}
/* Footer Basisdefinitionen*/

.adresse {
	display:block;
	width:27%;
	float:left;
	height:auto;
	text-align:center;	
}
#behindertengerecht {
	padding:15px 0px 15px 0px;	
}
@media (max-width: 1000px)
{
/* Menue Basisdefinitionen*/
#menuepos {
	position:fixed;
	z-index:9998;
	width:100%;
	min-height:120px;
	height:auto;
	background-color:#FFF;
	border-bottom: #9E1919 1px solid;	
}
#menuecenter {
	position:absolute;
	width:95%;
	left:50%;
	margin-left: -400px;
	height:120px;	
}
#logo {
	position:relative;
	float:left;
	width:180px;
	height:120px;
}
#menue {
	position:relative;
	top:80px;
	float:left;
	width:auto;
	height:auto;
	text-align:right;
}
#submenue {
	position:fixed;
	z-index:9999;
	top:120px;
	width:100%;
	height:40px;
	background-color:#9E1919;	
}
#submenuecenter {
	position: relative;
	display:table;
	width:800px;
	height:auto;
	margin: 0px auto;
	text-align:center;
}
#submenuecenter h3 {
	display:block;
	float:left;
	width:200px;
	height:27px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #FFF;
	text-decoration: none;
}
/* Slogan*/
#slogan {
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-400px;
	height:200px;
	top:180px;
	text-align:center;
}
/* Content Kreise*/
#shader {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
	background-image:url(../img/shader.png);
	background-repeat:repeat-x;
}
#shaderzero {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
	background-image:url(../img/shader.png);
	background-repeat:repeat-x;
}
#shadernull {
	position:absolute;
	width:100%;
	height:200px;
	top:500px;
}
#kreis1 {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis2 {
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis3 {
	position:absolute;
	left:50%;
	margin-left:200px;
	width:200px;
	height:200px;
	top:0px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
/* Content Basisdefinitionen*/
#content-mantle {
	position:absolute;
	width:100%;
	top:700px;
	height:auto;
	background-color:#FFF;	
}
#content-mantle-main {
	position:absolute;
	width:100%;
	top:150px;
	height:auto;
	background-color:#FFF;	
}
#content {
	position: relative;
	display:table;
	width:95%;
	height:auto;
	margin: 0px auto;
	padding-top:50px;
}
#full {
	position:relative;
	width:100%;
}
#imagelarge {
	width:60%;
	height:auto;
	border:10px solid #E2BABA;
	background-color:#E2BABA;	
}
#imagelarge img {
	padding:opx;
	margin:0px;
	width:100%;
	height:auto;
	border:1px solid #9E1919;
}
#text1-3r {
	position:absolute;
	top:0px;
	left:64%;
	width:36%;
}
#drittel {
	display: inline-table;	
	position: relative;
	top:0px;
	left:0px;
	width:30%;
	padding:0px 10px 0px 10px;
}
#halb {
	display: inline-table;	
	position: relative;
	width:44%;
}
/* Footer Basisdefinitionen*/
.adresse {
	display:block;
	width:27%;
	float:left;
	height:auto;
	text-align:center;	
}
#behindertengerecht {
	padding:15px 0px 15px 0px;	
}
}	
@media (max-width: 800px)
{
/* Menue Basisdefinitionen*/
#menuepos {
	position:relative;
	z-index:9998;
	height:220px;
	text-align:center;
	background-color:#FFF;
	border-bottom: #9E1919 1px solid;
}
#menuecenter {	
	position:absolute;
	width:100%;
	left:0px;
	margin-left: 0px;
	height:120px;
}
#logo {
	width:100%;
	height:120px;
}
#menue {
	width:100%;
	height:auto;
	top:0px;
}
#submenue {
	position:relative;
	z-index:9999;
	top:0px;
	width:100%;
	height:auto;
	background-color:#9E1919;	
}
#submenuecenter {
	position: relative;
	display:table;
	width:100%;
	height:auto;
	margin: 0px auto;
	text-align:center;
}
#submenuecenter h3 {
	display:block;
	clear:both;
	width:100%;
	height:27px;
	padding:13px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #FFF;
	text-decoration: none;
}
#bgslider {
	position:fixed;
	width:100%;
	height:150px;
	overflow:hidden;
}
/* Slogan*/
#slogan {
	position:relative;
	width:90%;
	left:5%;
	margin-left:0px;
	height:auto;
	top:10px;
	text-align:center;
}
#slogan h1 {
	display:block;
	font-family: 'Raleway', sans-serif;
	font-size:32px;
	line-height:140%;
	font-weight:400;
	color:#FFF;
	text-shadow: 0px 0px 10px #9E1919;
	text-transform:uppercase;
	text-align:center;
}
/* Content Kreise*/
#shader {
	position:relative;
	width:100%;
	height:680px;
	top:0px;	
	background-image:url(../img/shader.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
#shaderzero {
	position:relative;
	width:100%;
	height:200px;
	top:0px;	
	background-image:url(../img/shader.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
#shadernull {
	position:relative;
	width:100%;
	height:200px;
	top:0px;	
	text-align:center;
}
#kreis1 {
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	top:20px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis2 {
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	top:240px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
#kreis3 {
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:200px;
	height:200px;
	top:460px;
	background-image:url(../img/kreis.png);
	background-repeat:no-repeat;
}
/* Content Basisdefinitionen*/
#content-mantle {
	position:relative;
	width:100%;
	top:0px;
	height:auto;
	background-color:#FFF;	
}
#content-mantle-main {
	position:relative;
	width:100%;
	top:0px;
	height:auto;
	background-color:#FFF;	
}
#content {
	position: relative;
	display: block;
	width:95%;
	height:auto;
	margin: 0px auto;
	padding-top:50px;
}
#full {
	position:relative;
	width:100%;
	text-align:center;
}
#imagelarge {
	width:95%;
	height:auto;
	border:10px solid #E2BABA;
	background-color:#E2BABA;	
}
#imagelarge img {
	padding:opx;
	margin:0px;
	width:100%;
	height:auto;
	border:1px solid #9E1919;
}
#text1-3r {
	position: relative;
	top:0px;
	left:0px;
	width:100%;
}
#drittel {
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	padding:0;
}
#halb {
	position: relative;
	width:100%;
	padding:0;
	text-align:center;
}
.spacer {
	padding-right:0px
}
/* Footer Basisdefinitionen*/
.adresse {
	display:block;
	width:100%;
	clear:both;
	height:auto;
	text-align:center;	
}
#behindertengerecht {
	width:100%;
	text-align:center;
	padding:15px 0px 15px 0px;	
}  
}