@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%;
	max-height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
	height:auto;
}

/*
	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;
}
#kopfbereich {
	margin-top: 5px;
	margin-bottom: 5px;
}
#banner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
}
#hauptbereich {
	background-color: #F7F7F7;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hauptbereich h1 {
	color: #233D78;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

#fussbereich {
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#fussbereich a {
	text-decoration: none;
}
html {
	min-height: 100%;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #E9E9E9;
	background-image: -webkit-linear-gradient(270deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,233,233,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#navigation ul {
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
#navigation ul li {
	display: table-cell;
	width: 16.667%;
}

#navigation ul li a {
	display: block;
	color: #233D78;
	line-height: 200%;
	text-align: center;
	text-decoration: none;
	background-color: #C0C0C0;
	background-image: -webkit-linear-gradient(270deg,rgba(192,192,192,1.00) 32.64%,rgba(222,221,221,1.00) 73.58%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(192,192,192,1.00) 32.64%,rgba(222,221,221,1.00) 73.58%,rgba(255,255,255,1.00) 100%);
	border-left: 2px solid #A3A3A3;
	border-top: 2px solid #A3A3A3;
	font-size: 110%;
}
#navigation ul li:first-child a {
	border-left-style: none;
}
#navigation ul li a:hover {
	background-color: #8E8E8E;
	background-image: -webkit-linear-gradient(270deg,rgba(142,142,142,1.00) 46.11%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(142,142,142,1.00) 46.11%,rgba(255,255,255,1.00) 100%);
	color: #75B5E5;
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

#hauptbereich ul li {
	list-style-type: none;

}
#hauptbereich ul li a {
	color: #233D78;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	line-height: 200%;
	background-color: #c0c0c0;
	background-image: -webkit-linear-gradient(270deg,rgba(192,192,192,1.00) 38.86%,rgba(222,221,221,1.00) 73.06%,rgba(255,255,255,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(192,192,192,1.00) 38.86%,rgba(222,221,221,1.00) 73.06%,rgba(255,255,255,1.00) 99.48%);
	text-align: center;
	border-bottom: 2px solid #C0C0C0;
}
#hauptbereich ul {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 230px;
}

#hauptbereich ul li a:hover {
	background-color: #7E7E7E;
	background-image: -webkit-linear-gradient(270deg,rgba(127,127,127,1.00) 46.63%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(127,127,127,1.00) 46.63%,rgba(255,255,255,1.00) 100%);
	color: #75B5E5;
}
#hauptbereich ul li:first-child a {
	border-top-right-radius: 10px;
}
#hauptbereich ul li:last-child a {
	border-bottom-right-radius: 10px;
}

#hauptbereich h3 {
	color: #233D78;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: bolder;
	font-size: x-large;
	font-variant: normal;
}
#hauptbereich h2 {
	color: #233D78;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: bolder;
	font-size: x-large;
	font-variant: normal;
}
#aktuelles {
	width: 240px;
	float: left;
	padding-top: 20px;
}
#text {
	width: 620px;
	margin-left: 40px;
}
.spalte {
	width: 300px;
	float: left;
	clear: none;
	margin-left: 0px;
}
#leer {
	width: 960px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#kopfbereich {
}
#banner {
}
#navigation {
}
#hauptbereich {
}
#fussbereich {
}
#aktuelles {
}
#text {
}
#leer {
}
.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: 88.5%;
	max-width: 960px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#kopfbereich {
}
#banner {
}
#navigation {
}
#hauptbereich {

}
#fussbereich {
}
#aktuelles {
}
#text {
}
#leer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
