/* Autogalerie Alfeld CSS Mobil */
body {
	background-color:#3d3d3d;
	font-family:	Arial, Sans-serif;
	padding:10px;
	font-size:17px;
	color:#333;
	line-height:140%;
}


p {
	margin-top:0px;
	margin-bottom:10px;
}
#wrapper {
	margin:auto;
	width:100%;
	max-width:1024px;
}
#header {
	margin:auto;
}
#header img {
	width:100%;
	margin:auto;
	min-width:230px;
}

#content {
	width:100%;
	padding-top:15px;
	margin:auto;
}
a {
	text-decoration:none;
	color:#4e4e4e;
}

a:hover {
	text-decoration:underline;
}

.button {
	margin-bottom:8px;
	min-width:230px;

}

a.img {
	border:0;
}

.button img {
	width:100%;
	min-width:230px;
	margin:auto;
}
.button span.top_right {
	height:15px;
	width:15px;
	background-image:url(../images/button_rt.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0;
	margin:0;
	display:block;
	float:right;
}

.button span.top_left {
	height:15px;
	width:15px;
	background-image:url(../images/button_l.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0;
	margin:0;
	display:block;
	float:left;
}

.button span.top_center {
	height:16px;
	width:auto;
	margin-left:16px;
	margin-right:16px;
	background-image:url(../images/button_mt.png);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	display:block;
}

.button h3 {
	margin:0;
		z-index:100;
		position:relative;
}
.button h3 span.headline{
	background-image:url(../images/buttonbg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	min-width:230px;
	height:55px;
	display:block;
	text-align:center;
	line-height:55px;
	padding:0;
	padding-top:10px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:35px;
}

.heading img {
	width:100%;
	min-width:230px;
	margin:auto;
}

.heading h3 {
	margin-bottom:0;
	margin-top:10px;
	padding:0;

}
.heading h3 span{
	background-image:url(../images/headingbg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-size:1px 100%;
	width:100%;
	min-width:230px;
	height:45px;
	display:block;
	text-align:center;
	line-height:45px;
	padding-bottom:12px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:33px;
}

.heading h3 span span {
	border-left:2px solid #8bbced;	
	border-right:2px solid #8bbced;	
	width:auto;
}

a.buttonlink {
	background-image:url(../images/headingbg.png);
	background-position:top;
	background-repeat:repeat-x;
	border-radius:8px;
	color:#fff;
	text-transform:uppercase;
	font-size:25px;
	padding:10px 15px;
	margin:20px auto;
	width:auto;
	display:block;
	border:1px solid #979797;
	font-weight:bold;
}

a.buttonlink:hover {
		background-image:url(../images/buttonbg.png);
		text-decoration:none;
		color:#065EA2;
}

#content .toggle_container {
	width:100%;
	min-width:230px;
	background-color:#e7e7e7;
	padding-top:50px;
	margin-top:-75px;
	position:relative;
	z-index:20;
	
}
.accordioncontent {
	border:2px solid #8bbced;
	border-top:0;
	padding-top:70px;
	margin-top:-50px;
	margin-bottom:20px;
}
.accordioncontent ul {
	padding-left:0;
	list-style-type:none;
	margin:0;
}

.accordioncontent ul li {
	padding:0;
	margin:0;
}

.accordioncontent ul li:first-child {

}

.accordioncontent ul li a {
	color:#676767;
	width:100%;
	border-top:1px solid #979797;
	display:block;
	text-align:center;
	font-size:28px;
	text-decoration:none;
	padding:15px 0;
}

.accordioncontent p {
	padding:0 10px;
	color:#676767;
	margin-bottom:20px;
}

.accordioncontent ul li a:hover {
	background-color:#979797;
	color:#e7e7e7;
}


.innerwrap {
	width:100%;
	background-color:#e4e4e4;
	min-width:230px;
}	

.innercontent {
	padding:10px;
	width:auto;
	border-left:2px solid #8bbced;	
	border-right:2px solid #8bbced;	
	border-bottom:2px solid #8bbced;	
}
#footer {
	border-top:1px solid #979797;
	padding:0 10px;
}
#footer ul {
	text-align:center;
}
#footer ul li {
	display:inline;
	list-style-type:none;
	padding:0 8px;
	border-left:1px solid #979797;
	font-size:12px;
}
	
	#footer ul li:first-child {
		border-left:0;
	}

#footer ul li a {
	text-decoration:none;
	color:#979797;
}

#footer ul li a:hover {
	text-decoration:underline;
}