?* {
	padding: 0; margin: 0; border: 0;
}

body {
	font-family: verdana, sans-serif;
	  overflow-x: hidden;
}

.bodybackgrey
{
	background-color: #606262;
	padding-top: 3px;
}
@media (min-width: 768px) {
  .bodybackgrey
	{
		padding-top: 26px;
	}
}		


.bodybackwhite
{
	background-color: #ffffff;
	background-image:none;
	padding-top: 47px;
}

@media (min-width: 768px) {
  .bodybackwhite
	{
		background-color: #ffffff;
		background-image:url('../../../images/bg_neu_home.jpg');
		background-repeat: repeat-x;
		padding-top: 47px;
	}
}


.stdtext {
	font-size: 9px;
	background: transparent;
}
@media (min-width: 768px) {
	.stdtext {
		font-size: 9px;
		background: transparent;
	}
}
@media (min-width: 992px) {
	.stdtext {
		font-size: 11px;
		background: transparent;
	}
}
.smalltext {
	font-size: 9px;
	background: transparent;
}

.headtext1 {
		line-height: 18px;
		font-size: 14px;
		font-weight: bold;
		background: transparent;
	}
@media (min-width: 768px) {
	.headtext1 {
		line-height: 18px;
		font-size: 12px;
		font-weight: bold;
		background: transparent;
	}
}
@media (min-width: 992px) {
	.headtext1 {
		line-height: 24px;
		font-size: 14px;
		font-weight: bold;
		background: transparent;
	}
}
.headtext2 {
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
}

.white {
	color: white;
}

.bold {
	font-weight: bold;
}

.red {
	 color: #72110f;
}

#content {
	text-align: left;
	background-image: none;
	background-color: #ffffff;
	width: 100%;	
}

@media (min-width: 768px) {
  #content {
    width: 763px;
    background-image:url('../../../images/content_bg_neu.gif');
	background-repeat: repeat-y;	
	background-color: transparent;
  }
}

@media (min-width: 992px) {
  #content {
    width: 950px;
  }
}


/*
CONTAINER HOME
**************
*/

#content_home {
	text-align: left;
	width: 100%;	
}

@media (min-width: 768px) {
  	#content_home {
		width: 950px;	
	}
}


#head {
	background-color: white;
	padding-left: 0px;
}
#head img {
	width:205px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	#head {
		padding-left: 51%;
	}
	#head img {
		margin:0;
	}	
}


#home_content table{
	margin: 0 auto;
}
#home_content table td{
	text-align: center;
}


#subhead {
	width: 100%;	
	height: 248px;
	background-image:url('../../../images/folge_top_bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 248px;
}
@media (min-width: 768px) {
	#subhead {
		height: 99px;
		background-size: auto;
	}
}
@media (min-width: 992px) {
	#subhead {
		height: 124px;
		background-size: auto;
	}
}

#foot {
	width:100%;	
	text-align: right;
	background-color: #606262;
	color: #ffffff;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 3px;
}
#footinner{
	width: 100%;
}

@media (min-width: 768px) {
	#foot {
		width: 763px;
	}
	#footinner{
		width: 100%;
	}
}

@media (min-width: 992px) {
	#foot {
		width: 950px;
	}
	#footinner{
		width: 80%;
	}	
}


.headlink {
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	color: white;
}

.headlink:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	color: white;
}


#foot a {
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	color: white;
}

#foot a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	color: white;
}

.imgblock {
	display:block;
}

#subheadleft {
	width: 100%;
	text-align: center;
	float: none;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0.5%;
    padding-bottom: 0px;
    height: 116px;
	background: transparent;
	font-size:x-small;
}


@media (min-width: 768px) {
	#subheadleft {
		width: 47%;
		text-align: right;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 8px;
	    padding-bottom: 0px;
	    height: 116px;
		background: transparent;
		font-size:x-small;
	}	
}

#subheadright {
    float: none;
    width: 100%;
	text-align: right;
	height: 124px;
}
#subheadright img {
	margin-left: auto;
	margin-right: auto;
	}
@media (min-width: 768px) {
	#subheadright {
    	float: right;
    	width: 49%;
		text-align: right;
		height: 124px;
	}	
}

#mmenu {
	background-color: transparent;	
	width: 115px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	float:none;
	margin-left:auto; 
	margin-right:auto;
}
@media (min-width: 768px) {
	#mmenu {
		float: left;	
		text-align: right;
		padding-right: 14px;
		padding-left: 36px;
	}
}


#mmenuitems {
	list-style: none;
	background-color: transparent;	
	padding-top: 15px;
	padding-left: 0px;
}

#mmenuitems li {
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	background-color: white;
	padding-bottom: 20px;
}

#mmenuitems li a {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #000000;
}

#mmenuitems li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: white;	
	color: #72110f;
}

#pagecontent a {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #000000;
}

#pagecontent a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #72110f;
}

#pagecontent {
	font-size: 11px;
	color: #000000;
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-right: 0px; 
	padding-top: 9px;
}
#pagecontent img{
	max-width: 100%;
	height: auto;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

@media (min-width: 768px) {
	#pagecontent {
		font-size: 11px;
		color: #000000;
		width: 530px;
		float: left;
		padding-left: 32px;
		padding-right: 36px; 
		padding-top: 9px;
	}	
	#pagecontent img{
	max-width: 100%;
	height: auto;
}
}



#pageright {
	width: 100%;
	float: left;
	padding-top: 2px;
	background-color: #ffffff;
	border-top: 1px solid #B2B2B2;
}
@media (min-width: 992px) {
	#pageright {
		width: 187px;
		float: left;
		padding-top: 2px;	
		background-color: transparent;
	}

}



