@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
#Accordion1 div img {
	width: 25%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1px;
}



/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	width:100%;
	float:left;
	clear:both;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 95%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
}
#top {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background-image: url(images/head_s.jpg);
	margin-top: 1em;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: left;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	height: 57px;
}
#navi {
	background-color: #000000;
	font-size: small;
	color: #C2C2C2;
	text-align: center;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
}
#show {
	width: 100 %;
	background-color: #FFFFFF;

	float: left
	clear:both
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	text-align: center;
}
#bigdiv {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	clear: both;
}
#sidemap {
	width: 100%;
	margin-top: 0px;
	float: left;
	clear: left;
}
#paarlinks {
	width: 50%;
	margin-top: 1em;
	float: left;
	clear: left;
}
#paarrechts {
	width: 50%;
	margin-top: 1em;
	float: right;
	clear: right;
}
#content {
	width: 100%;
	margin-top: 1em;
	background-color: #FFFFFF;
	float: left;
	clear: right;
}
#text {
	padding-left: 2%;
	width: 95%;
}
#footer {
	background-color: #FFFFFF;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: small;
	color: #C2C2C2; 
	text-align: center;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
}
.gridContainer.clearfix #show #impressumlinks {
	padding-left: 2%;
}
#show #impressum h3 {
	padding-left: 2%;}
.gridContainer.clearfix #show #impressumrechts {
	padding-left: 2%;

}
#Absatzlinks {
	max-width: 50%;
	float: left;
	clear: left;
}
#Absatzrechts {
	max-width: 50%;
	float: right;
	clear: right;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 85%;
	clear: none;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
}
	#navi {
	width: 98%;
	background-color: #000000;
	color: #C2C2C2;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: medium;
	text-align: right;
	padding-right: 2%;
}
#top {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background-image: url(images/head_m.jpg);
	margin-top: 1em;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: left;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	height: 90px;
}
#show {
	width: 100 %;
	border-radius: 0.5em;
	margin-top: 1em;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	color: #000000;

	float: left
	clear:both
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	text-align: center;
}
#bigdiv {
	background-color: transparent;
	clear: both;
	-webkit-box-shadow: 0em 0em 0em #784E24;
	box-shadow: 0em 0em 0em #784E24;
}
#sidemap {
	width: 17%;
	margin-top: 1em;
	float: left;
	clear: left;
}
#paarlinks {
	width: 100%;
	margin-top: 0px;
	float: left;
	clear: left;
}
#paarrechts {
	width: 100%;
	margin-top: 0px;
	float: left;
	clear: left;
}
#content {
	margin-top: 1em;
	margin-left: 1%;
	border-radius: 0.5em;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	color: #000000;
	float: right;
	clear: right;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	width: 80%;
}
#text {
	padding-left: 2%;
	width: 95%;
}
#footer {
	border-radius: 0.5em;
	margin-top: 1em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: small;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	color: #C2C2C2;
	text-align: center;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
}
.gridContainer.clearfix #show #impressumlinks {
	width: 48%;
	padding-left: 2%;
	float: left;
	clear: left;
	padding-bottom: 0px;
}
.gridContainer.clearfix #show #impressumrechts {
	width: 50%;
	float: right;
	clear: right;
	padding-left: 0px;
}
#Absatzlinks {
}
#Absatzrechts {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 70%;
	max-width: 1500px;
	clear: none;
	float: none;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#header {
}
#top {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	background-image: url(images/head.jpg);
	margin-top: 1em;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: left;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	height: 150px;
}
#navi {
	width: 98%;
	color: #C2C2C2; 
	background-color: #000000;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: medium;
	text-align: right;
	padding-right: 2%;
}
#show {
	width: 100 %;
	border-radius: 0.5em;
	margin-top: 1em;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	color: #000000;





	float: left
	clear: both
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	text-align: center;
	padding-top: 5px;
}
#bigdiv {
	background-color: transparent;
	clear: both;
	-webkit-box-shadow: 0em 0em 0em #784E24;
	box-shadow: 0em 0em 0em #784E24;
}
#sidemap {
	width: 15%;
	margin-top: 1em;
	float: left;
	clear: left;
}
#content {
	margin-top: 1em;
	margin-left: 1%;
	border-radius: 0.5em;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	color: #000000;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
	float: right;
	clear: right;
	width: 82%;
}
#text {
	padding-left: 2%;
	width: 95%;
}
#footer {
	border-radius: 0.5em;
	margin-top: 1em;
	background-color: #FCF2E8;
	filter: alpha(opacity=85); /* IE */
	opacity: 0.85; /* allgemein */
	-moz-opacity: 0.85; /* Mozilla */
	-khtml-opacity: 0.85; /* KTHML */
	-opera-opacity: 0.85; /* Opera */
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-size: small;
	color: #C2C2C2;
	text-align: center;
	-webkit-box-shadow: 0.4em 0.4em 0.4em #784E24;
	box-shadow: 0.4em 0.4em 0.4em #784E24;
}
.gridContainer.clearfix #show #impressumrechts {
	width: 50%;
	float: right;
	clear: right;
}
.gridContainer.clearfix #show #impressumlinks {
	width: 48%;
	float: left;
	clear: left;
	padding-left: 2%;
	padding-bottom: 2%;
}
#show #impressum h3 {
	padding-left: 2%;
}
#Absatzlinks {
	max-width: 50%;
}
#Absatzrechts {
	max-width: 50%;
	float: right;
	clear: right;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}



}
