html{
	background-color:#0066B3;
	font-size:100%;
	overflow-y:scroll;
}
body {
	padding:0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;
	height: 100%
	min-width: 760px;
	margin: 0;
	text-align:center;
	}

	
/* oberste Leiste */
#header {
	background: url("../../bilder/background/header-background.png") repeat-x scroll 0 0 #FFF;
	width:100%;
	background-color:#FFF;
	position:fixed;
	border-bottom:1px solid #ebebeb;
	z-index:1000;
	padding-bottom:0;
}
#site_container {
	background: url("../../bilder/background/background.png") repeat-x scroll center bottom #FFF;
	overflow:hidden;
	margin-bottom:-100px;
	}
#topnav {
	min-width: 760px;
	max-width: 1100px;
	height: 65px;
	margin: auto;
	padding-top: 3px;
	padding-bottom:0;
	}
#topnav ul { 
	list-style-type: none; 
	margin: 0;
	padding:0; 
	float:left; 
	}
#topnav ul li { 
	display: block; 
	float:left; 
	}
#topnav ul#ext { 
	float:right; 
	}	

/* Suche */

#search {
    width: 180px;
}
#search {
    padding: 4px 0;
}
#search {
    clear: none;
    float: right;
    width: 146px;
}
#search {
    clear: both;
    margin: 0;
    padding: 5px 0;
}
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
#search .field {
    padding: 0 37px 0 0;
}
#search input[type="text"] {
    height: 22px;
}
#search button {
    background-position: 0 -250px;
    height: 24px;
    width: 25px;
}
#search button:hover {
	background-position:0 -297px;
}
.hidden {
    display: none;
    left: -9999em;
    position: absolute;
    top: -9999em;
}
legend {
    border: 0 none;
}

/* Navigationsleiste */

#nav-main {
	position: relative;
	z-index: 5;
	min-width:760px;
	max-width: 1100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top: 20px;
	height:27px;
}
#nav-main > ul {
	float:left;
	padding:0;
	list-style:none;
}
#nav-main > ul > li {
	float: left;
	position:relative;
	padding:0;
	border-right:1px solid rgba(0, 0, 0, 0.1);
	height:27px;
}
#nav-main a {
	display:block;
	padding:3px 30px;
}

#nav-main,
#nav-main a {
	color:#333;
	text-decoration:none;
}

#nav-main a.active {
	background:url("../../bilder/background/nav-background.png") repeat-x scroll 0 0 #F4F4F4;
	position: relative;
	color: #333;
	height:21px;
}

#nav-main ul ul,
#nav-main .mega-dropdown {
	display: none;
	position:absolute;
	z-index: 4;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0 10px 20px RGBa(0,0,0,0.5);
	-webkit-box-shadow: 0 10px 20px RGBa(0,0,0,0.5);
	box-shadow: 0 10px 20px RGBa(0,0,0,0.5);
	width:auto;
	list-style:none;
}
#nav-main > ul > li:hover .mega-dropdown,
#nav-main > ul > li:hover ul {
	display: block;
}
#nav-main ul ul {
	min-width: 100%;
	padding: 5px 0;
	background-color:#F7F7F7;
}
#nav-main ul ul a {
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	
}
#nav-main ul ul a:hover {
	color: #333;
	background:url("../../bilder/background/nav-background.png") repeat-x scroll 0 0 #F4F4F4;
}
#nav-main a.active .arrow {
	background:url("../../bilder/background/nav-main-arrow.png") no-repeat scroll 0 -24px transparent;
	bottom:-8px;
	display:block;
	height:8px;
	left: 50%;
	margin:0 0 0 -8px;
	position:absolute;
	width:16px;
}


#site_content {
	max-width: 1100px;
	min-width: 760px;
	margin: auto;
	padding: 0;
	padding-bottom:90px;
	margin-bottom: 15px;
	}
	
	
/* rechte Spalte */
#spalte_rechts {
	width:220px;
	background: none;
	padding: 0;
	float:right;
	text-align:left;
	margin:0;
	padding-top: 5px;
	}
#spenden{
	background:#00518F;
	font-size:large;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin:15px;
	margin-bottom:15px;
	border-color: #BBBBBB #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
}
#spenden:hover{
	background:#1A76BB;
}
#spenden a{
	color:#FFF;
	text-decoration:none;
}
#spalte_rechts b{
	font-size:medium;
	font-weight:bold;
	}
#spalte_rechts strong{
	font-size:large;
	font-weight:bold;
	}
#text {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
}

/* Kleinnavigation */
#content .main, #content .breadcrumbs {
    float: left;
    padding: 0 2%;
    position: relative;
    width: 100%;
	margin-bottom:15px;
	font-size:smaller;
}
ul.breadcrumbs {
    margin: 10px 0 12px;
}
nav ul, nav ol, .selection {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display: inline;
    margin-right: 5px;
}
.breadcrumbs a {
    margin-right: 5px;
}