#pagecontent p {
	color: #4c4c4c;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 17px;
}

#pagecontent ul {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 0px;
        margin-top: 15px;
}

#pagecontent li {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 0px;
	margin-bottom: 5px;
}

#pagecontent h1 {
	font-size: 18px;
	background-color: white;	
	color: #4c4c4c;
	margin-top: 40px;
}

#pagecontent h2 {
	font-size: 18px;
	background-color: white;	
	letter-spacing: 0px;
	color: #72110f;
	margin-bottom: 15px;
}

#pagecontent h3 {
	font-size: 18px;
	background-color: white;	
	letter-spacing: 0px;
	color: #72110f;
	margin-bottom: 15px;
	margin-top: 40px;
	margin-right: 0px;
}

#pagecontent h4 {
	font-size: 14px;
	background-color: white;	
	letter-spacing: 0px;
	color: #72110f;
	margin-bottom: 15px;
	margin-top: 40px;
}

#pagecontentleft {
	width: 443px;
	float: left;
	background-color: white;
        padding-left: 25px;
        padding-right: 15px;
}

#pagecontentright {
	width: 467px;
	float: left;
	background-color: white;
}

#pagecontent input[type=text], textarea {
	background-color: white;
        border: 1px solid #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
        width: 250px;
}

#pagecontent input[type=submit] {
        background-color: #72110f;
        color: #ffffff;
}

.wpcf7, .wpcf7-form, .wpcf7-form-control-wrap {
	background-color: white;
}

.wpcf7-response-output {
	background-color: white;
	color: #4c4c4c;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 17px;
}

.wpcf7-validation-errors {
	background-color: white;
        color: #72110f;
}

.wpcf7-not-valid-tip-no-ajax 
{
	background-color: white;
        color: #72110f;
}

img[title='aktuelles angebot'], img[title='aktuelles gesuch'], img[title='pressemitteilung'] {
        vertical-align: middle; 
        margin-right: 15px;
}

img[title='aktuelles gesuch'], img[title='pressemitteilung'] {
        float: left;
        margin-bottom: 10px;
}

#infotext {
    background: none;
    border: 0px solid #000000;
    width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
}

@media (min-width: 768px) {
  	#infotext {
  		margin-left: 100px;
        width: 520px;
	}
}

#infotext p {
        background: none;
        margin: 0;
        padding: 0;
        text-align: justify;
}

.homelink
{
	text-decoration: none!important;
	color: #000000!important;
}

.homelink:hover
{
	text-decoration: none!important;
	font-weight: bold!important;
}

#pagecontenthome a {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #000000;
}

#pagecontenthome a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: white;	
	color: #72110f;
}

#pagecontenthome {
	font-size: 12px;
	color: #000000;
}

#pagecontenthome p {
	color: #4c4c4c;
	line-height: 18px;
	margin-left: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 17px;
}

#pagecontenthome ul {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 18px;
        margin-top: 15px;
}

#pagecontenthome li {
	background-color: white;	
	color: #4c4c4c;
	margin-left: 21px;
	margin-bottom: 15px;
}

#pagecontenthome h1 {
	font-size: 16px;
	background-color: white;	
	color: #4c4c4c;
}

#pagecontenthome h2 {
	font-size: 15px;
	background-color: white;	
	letter-spacing: 2px;
	color: #4c4c4c;
	margin-bottom: 15px;
}
.alignleft{float: left;margin:0 15px 15px 0;}

.addressrow-t{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom:5px;
	border-bottom:1px solid #711017;
	text-align: right;
}

@media (min-width: 768px) {
  	.addressrow-t{
		margin-top: 10px;
		margin-bottom: 0;
		border:none;
		text-align: right;
	}
}

.addressrow-b{
	margin-top: 2px;
	margin-bottom: 33px;
	padding-bottom:5px;
	border-bottom:1px solid #711017;
	text-align: right;
}

@media (min-width: 768px) {
  	.addressrow-b{
		margin-top: 2px;
		margin-bottom: 0;
		border:none;
		text-align: right;
	}
}

.fo-nowrap{white-space:nowrap;}
.fo-front-sections{
	width: 100%;
	float: none;
	padding-top:12px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	background-image:url('../../../images/bg_mobile.jpg');
	background-repeat: repeat-x;
}
.fo-front-sections-text{
	border-left: 1px solid #000000;
	margin-top:5px;
}
.fo-front-sections-text-a{
	height:25px; 
}
.fo-front-sections-text-b{
	height:25px;
}
.fo-front-sections-text-c{
	height:25px;
}
.fo-front-sections-text-d{
	height:25px;
}

@media (min-width: 768px) {
	.fo-front-sections{
		width: 149px;
		padding-top:0px;
		float: left;
		font-size: 11px;
		letter-spacing: 1px;
		background-image: none;
	}	
	.fo-front-sections-text{
		border-left: 1px solid #000000;
		margin-top:5px;
	}
	.fo-front-sections-text-a{
		height: 117px; 
	}
	.fo-front-sections-text-b{
		height:51px;
	}
	.fo-front-sections-text-c{
		height:144px;
	}
	.fo-front-sections-text-d{
		height:88px;
	}  	
}

.fo-img-responsive{
	display: block;
  	max-width: 100%;
  	height: auto;
}

#auorg-bg{display:none;}

@media (min-width: 992px) {
	#auorg-bg{display:block;}	
}
