body, html {
	height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
body {
	background-color: #c3deff;
	background-repeat: repeat-x;
	background-image: url(body.png);
}
* ol, ul, li {
	margin: 0px;
	padding: 0px;
}
#mitte {
	background-image: url(mitte.png);
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
/*header*/
#media {
	position: absolute;
	margin-top: 10px;
	font-size: 0.7em;
	color: #006;
	margin-left: 800px;
}
#media a, #media a:visited {
	color: #006;
	text-decoration: none;
}
#media a:hover {
	text-decoration: underline;
}
#headerblende {
	background-image: url(headerblende.png);
	background-repeat: no-repeat;
	height: 214px;
	width: 990px;
}
#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 214px;
	width: 990px;
	position:absolute;
}
#blume1 {
	height: 245px;
	width: 261px;
	background-image: url(header_blume1.png);
	background-repeat: no-repeat;
	position: absolute;
}
#blume2 {
	margin-top: 103px;
	margin-left: 817px;
	height: 174px;
	width: 185px;
	background-image: url(header_blume2.png);
	background-repeat: no-repeat;
	position: absolute;
}
/*Inhalt*/
#inhalt {
	width: 650px;
	float: right;
	margin-top: 0px;
	margin-right: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#inhalt h1 {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #6888BF;
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6888BF;
	clear: both;
}
#inhalt h2 {
	font-size: 1.12em;
	line-height: 1.2em;
	color: #6888BF;
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
}
#inhalt p {
	font-size: 0.9em;
	color: #333;
	line-height: 1.4em;
}
#inhalt a, #inhalt a:visited {
	color: #840A04;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}
#inhalt ul, #inhalt ol {
	margin-left: 50px;
}
#inhalt li {
	font-size: 0.9em;
	color: #05050F;
	line-height: 1.4em
}
.indent {
	margin-left: 25px;
}
.csc-textpic-caption, p.news-single-imgcaption {
	font-size: 0.7em !important;
	color: #6B8EC2 !important;
	line-height: 1em !important;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color: #577298;
	border-bottom-color: #577298;
	border-left-color: #577298;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	width: auto !important;
	font-style: italic !important;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
#share {
	width: 595px;
	min-height: 40px;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 30px;
	background-image: url(share-button.png);
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 7px;
	margin-bottom: 25px;
}
#share a, #share a:visited {
	padding-left: 65px;
	color: #5C75A9;
	text-decoration: none;
}
#share a:hover {
	text-decoration: none;
}
/*Navigation*/
#navigationwrapper {
	height: 45px;
}
#navigation {
	width: 685px;
	min-height:  32px;
	margin-top: -13px;
	margin-left: 160px;
	background-color: rgba(114,145,193,0.75);
	clear: both;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6B8BBC;
	border-bottom-color: #6B8BBC;
	border-left-color: #6B8BBC;
	box-shadow: 0px 0px 10px #000;
	background-image: -moz-linear-gradient(top, rgba(25,25,25,0.5) 0px, rgba(255,255,255,0) 32px);
	background-image: -o-linear-gradient(top, rgba(25,25,25,0.5) 0px, rgba(255,255,255,0) 32px);
	background-image: -webkit-linear-gradient(top, rgba(25,25,25,0.5) 0px, rgba(255,255,255,0) 32px);
	background-image: -ms-linear-gradient(top, rgba(25,25,25,0.5) 0px, rgba(255,255,255,0) 32px);
}
#navigation ul {
	margin-left: 12px;
	margin-left: 100px;
	margin-right: 50px;
	text-align: center;
	width: 550px;
	list-style-type: none;
}
#navigation li {
	list-style-type: none;
	line-height: 32px;
	font-size: 0.75em;
	height: 27px;
	display: block;
	float: left;
	margin-right: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(114,145,193,0.75);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.5) 0px, rgba(25,25,25,0) 16px);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0.5) 0px, rgba(25,25,25,0) 16px);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.5) 0px), rgba(25,25,25,0) 16px);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0.5) 0px), rgba(25,25,25,0) 16px);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #36527A;
	border-bottom-color: #36527A;
	border-left-color: #36527A;
}
#navigation li:hover {
	background-color: rgba(249,249,71,0.75);
	height: 38px;
}
#navigation #current {
	background-color: rgba(76,131,77,0.75);
	height: 38px;
}
#navigation a, #navigation a:visited #navigation a:hover {
	color: #F2F3FF;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
#navigation a:hover {
	color: #a97023;
}
#navigation ul li#current a {
	color: #ddf6da;
}
#navigation ul li#current {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4C834D;
	border-bottom-color: #4C834D;
	border-left-color: #4C834D;
}
/*Inselnews*/
#inselnews {
	width: 180px;
	float: left;
	margin-left: 37px;
	margin-top: -45px;
	min-height: 150px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 12px;
	background-color:rgba(222,237,243,0.75);
	box-shadow: 0px 0px 10px #000000;
	background-image: url(blumen.png), -moz-linear-gradient(top, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 75%);
	background-image: url(blumen.png), -o-linear-gradient(top, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 75%);
	background-image: url(blumen.png), -webkit-linear-gradient(top, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 75%);
	background-image: url(blumen.png), -ms-linear-gradient(top, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 75%);
	background-repeat: no-repeat;
	background-position: left bottom, left top;
}
#inselnews h4 {
	text-align: center;
	font-size: 1em;
	line-height: 40px;
	width: 180px;
	margin-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: #2E4970;
	font-style: italic;
	font-variant: small-caps;
	background-repeat: no-repeat;
	background-position: right 5px, top left;
	background-image: url(surfen.png), -moz-linear-gradient(left, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 90%);
	background-image: url(surfen.png), -o-linear-gradient(left, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 90%);
	background-image: url(surfen.png), -webkit-linear-gradient(left, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 90%);
	background-image: url(surfen.png), -ms-linear-gradient(left, rgba(57,68,84,0.5) 0px, rgba(146,188,237,0) 90%);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#inselnews .news-latest-item {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E4970;
}
#inselnews .news-latest-container h2 {
	font-size: 1em;
	line-height: 1.25em;
	color: #FFED0B;
}
#inselnews .news-latest-container a, #inselnews .news-latest-container a:visited {
	color: #253A5A;
	text-decoration: none;
}
#inselnews .news-latest-item {
	font-size: 0.75em;
	line-height: 1em;
}
span.news-latest-date {
	color: #7291C1;
	margin-bottom: 5px;
	text-align: right;
	width: 180px;
}
.news-latest-gotoarchive, .news-latest-gotoarchive a, .news-latest-gotoarchive a:visited {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DCA918;
	font-size: 0.75em;
	line-height: 1em;
	color: #DCA918;
}
.news-single-item h1 {
	color: #2E499E !important;
}
.news-single-item h2 {
	font-size: 0.75em !important;
	font-style: italic;
	line-height: 1.25em !important;
	color: #333 !important;
}
.news-single-rightbox {
	margin-top: 15px;
}
/*Zusatznavi*/
#zusatz {
	width: 180px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #732F06;
	padding-top: 10px;
	margin-top: 15px;
}
#inselnews ul {
	text-align: center;
	list-style-type: none;
}
#inselnews #zusatz li {
	font-size: 0.65em;
	line-height: 1.25em;
	float: left;
	padding-right: 3px;
}
#inselnews #zusatz a, #inselnews #zusatz a:visited {
	color: #732F06;
	text-decoration: none;
}
#inselnews #zusatz a:hover {
	text-decoration: underline;
}