/* Haupttextteil */
#content_container { 
	margin-right:280px;
	margin-top:142px;
	}
#content_container_map { 
	margin-right:280px;
	}
#content {
	width: 102%; 
	margin: auto; 
	text-align:left; 
	line-height:1.25em;
	}

/* Haupttextteil - Teaser */
.teaser_overview_block {  
	margin-bottom:1.5em;
	margin-left:50px;
	margin-right:0;
	margin-top:0;
	border:1px solid #ccc;
	border-radius: 4px;
	}
.teaser_overview_image {
	float:left;
	width:170px;
	margin:1em 0 0 10px;
	padding:0;
	z-index:3;
	}
.teaser_overview_cnt { 
	margin:0;
	margin-left:3px;
	padding:1em 1em 1em 0; 
	border-left:180px solid transparent; 
	min-height:112px; 
	}
.teaser_overview_cnt h2 { 
	padding: 0.2em 0 0.5em 0; 
	}
.teaser_overview_cnt .teaser_lab { 
	width:100%; 
	clear:right; 
	}
.teaser_overview_cnt .teaser_labl { 
	clear:both; 
	width:40%; 
	float:left; 
	}
.teaser_overview_cnt .teaser_lab2 { 
	float:right; 
	width:55%; 
	}
span.teaser_lastmod { 
	padding-right: 10px; 
	font-size: 0.75em; 
	}
.readmore_btn {  
	margin:0; 
	padding:0 0 1em 0; 
	margin-left:15px;
	}
.readmore_btn a, .readmore_btn2 a {
	margin: 0 0 1em 0; 
	padding: 0 0 0 16px;
	background-image: url(../bilder/background/more_btn.gif); 
	background-repeat:no-repeat;
	background-position: left;
	}
.readmore_btn2 { 
	margin:0; 
	padding:0 0 1em 0; 
	}
	
.teaser_overview_block_1 {  
	width:100%; 
	margin:0;
	overflow:hidden;
	}
.teaser_overview_image_1 {
	float:left;
	width:250px;
	margin:1em 0 0 10px;
	padding:0;
	z-index:3;
	}
.teaser_overview_cnt_1 { 
	margin:0;
	margin-left:3px;
	padding:1em 1em 1em 0; 
	border-left:260px solid transparent;
	min-height:112px;
	}
.teaser_overview_cnt_1 h2 { 
	padding: 0.2em 0 0.5em 0; 
	}
.readmore_btn_1 { 
	margin:0; 
	padding:0 0 1em 0; 
	margin-left:15px;
	}
.readmore_btn_1 a{
	margin: 0 0 1em 0; 
	padding: 0 0 0 16px;
	background-image: url(../bilder/background/more_btn.gif); 
	background-repeat:no-repeat;
	background-position: left;
	}
	
.teaser_overview_block_2 { 
	width:100%; 
	margin:0;
	}
.teaser_overview_image_2 {
	float:left;
	width:100px;
	margin:1em 0 0 10px;
	padding:0;
	}
.teaser_overview_cnt_2 { 
	margin:0;
	margin-left:3px;
	padding:1em 1em 1em 0; 
	border-left:110px solid transparent; 
	}
.teaser_overview_cnt_2 h3 { 
	padding: 0.2em 0 0.5em 0; 
	}
.readmore_btn_2 { 
	clear:both; 
	margin:0; 
	padding:0 0 1em 0; 
	margin-left:15px;
	}
.readmore_btn_2 a{
	margin: 0 0 1em 0; 
	padding: 0 0 0 16px;
	background-image: url(../bilder/background/more_btn.gif); 
	background-repeat:no-repeat;
	background-position: left;
	}
	
.teaser_overview_block_3 { 
	width:100%; 
	margin:0;
	border:1px solid #ccc; 
	}
.teaser_overview_cnt_3 { 
	margin:0;
	margin-left:3px;
	padding:1em 1em 1em 0; 
	border-left:50px solid transparent; 
	}
.teaser_overview_cnt_3 h2 { 
	padding: 0.2em 0 0.5em 0; 
	}


/* Haupttextteil - gesonderter Inhalt */
.content_block_child3 {  
	width: 100%; 
	margin: 1em 0 1em 0; 
	padding: 1em 0 2em 0; 
	border-bottom:1px solid #ccc; 
	border-top:1px solid #ccc; 
	}
.linkblock { 
	width:100%;
	margin: 5px 0 0 0; 
	}
.linkblock .pdfdesc { 
	padding:0;
	margin:0; 
	}
#content div.linkblock div.pdfdesc p { 
	margin:0; 
	padding:0; 
	}
.pdf_reader { 
	margin:1em 0 1.5em 0; 
	font-size:0.9em; 
	padding:0; 
	width:100%; 
	}


