@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%;
}

/* 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 {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

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

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	max-width: none;
}
#Kopf {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 100%;
}
#Navigation {
}
#Hauptbereich {
}
#Fusszeile {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
html {
	min-height: 100%;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(56,56,56,1.00) 18.65%,rgba(0,0,0,1.00) 40.93%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(56,56,56,1.00) 18.65%,rgba(0,0,0,1.00) 40.93%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(56,56,56,1.00) 18.65%,rgba(0,0,0,1.00) 40.93%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(56,56,56,1.00) 0%,rgba(56,56,56,1.00) 18.65%,rgba(0,0,0,1.00) 40.93%,rgba(0,0,0,1.00) 100%);
}
#Navigation ul {
	width: 100%;
	display: table;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Navigation ul li {
	width: 33.3333%;
	display: table-cell;
}
#Navigation ul li a {
	display: block;
	color: rgba(166,166,166,1.00);
	font-size: 1.1em;
	text-decoration: none;
	border-left: 2px solid rgba(56,56,56,1.00);
	border-right: 2px none rgba(0,0,0,1.00);
	text-align: center;
	background-color: rgba(56,56,56,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(56,56,56,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(56,56,56,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
#Navigation ul li a:hover {
	background-color: rgba(124,124,124,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(112,112,112,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(112,112,112,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(112,112,112,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(112,112,112,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
#Fusszeile h5 {
	color: rgba(166,166,166,1.00);
}
#Hauptbereich h3  {
	font-size: medium;
	color: rgba(166,166,166,1.00);
}








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

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#Kopf {
}
#Navigation {
}
#Hauptbereich {
}
#Fusszeile {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
#Hauptbereich h2 {
	color: rgba(166,166,166,1.00);
}
#Hauptbereich p {
	color: rgba(166,166,166,1.00);
	font-size: small;
}


}

/* 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: 88.5%;
	max-width: 960px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#Kopf {
}
#Navigation {
}
#Hauptbereich {
}
#Fusszeile {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
