@charset "utf-8";
.style {
	background-color:#d3ccaf;
margin:0;
	background-image:url(gfx/backgrnd.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-attachment:fixed;
}

a:link {color:#351e11; border:none;}
a:visited {color:#351e11;}
a:hover {color:#fff;}

.div_navi a:link {color:#351e11;}
.div_navi a:visited {color:#351e11;}
.div_navi a:hover {color:#FFF;}

.head_links a:link {color:#FFF;}
.head_links a:visited {color:#FFF;}
.head_links a:hover {color:#d3ccaf;}

.head_right a:link {color:#FFF;}
.head_right a:visited {color:#FFF;}
.head_right a:hover {color:#d3ccaf;}

.div_flag a:link {color:#FFF;}
.div_flag a:visited {color:#FFF;}
.div_flag a:hover {color:#351e11;}

.div_Impressum a:link {color:#FFF;}
.div_Impressum a:visited {color:#FFF;}
.div_Impressum a:hover {color:#d3ccaf;}

.logo {
	width:auto;
	height:auto;
	margin:auto;
}

.language
{
	float:left;
	width:30px;
	height:20px;
	border:solid 1px #000;
}


.header_h1 {
	background-color:#351e11;
	height:15px;
	width:100%;
	text-align:center;
	
}

.header_h2 {
	background-image:url(gfx/handmade_back.png);
	background-repeat:repeat-x;
	height:80px;
	width:100%;
	text-align:center;
}

.olive {
	margin:0 auto;
	width:15%;
	text-align:center;
	float:left;
	overflow:visible;
}
.head_all{
}
.head_links {
	float:left;
	width:41%;
	text-align:right;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:29px;
	
}
.head_right {
	float:left;
	width:40%;
	text-align:left;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding-top:29px;
}
.head_banner {
	height:auto;
	margin: 0px auto;
	text-align:center;
	background-color:#af8655;
	width:100%;
	background-image:banner.png;
	
}
.banner_bgrd {
	background-color:#af8655;
}

.content_h1 {
	background-color:#d3ccaf;
	height:auto;
	height:auto;

}

.div_navi {
	background-color: #d3ccaf;
	height: inherit;
	width: 15%;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:15%;
	margin-right:auto;
	float:left;


}

.div_flag {
	width:30px;
	height:20px;
float:left;
	margin-top:10px;
	text-align:center;
	padding-top:22px;

}

.div_content {
	background-color: #af8655;
	height:inherit;
	min-width: 900px;
	width:50%;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right: 30px;
	padding-top:30px;
	padding-bottom:30px;
	line-height:1,5;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
	}

.div_footer {
	background-color: #351e11;
	height: 100px;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
    clear:both;
}

.div_Impressum {
	width:auto;
	height:auto;
	float:right;
	font-size:12px;
	padding:10px;
}


.accordian {
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.accordian_header {
	display:block;
	border:solid 1px;
	padding:10px;
	margin-top:5px;
	background:#af8655;
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 rgba(0,0,0,.1);
	text-transform:uppercase;
	alignment-adjust:baseline;
	
}

.accordian_content p{
	margin:5px 0 5px 0;
}


.accordian_content {
	border:solid #000 0.5px;
	display:block;
	padding: 0;
	height: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #af8655;
	color: #FFF;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	text-decoration:underline;

}

		

.accordian_content:target{
 	height:auto;
	padding:10px;

}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style:none;
	margin:0; 
	padding:0;
	width:auto;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}	

ul li label {
	background: #af8655; /* fallback colour */
	border-top:1px solid #af8655;
	border-bottom:1px solid #af8655;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#af8655), to(#af8655));
	background: -webkit-linear-gradient(top, #af8655, #af8655);
	background: -moz-linear-gradient(top, #af8655, #af8655);
	background: -ms-linear-gradient(top, #af8655, #af8655);
	background: -o-linear-gradient(top, #af8655, #af8655);
}

ul li input[type='checkbox'] {
	display: none;
}

ul li label {
	display:block;
	padding:12px;
	width:auto;
}

ul li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

ul li span {
	display:inline;
	float:right;
	background:#af8655;
	border:1px solid #af8655;
	border-bottom:1px solid #af8655;
	padding:4px 6px;
	font-size:10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position:relative;
}

ul li label:hover {
	background: #af8655; /* fallback colour */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#af86552), to(#af8655));
	background: -webkit-linear-gradient(top, #af86552, #af8655);
	background: -moz-linear-gradient(top, #af8655, #af8655);
	background: -ms-linear-gradient(top, #af8655, #af8655);
	background: -o-linear-gradient(top, #af8655, #af8655);
}

ul li label:hover span {
	background:#af8655;
}

ul li input[type='checkbox']:checked ~ label {
	background: #af8655; /* fallback colour */
	border-top:1px solid #af8655;
	border-bottom:1px solid #2799db;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#af8655), to(#af8655));
	background: -webkit-linear-gradient(top, #af8655, #af8655);
	background: -moz-linear-gradient(top, #af8655, #af8655);
	background: -ms-linear-gradient(top, #af8655, #af8655);
	background: -o-linear-gradient(top, #af8655, #af8655);
}

ul li input[type='checkbox']:checked ~ label span {
	background: #af8655; /* fallback colour */
	border-top:1px solid #af8655;
	border-bottom:1px solid #af8655;
}

ul li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	min-height:40px;
	max-height:400px;
}

ul ul {
	background:#fff; margin:0; padding:0;
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;
}

ul ul li a {
	display:block;
	padding:6px 12px;
	color:#999;
	text-decoration:none;
}

ul ul li a:hover {
	color:#af8655;
}

ul ul li a span {
	color:#999;
	background:none;
	border:1px solid #ccc; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul ul li {
	border-bottom:1px solid #ccc;
}

ul ul li:first-child {
	padding-top:6px;
}

ul ul li:last-child {
	padding-bottom:6px; border:0;
}

.options {
	height: auto;
	display: block;
	overflow: hidden;
	background-color:#d3ccaf;
	font-size:18px;
}
	