/* Haupttextteil - Fusszeile */
#foot {
	width:100%;
	margin: 0;
	padding: 0;
	height: 1.625em;
	font-size: x-small
	}
#foot ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	float:right;
	}
#foot ul li { 
	display: block; 
	float:left; 
	}


/* Trennlinien */
hr {
	background-color: #225582; /* Farbe für Opera und Firefox */
	color: #225582; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height:1px;
	}
.hd { 
	display:none; 
	}
hr.mborder { 
	height:2px;
	}
	
	
/* Schriften etc */
p {
	margin-top: 0;
	margin-bottom: 12px
	}
text {
	margin-left: 5px;
	}
text strong{
	font-size:medium;
	font-weight:lighter;
	}
a { 
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a, a:hover, #main_nav ul li a, #footer {
	color: #225582;
	}
h1,h2,h3,h4,h7,h8,h9 { 
	margin: 0; 
	padding: 0 0 1em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
h1 {
	padding: 0.2em 0 1.5em 0;
	font-size:20px;
	color:#134D7E;
    margin: 0 0 10px;
	}
h2 {
	font-size: 18px; 
	line-height:1.2em; 
	}
h3 {
	font-size: 1em; 
	}
h4 {
	font-size: 1em; 
	}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	}
h7 {
	padding: 0.2em 0 1.5em 0; 
	font-size: 18px;
	}
h8 {
	padding: 0.2em 0 1.5em 0; 
	font-size: 16px;
	}
.gelbbox { 
	background-color:#FFFF66;
	font-size:medium;
	font-style:italic;
	padding:16px; 
	margin:0px; 
	margin-left: 3px;
	}
	
#map_canvas{
	margin-top:135px;
	margin-bottom:10px;
	margin-left:7px;
	margin-right:7px;
}
a.app_pdf {
	margin: 0; padding: 0 0 0 20px;
	background-image: url(../bilder/background/pdficon_small.gif); 
	background-repeat:no-repeat;
	background-position: left;
	}
a.app_rss {
	margin: 0; padding: 0 0 0 20px;
	background-image: url(../feed-icon-14x14.png); 
	background-repeat:no-repeat;
	background-position: left;
	}


/* Fussblock */	
#footer .skyline {
	min-width: 760px;
    background: url("../bilder/background/footer-skyline.png") no-repeat;
    display: block;
    height: 80px;
    position: absolute;
    top: -80px;
    width: 100%;
}
#footer .claim {
    display: block;
    height: 25px;
    position: absolute;
    right: 30px;
    top: -100px;
    width: 280px;
}
#header:after, #nav-meta:after, #nav-main:after, .gr:after, #footer:after, #bottom:after, #nav-footer:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#footer {
    min-width: 760px;
    background: url("../bilder/background/footer-background.png") repeat-x scroll 0 0 #0066B3;
	color:#FFF;
    position: relative;
	margin-top:100px;
}
#footer .wrap {
    position: relative;
}
.wrap {
    margin: auto;
    min-width: 740px;
	max-width: 1100px;
	margin-top:30px;
}
.wrap {
    padding: 0 10px;
}
#nav-footer {
    border-bottom: 1px solid #00528F;
    padding: 10px 0 20px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
#nav-footer h4, #nav-footer ul ul {
    margin-right: 10px;
	list-style:none;
}
#nav-footer .sub li {
    float: none;
    width: auto !important;
}
#footer a {
	color: #FFF;
    display: block;
}
#nav-footer .sub li {
    float: none;
    width: auto;
}
#nav-footer li {
    width: 16.6667%;
	list-style:none;
}
#nav-footer li {
    float: left;
}
#nav-footer ul{
    margin: 0 0 1em;
    padding: 0;
	text-align:left;
}
h5 {
	margin: 1.5em 0 0.5em;
	font-size: 1em;
	color:#FFF;
	}
a {
    -moz-transition: color 0.1s linear 0s, opacity 0.1s linear 0s, background-color 0.1s linear 0s;
    text-decoration: none;
}
#nav-footer li.address {
    float: left;
}


/* Felder und Buttons */	

DIV.csc-textpic-left DIV.csc-textpic-text {
    clear: left;
}
#bottom {
    border-top: 1px solid #4D8FC1;
    padding: 15px 0 20px;
}
form {
    margin: 0;
}
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.quick-field {
    position: relative;
}
.quick-field .field {
    background: none repeat scroll 0 0 #1A76BB;
    border: 1px solid #00518F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
}
.quick-field input[type="text"] {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #B8CEDE;
    display: block;
    padding: 0 5px;
    width: 100%;
}
input[type="text"], input[type="email"], textarea, select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    padding: 3px 5px;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
body, button, input, select, textarea {
    font-family: sans-serif;
}
.quick-field button {
    background-image: url("../../bilder/background/quick-buttons.png");
    background-repeat: no-repeat;
    border: medium none;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}