* {
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	text-align: center;
	font-size: 10px;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	background: #FFF url("images/head.gif") left top repeat-x;
}

h1 {
	background: url("images/header.gif") 50% 0px no-repeat;
	height: 68px;
	text-indent: -5000px;
	overflow: hidden;	
}

h1, h2 {
	font-weight: normal;
}

h3, h4, h5, h6, caption {
	text-transform: uppercase;
	font-weight: normal;
}

ul {
	list-style: none;
}

strong, em {
	color: #000;
}

.skip, hr, #print_header {
	display: none;
}

/* navigation style goes here */
#navigation {
	background: #002953;
	font-size: 13px;
	border-bottom: 2px solid #444;
	text-transform: uppercase;
	height: 32px;
	padding-top: 4px;
}

#navigation ul {
	text-align: left;
	width: 950px;
	margin: auto;
	height: 30px;
}

#navigation ul li {
	float: left;
	margin-right: 6px;
	background: #ddd;
	border-top: 2px solid #444;
	height: 30px;
	padding: 0 10px;
	line-height: 32px;
}

#navigation ul li.active {
	height: 32px;
	background: #fff;
}

#navigation ul li a {
	display: block;
	height: 30px;
	color: #002953;
	text-decoration: none;
}

#navigation ul li a span {

}

#navigation ul li a:hover span {
	color: #06C;
	text-decoration: underline;
}

#navigation .active span {
	color: #06C;
}

/* content style goes here */
#content {
	margin: auto;
	width: 950px;
	font-size: 13px;
	background: #FFF;
	color: #222;
	text-align: left;
	position: relative;
	margin: 30px auto 70px auto;
	line-height: 1.6em;
}

#left, #right {
	position: absolute;
	top: 0;
	width: 460px;
	padding: 0 0 80px 0;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#content h2 {
	margin: 0 32px 8px 0;
	color: #06C;
	font-size: 26px;
	font-weight: normal;	
}

#content h3, #content legend, #content caption {
	display: block;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #FDCC29;
	color: #000;
	padding: 0 0 1px 0;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
}

#content h3 {
	margin-top: 20px;
}

#content h4 {
	margin: 0 32px 4px 0;
	font-size: 13px;
	color: #06C;
}

#content p, #content address {
	margin: 0 0 12px 0;
	line-height: 1.5;
	font-style: normal;
}

#content ul, #content dl {
	margin: 0 32px 12px 0;
	line-height: 1.5;
}

#content dt {
	font-weight: bold;
}

#content dd {
	padding: 2px 10px;
}

#content li {
	list-style: disc;
	list-style-position: inside;
	padding: 0 0 0 4px;
}

#content a {
	color: #002953;
	font-weight: bold;
	text-decoration: underline;
}

#content a:visited {
	font-weight: normal;
}

#content a:hover {
	color: #06c;
	text-decoration: none;
}

#content fieldset {
	display: block;
	margin: 0 0 24px 0;
}

#content label {
	display: block;
	padding: 10px 0 2px 0;
	font-size: 13px;
}

#content input, #content select {
	margin: 0 0 0 0;
	border: 1px solid #979797;
	color: #000;
	background: #EEE;
	padding: 2px;
	font-size: 14px;
	border-radius: 4px;
}

#content input:focus {
	border: 1px solid #FDCC29;
}

#content div.floatright {
	float: right;
	margin: -4px 0 10px 10px;
}

#content div.floatleft {
	float: left;
	margin: 0px 10px 1px 0;
}

#content div.nofloat {
	text-align: center;
	margin: 0 8px 10px 0;
}

#content p.gallery a {
	margin: 0 0 20px 10px;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 5px;
	width: auto;
	height: 190px;
	font-weight: normal;
}

#content p.gallery {

}

.clear {
	clear: both;
}

#content p.preview {
	margin: 0;
	padding: 0;
}

#content p.fixedwidth {
	width: 468px;
}

#content .foto {
	margin: 10px 16px;
}

#content .submit {
	margin-top: 16px;
	background: #06c;
	padding: 2px 4px;
	color: #fff;
	border: 1px solid #06c;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

#content .info {
	color: #979797;
	text-align: right;
	font-size: 11px;
	padding-right: 20px;
}

#content .old {
	color: #979797;
}

#content .links a {
	color: #222;
	text-decoration: none;
	font-weight: normal;
}

#content .links a:hover {
	color: #06C;
}

#content caption {
	clear: both;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	font-size: 170%;
}

#content table {
	width: 100%;
	margin: 0 10px 12px 0;
	line-height: 1.5;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 90%;
}

#content th {
	padding: 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #06C;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}

#content td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px;
}

#content tr.odd {
	background: #EEE;
}

#content tr:hover, #content tr.hover {
	color: #06C;
}

#content .satzung {
	text-align: right;
}

#content a.image:hover {
	background: none;
}

#content p.center {
	text-align: center;
}

#content .vorstand {
	float: right;
}

#content #homepageforecast {
	border: none;
	margin: 0;
	width: 100%;
}

#homepageforecast td {
	font-size: 10px !important;
	border: none;
	overflow: hidden;
}

#homepageforecast > tbody > tr > td {
	display: none;
}

#homepageforecast > tbody > tr > td[colspan="2"] {
	display: table-cell;
	padding: 0;
}

#homepageforecast > tbody > tr > td > img, #homepageforecast h2 {
	display: none !important;
}

#content .weathertable {
	margin: 0;
	width: 100%;
}

#content table.weathertable td.rowname {
	background: #eee;
}

#content table.weathertable td a {
	color: #002953;
	font-weight: bold;
	text-decoration: underline;
}

/* subnavigation style goes here */
ul#subnavigation {
	margin: 10px auto 0 auto;
	width: 950px;
	padding: 0;
	font-size: 13px;
	height: 30px;
}

ul#subnavigation li {
	float: left;
	border-bottom: 2px solid #ccc;
	margin: 0 16px 0 0;
	padding: 0;
}

ul#subnavigation a {
	padding: 4px 1px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #06C;
}

ul#subnavigation .active {
	font-weight: bold;
	border-color: #444;
}

ul#subnavigation li:hover {
	border-color: #444;
}

/* newsletter style goes here */
#newsletter {
	margin: 0 0 0 0;
}

#newsletter fieldset {
	width: auto;
	margin: 0;
}

#newsletter label {
	display: none;	
}

#newsletter input.field {
	width: 300px;
	margin: 5px 5px 5px 0;
	background: #FFF;
	color: #000;
	border: 1px solid #FDCC29;
	font-size: 14px;
}

#newsletter input.submit {
	width: 90px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
}

/* footer style goes here */
#footer {
	border-top: 2px solid #999;
	color: #666;
	padding: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	background: #ddd;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}

#footer > div {
	width: 950px;
	margin: auto;
	text-align: left;
}

#footer a {
	color: #666;
}

#current {
	margin-top: 14px;
}
