/* cookie warning */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

body,html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	/*font-size: 1em;*/
	background: url(img/bg.png) #fff top left repeat-x;
	font-size: 16px;
	color: #222;
	cursor: default;
}

*[dir="ltr"] { unicode-bidi: embed; direction: ltr; }
*[dir="rtl"] { unicode-bidi: embed; direction: rtl; }
bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override }
bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override } 

a {
	outline: none;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	background: url(img/bg_contentarea.png) #fff no-repeat;
}

#rightbar a {
	color: #004488;
}

#content a {
	color: #004488;
}

#content a:hover {
	color: #004488;
	text-decoration: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

.csc-mailform {
    border: 0px;
}

.csc-mailform-field label {
    width: 120px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
}
 
.csc-mailform-field input, .csc-mailform-field textarea, select.pdfselect {
    margin-bottom: 5px;
    border: solid 1px #C6C3C6;
    border-width: 1px 2px 2px 1px;
    background: #fff;
}
 
.csc-mailform-field input:focus, .csc-mailform-field textarea:focus, select.pdfselect:focus {
    margin-bottom: 5px;
    border: solid 1px #004488;
    background: #fff;
    border-width: 1px 2px 2px 1px;
}
 
select.pdfselect {
    width: 100%;
}
 
.csc-mailform-field .csc-mailform-submit, .pdfsubmit {
    margin-left: 125px;
    background: #004488;
    border-width: 0;
    color: #fff;
    padding: 3px;
}
 
.csc-mailform-field .csc-mailform-submit:focus, .pdfsubmit:focus {
    margin-left: 125px;
    background: #004488;
    border-width: 0;
    color: #fff;
}
 
.pdfsubmit, .pdfsubmit:focus {
    margin-left: 0px;
}
 
.csc-mailform-field #captchaResponse {
    margin-left: 125px;
}

.csc-mailform-field {
	clear: both;
	margin-bottom: 5px;
}

#mailform .datenschutz-wrap{
	margin:20px 0;
}

#mailform .datenschutz-wrap label{
	width:100%;
	clear:both;
	float:none;
}

#mailform #mailformformtype_mail[disabled],
#mailform #mailformformtype_mail[disabled]:hover{
	background-color:#aaa;
	color:#000;
	cursor:not-allowed;
}
 
.contenttable, .htmlarea-showtableborders {
	/*width: 100%;*/
}
 
.contenttable p, .htmlarea-showtableborders p {
    margin: 0;
    padding: 0;
}

.contenttable tr, .htmlarea-showtableborders tr {
	vertical-align: top;
}

#content .contenttable td, #content .contenttable th {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #E3E3E3;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
}

#content .contenttable th {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #E3E3E3;
	text-align: center;
	background: #F2F2F2;
}

#content ul, #rightbar ul {
    list-style-image: url(img/list.gif);
}

#rightbar ul {
    margin-top: 4px;
}

#rightbar .rightbar-login {
	margin: 0 10px;
}

#rightbar .tx-newloginbox-pi1 h3 {
	display: none;
}

#rightbar .tx-newloginbox-pi1 #user, #rightbar .tx-newloginbox-pi1 #pass {
	width: 80px;
	font-size: 10px;
}

#rightbar .tx-newloginbox-pi1 {
	font-size: 11px;
}

#rightbar .tx-newloginbox-pi1 table {
	width: 200px;
	text-align: left;
	margin: 0 10px;
}

#rightbar .tx-newloginbox-pi1 table th {
	width: 80px;
}

#content .news-amenu-container ul {
    list-style-image: url(img/list.gif);
}

#contentarea #content .innerpadding .newstable {
	width: 100%;
}

#content ul.csc-menu {
    list-style-image: url(img/list.gif);
}

#content DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	/*padding: 0;
	margin: 0;
	margin-left: 1px;
	margin-bottom: 1px;*/
}

#content DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	/*padding: 0;
	margin: 0;
	margin-left: 1px;
	margin-bottom: 1px;*/
}

#content DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	/*padding: 0;
	margin: 0;
	margin-left: 1px;
	margin-bottom: 1px;*/
}

#headerarea {
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#headerarea #headermask {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 60;
}

* html #headerarea #headermask { behavior: url(/fileadmin/template/js/iepngfix.htc) }

.shadowbox {
	border-bottom: solid 1px #ccc;
	height: 1px;
	overflow: hidden;
	width: 976px;
}

#headerarea .shadowpadding {
	background: #fff;
	height: 100px;
	width: 976px;
}

#headerarea #logowrap {
	background: url(img/bg_logo.png) #fff top left no-repeat;
	text-align: left;
	font-size: 0.8em;
	color: #666;
	width: 215px;
	height: 300px;
	float: left;
	padding-left: 5px;
}

#headerarea #logowrap .box {
	padding: 0px 10px;
	font-size: .85em;
}

#headerarea #logowrap .box b {
	color: #004488;
	font-size: 1.3em;
}

#headerarea #logowrap .box a {
	color: #666666;
	text-decoration: none;
}

#headerarea #topmenu {
	/*background: #C9C9C9;*/
	text-align: left;
	font-size: 0.7em;
	color: #666;
	width: 756px;
	height: 300px;
	float: right;
}

#headerarea #topmenu a {
	color: #666;
	text-decoration: none;
}

#headerarea #topmenu a:hover {
	color: #004488;
	text-decoration: underline;
}

.icon12 {
	padding-left: 15px;
	background: url(img/icon_home.gif) no-repeat left center;
}

.icon9 {
	padding-left: 15px;
	background: url(img/icon_impressum.gif) no-repeat left center;
}

.icon8, .icon52, .icon43, .icon60 {
	padding-left: 15px;
	background: url(img/icon_impressum.gif) no-repeat left center;
}

.icon11 {
	padding-left: 15px;
	background: url(img/icon_sitemap.gif) no-repeat left center;
}

.icon10 {
	padding-left: 15px;
	background: url(img/icon_suche.gif) no-repeat left center;
}

#headerarea #logo {
	float: left;
	width: 290px;
	height: 85px;
	overflow: hidden;
}

#headerarea #topmenu #topmenu2 {
	width: 736px;
	height: 31px;
	overflow: hidden;
	background: url(img/bg_topmenu.png) top left;
	padding-right: 20px;
}

#headerarea #topmenu #topmenu2 a {
	position: relative;
	z-index: 70;
}

.sprache {
	float: left;
	width: 100px;
	padding-left: 5px;
}

.sprache img {
	margin-top: 4px;
}

#footer .sprache img {
	margin-top: 2px;
}

#footer .sprache_bottom {
	margin-top: -10px;
}

#footer .sprache {
	float: left;
	width: 190px;
	text-align: left;
}

.topmenu_menu {
	text-align: right;
	height: 31px;
	line-height: 30px;
	padding-right: 10px;
}

#footer .topmenu_menu {
	float: right;
	width: 640px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
}

#footer .topmenu_menu a:hover {
	text-decoration: underline;
}

#header {
	float: right;
	width: 756px;
	height: 270px;
	position: relative;
}

#header #headerimg {
	margin-top: -2px;
	width: 756px;
	height: 270px;
	overflow: hidden;
	z-index: 50;
	border-bottom: solid 1px #fcc300;
}

#mainmenu {
	position: relative;
}

#contentarea {
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	position: relative;
	/*text-align: left;*/
}

#headerarea .shadowpadding, #contentarea .shadowpadding {
	top: 0;
	left: 0;
	margin: 0 7px 0 7px;
	width: 976px;
	/*background: url(img/bg_content.png) top left no-repeat;*/
}

#contentarea .shadowpadding {
	background: url(img/bg_content.png) top left repeat-y;
	padding-top: 15px;
}

#leftbar {
	float: left;
	position: relative;
	color: #fff;
	top: 0;
	left: 0;
	margin: 0;
	width: 220px;
	font-size: 0.8em;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
	margin-bottom: 50px;
	z-index: 50;
}

#rightbar {
	float: right;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 200px;
	font-size: 0.8em;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
	z-index: 60;
	/*background: #9ba9bc;*/
	/*margin-top: -30px;*/
}

#rightbar .box h1 {
	color: #fff;
	font-size: 1em;
	background: url(img/bg_right_headline.png) #fff center left;
	padding: 5px 10px;
	padding-left: 30px;
	height: 15px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

#rightbar .box .newsbox_content {
	padding: 10px 15px;
}

#rightbar .box .newsbox_content p {
	padding: 0px;
}

#rightbar .box .more a {
	background: url(img/list2.gif) 2px 2px no-repeat;
	padding-left: 14px;
	color: #004488;
	text-decoration: none;
}

#leftbar ul#leftmenuul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 220px;
	border-top: 1px solid #ccc;
	font-size: 12px;
}

#leftbar ul#leftmenuul2 {
	padding-left: 0px;
}

#leftbar ul#leftmenuul li.li01 {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#leftbar ul#leftmenuul li.li02 {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: solid 1px #DFDFDF;
}

#leftbar ul#leftmenuul li.li03 {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
	border-bottom: solid 1px #DFDFDF;
}

#leftbar ul#leftmenuul a {
	display: block;
	/*position: relative;*/
	margin: 0px;
	padding: 8px 6px 8px 26px;
	font-weight: 200;
	padding-left: 25px;
	text-decoration: none;
	color: #4f504f;
	font-size: 12px;
	width: 180px;
	margin-left: 30px;
	/*background: url(img/bg_leftmenu.gif) 0px center no-repeat;*/
	margin-left: 15px;
}

#leftbar ul#leftmenuul .spacer {
	height: 20px;
}

#leftbar ul#leftmenuul a:hover, #leftbar li.act a.linkact {
	color: #004488;
	/*background: #004488;*/
	border-left: solid 0px #FA150A;
}

#leftbar ul#leftmenuul li.li02 a {
	padding-left: 44px;
	font-weight: 200;
	font-size: 12px;
	background-image: url(img/list2.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	width: 147px;
	border-bottom: solid 0px #c9c9c9;
}

#leftbar ul#leftmenuul li.li02 a:hover, #leftbar li.li02 a.linkact {
	color: #004488;
}

#leftbar ul#leftmenuul li.act a {
	color: #004488;
	font-weight: 700;
}

#leftbar ul#leftmenuul li.act ul a {
	font-weight: 200;
}

#leftbar ul#leftmenuul li.act a.linkact {
	border-left: solid 0px #FA150A;
	color: #004488;
	font-weight: 700;
	font-size: 12px;
}

#leftbar ul#leftmenuul li.li02 a.linkact {
	color: #004488;
	border-left: solid 0px #CBCBCB;
}

#leftbar ul#leftmenuul li.li02 a {
	color: #676767;
}

#leftbar ul#leftmenuul li.li02 a:hover {
	background-image: url(img/list2.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	border-left: solid 0px #CBCBCB;
}

#leftbar ul#leftmenuul li.li03 a {
	padding-left: 70px;
	font-weight: 200;
	font-size: 12px;
	background-color: #FBFBFB;
	background-image: url(img/list2.gif);
	background-repeat: no-repeat;
	background-position: 50px center;
	width: 127px;
	color: #676767;
}

#leftbar ul#leftmenuul li.li03 a:hover {
	background-color: #fff;
	background-image: url(img/list2.gif);
	background-repeat: no-repeat;
	background-position: 50px center;
	border-left: solid 0px #CBCBCB;
}

#leftbar ul#leftmenuul li.li03 a.linkact {
	color: #004488;
	background-color: #FBFBFB;
}



#rightbar .box {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #666;
	background: #efefef;
	/*border: solid 1px #ccc;*/
}

#rightbar .box p {
	padding: 5px 10px;
	padding-right: 5px;
	margin: 0;
}

#rightbar .box a {
	color: #666;
}

#rightbar .csc-frame-invisible {
	border: solid 0px #ccc;
}

#rightbar .csc-frame-frame1 {
	color: #fff;
	background: #004488;
}

#rightbar .csc-frame-frame1 h1 {
	/*background: url(img/bg_left_high.jpg) #fff top left no-repeat;*/
	background: #004488;
	color: #fff;
	border-bottom: solid 0px #fff;
}

#rightbar .csc-frame-frame1 a {
	color: #fff;
}

#rightbar .filelinks {
	padding-left: 8px;
	width: 170px;
}

#rightbar .filelinks a {
	text-decoration: underline;
}

#contentarea #content {
	border-bottom: solid 0px #6D7783;
	float: left;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	width: 530px;
	float: left;
	font-size: 0.8em;
	color: #444;
}

#contentarea #content .innerpadding {
	padding: 0px 10px 0 20px;
	padding-top: 5px;
	font-size: 1em;
	/*border-left: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;*/
}

#contentarea #content .innerpadding p a.internal-link {
	background: url(img/list2.gif) left 3px no-repeat;
	padding-left: 12px;
}

#contentarea #rightbar p a.internal-link {
    background: url("img/list2.gif") no-repeat scroll 2px 2px transparent;
    color: #004488;
    padding-left: 14px;
    text-decoration: none;
}

#contentarea #content .csc-sitemap ul li a {
	font-weight: 700;
}

#contentarea #content .csc-sitemap ul li li a {
	font-weight: 200;
}

#content h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004488;
	font-size: 1em;
	text-transform: uppercase;
	/*background: url(img/list.gif) left center no-repeat;
	padding-left: 10px;*/
}

#content h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004488;
	font-size: 1em;
	/*background: url(img/list.gif) left center no-repeat;
	padding-left: 10px;*/
}

#content h2, #content h3 {
	color: #444;
	font-size: 1.1em;
	font-weight: 200;
}

#content h2, #content h3 strong {
	font-weight: 700;
}

#content .csc-frame-frame1, #content .csc-frame-framearrw {
	width: 485px;
	margin-top: 10px;
	padding: 10px;
	/*background: url(edge_content.gif) #EFEBEF top right no-repeat;*/
	background: url(img/bg_frame1.jpg) #fff left top repeat-x;
	/*border-bottom: solid 3px #DFDFDF;
	border-right: solid 3px #DFDFDF;*/
}

#content .csc-frame-frame1 .csc-textpic-text p, #content .csc-frame-framearrw .csc-textpic-text p {
	margin-top: 0px;
}

#content .csc-frame-framearrw .csc-textpic-text p a {
	background: url(img/list2.gif) left center no-repeat;
	padding-left: 18px;
}

.csc-frame-frame1 .csc-textpic-image, .csc-frame-frame1 .csc-textpic-text, .csc-frame-framearrw .csc-textpic-image, .csc-frame-framearrw .csc-textpic-text {
	position: relative;
}

#content .csc-frame-frame2 {
	width: 485px;
	border: 1px solid #CCCCCC;
	margin: 2px;
}

#content .csc-frame-frame2-inner {
	padding: 10px;
}

#content .csc-frame-frame2 h3, #content .csc-frame-frame2 p, #content .csc-frame-indent h3, #content .csc-frame-indent p {
	margin: 0;
	padding: 0;
}

#content .csc-frame-frame2 h3, #content .csc-frame-indent h3 {
	margin-bottom: 10px;
}

#content .csc-frame-indent {
	text-align: center;
}

#content .csc-frame-news-inner {
	width: 440px;
	background: url(img/bg_newsbox.gif) 10px center no-repeat;
	border-bottom: solid 0px #DFDFDF;
	border-right: solid 0px #DFDFDF;
	padding-left: 75px;
}

#content .csc-frame-news p {
	margin: 5px 0;
}

#content .csc-frame-kontakt-inner {
	width: 440px;
	background: url(img/bg_kontaktbox.gif) 10px center no-repeat;
	border-bottom: solid 0px #DFDFDF;
	border-right: solid 0px #DFDFDF;
	padding-left: 75px;
}

#content .csc-frame-aktion-inner {
	width: 440px;
	background: url(img/bg_aktionbox.gif) 10px center no-repeat;
	border-bottom: solid 0px #DFDFDF;
	border-right: solid 0px #DFDFDF;
	padding-left: 75px;
}

#content .csc-frame-frame1 h1, #content .csc-frame-framearrw h1 {
	margin-top: 0px;
}

#content .newslist .csc-frame-frame1 {
	background: #fff;
	width: 97%;
	margin-top: 10px;
	padding: 10px;
}

#content a.tag-4, #content a.tag-3, #content a.tag-2, #content a.tag-1 {
	text-decoration: none;
}

#content .breadcrumb {
	margin-top: 10px;
	font-size: 0.85em;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #004488;
}

#content .newslist .csc-frame-frame1 td {
	padding-bottom: 15px;
	border-bottom: dotted 1px #909090;
}

#content #pdf {
	border-top: dashed 1px #E6E7E6;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

#contentarea #sidebar {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 215px;
	float: right;
	font-size: 0.85em;
	background: url(img/edge_rightbar.jpg) #e9e8e8 top right no-repeat;
}

/* Toggle default */

#rightbar .csc-textpic-image .csc-textpic-caption {
	font-size: 0.8em;
	color: #4F3B00;
}

#rightbar .rgaccord1-nest {
	/*width: 96%;*/
	margin: 5px auto;
}

#rightbar .rgaccord1-nest .csc-textpic-image .csc-textpic-caption {
	padding: 1px;
}

#rightbar h3.rgaccord1-toggle, #content h3.rgaccord1-toggle {
	color: #fff;
	font-size: 1em;
	background: url(img/expand.gif) #828282 178px 5px no-repeat;
	height: 28px;
	padding-right: 20px;
	overflow: hidden;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 27px;
	width: 175px;
	font-weight: 200;
	text-align: right;
	border-top: solid 1px #004488;
	cursor: pointer;
}

/* Toggle act item */
#rightbar h3.act, #content h3.act {
	color: #fff;
	font-size: 1em;
	background: url(img/collapse.gif) #004488 178px 5px no-repeat;
	height: 28px;
	padding-right: 20px;
	overflow: hidden;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 27px;
	width: 175px;
	font-weight: 200;
	text-align: right;
	border-top: solid 1px #828282;
	cursor: pointer;
}

/* the content */
div.rgaccord1-content {
}

/* the content */
#rightbar div.rgaccord1-content p {
	padding: 5px;
	margin: 0;
}
#rightbar div.rgaccord1-content .newsbox_content p {
	padding: 2px;
	margin: 0;
}

#rightbar div.rgaccord1-content ul {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	margin-left: 25px;
}

#rightbar div.rgaccord1-content p a {
	/*background: url(arrw.gif) left 3px no-repeat;
	padding-left: 12px;*/
	text-decoration: none;
}

#rightbar div.rgaccord1-content p a:hover {
	/*background: url(arrw.gif) left 3px no-repeat;
	padding-left: 12px;*/
	text-decoration: underline;
}

#rightbar div.rgaccord1-content, #content div.rgaccord1-content {
  	width: 100%;
  	border-left: 0px solid #ccc;
  	border-right: 0px solid #ccc;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  	margin-bottom: 0;
}

/* remove margin of a CE */
#rightbar div.rgaccord1-content {
}

#rightbar div.rgaccord1-content .csc-textpic {
  	padding: 0 5px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  	display:none;
}

table.startseite {
	width: 500px;
	vertical-align: top;
	font-size: 0.9em;
}

table.startseite .startseite_tr {
	vertical-align: top;
}

table.startseite .startseite_td {
	/*width: 33%;*/
	vertical-align: top;
	position: relative;
	padding: 0px;
	/*background: url(img/bg_startseite_td.gif) #fff left top no-repeat;*/
	/*background: #fff;*/
	border-right: solid 0px #ccc;
	color: #444;
	-webkit-box-shadow: 0px 0px 10px #dedede;
	-moz-box-shadow: 0px 0px 10px #dedede;
	box-shadow: 0px 0px 10px #dedede;
}

table.startseite .startseite_td .csc-textpic {
	padding: 0px;
}

table.startseite .startseite_td .csc-textpic-text p {
	padding: 8px;
}

table.startseite .startseite_td .csc-textpic .csc-textpic-imagewrap {
	/*width: 216px;
	height: 80px;
	overflow: hidden;*/
}

table.startseite .startseite_td p {
	padding: 0px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 4px;
}

table.startseite .startseite_td b, table.startseite .startseite_td strong {
	/*color: #004488;*/
}

#content table.startseite .startseite_td .csc-textpic-text a {
	/*background: url(img/list.gif) 1px 3px no-repeat;
	padding-left: 14px;*/
	color: #444444;
	text-decoration: none;
}

#content table.startseite .startseite_td .csc-textpic-text a:hover {
	/*background: url(img/list.gif) 1px 3px no-repeat;
	padding-left: 14px;*/
	color: #004488;
	text-decoration: none;
}

#content table.startseite .startseite_td h1, #content h2 {
	background: url(img/bg_h1.jpg) #fff left top repeat-x;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 5px;
	padding-left: 15px;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: left;
}

#content table.startseite .startseite_td h1 a {
	color: #fff;
	text-decoration: none;
}

#content h2 a {
	color: #444;
	text-decoration: none;
}

#content h2 {
	background-image: url(img/bg_topmenu.png);
}

#content table.startseite .startseite_td h1 a:hover {
	text-decoration: underline;
}

#content table.startseite .startseite_td img {
	border-width: 0 0px 0px 0px;
	border-color: #004488;
	border-style: solid;
	margin-bottom: 0px;
	margin-right: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-imagerow {
	margin-bottom: 10px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 10px;
}

#content table.startseite .startseite_td ul {
	margin: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 18px;
}

table.startseite .startseite_td .startseite_subheadline {
	text-align: right;
	padding: 0;
	margin: 0;
	color: #F7BA00;
	font-size: .9em;
	padding-right: 6px;
}

.werbespruch_td {
	text-align: center;
	font-size: 1.1em;
	color: #aaa;
}

.werbespruch_td p {
	color: #666;
}

#content .werbespruch_td p a.tag-4 {
}

table.dreispalten .dreispalten_td {
	width: 33%;
	vertical-align: top;
	position: relative;
	padding: 10px;
	background: url(img/spalten_td.gif) #e9e8e8 top right no-repeat;
	border-left: solid 0px #efefef;
	border-bottom: solid 2px #efefef;
	color: #666;
}

table.zweispalten .zweispalten_td {
	width: 50%;
	vertical-align: top;
	position: relative;
	padding: 10px;
	background: url(img/spalten_td.gif) #e9e8e8 top right no-repeat;
	border-left: solid 0px #efefef;
	border-bottom: solid 2px #efefef;
	color: #666;
}

#content .csc-frame-news .latestnews-image {
	float: right;
	margin-top: 10px;
}

#content .csc-frame-news .latestnews-image img {
	border: solid 1px #DFDFDF;
}

#content .csc-frame-news .latestnews-image img.spacer-gif {
	border: solid 0px #DFDFDF;
}

#rightbar .latestnews-image {
	float: left;
	margin-top: 7px;
}

#rightbar .latestnews-image img {
	border: solid 1px #DFDFDF;
}

#rightbar .latestnews-image img.spacer-gif {
	border: solid 0px #DFDFDF;
}

#rightbar .newsbox_content {
	border-bottom: dotted 0px #424542;
	margin-bottom: 20px;
	padding: 10px;
}

#rightbar .newsbox_content a {
	/*text-decoration: none;*/
}

#content .newslist {
	width: 100%;
}

#content .newslist h3 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	text-decoration: none;
	border-bottom: solid 1px #F7F3F7;
	margin-bottom: 5px;
}

#content .newslist .csc-frame-frame1 td {
	background-image: none;
}

#content .newslist h3 a {
	text-decoration: none;
}

#content .newslist .newsbox_content {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	border-right: solid 3px #efefef;
	border-bottom: solid 3px #efefef;
}

#content .newslist .newsbox_content_presse p {
	padding: 3px 0;
	margin: 0;
}

#content .newslist .bildspalte font {
	display: none;
}

#content .newslist td p {
	margin-top: 0;
}

#content .newstable_presse h2 {
	font-family: Georgia, georgiaf, serif;
	font-size: 1.5em;
	font-weight: 200;
}

#content .newsbilder_presse table {
	border: solid 1px #ccc;
	padding: 0px;
	margin-left: 10px;
	background: url(img/bg_newspics.jpg) #fff top left repeat-x;
	min-height: 85px;
}

#content .newssubtext {
	border-bottom: solid 1px #dedede;
	padding: 5px 0;
	margin-bottom: 15px;
}

#content .newssubtext p {
	margin: 0;
	padding: 0px;
}

#content .newssubtext p strong {
	margin: 0;
	padding: 0px;
}

#content .newsdate {
	margin-top: 5px;
	background: #fff;
	font-size: 0.8em;
	color: #666;
	padding: 2px;
}

#content .newsbilder_presse table td {
	padding: 5px;
	background: url(img/newspics_head.jpg) top left no-repeat;
}

#content .newsbilder_presse table img {
	margin-bottom: 2px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
	height: 52px;
	color: #909090;
	font-size: 0.7em;
}

#footer .shadowpadding {
	height: 52px;
	margin: 0px 7px 0 7px;
	border-bottom: solid 1px #7E8B9B;
	text-align: left;
	line-height: 40px;
	background: url(img/footer.png) left top no-repeat;
	overflow: hidden;
	padding-top: 15px;
}

#footer .shadowpadding p {
	margin: 0;
	padding: 0;
}

#footer .shadowpadding a {
	color: #004488;
	text-decoration: none;
}

#content .csc-textpic-caption {
	/*display: none;*/
	color: #909090;
	font-size: 0.95em;
}

.csc-menu-4 dt a {
	font-weight: 700;
	background: url(img/list.gif) 1px 3px no-repeat;
	padding-left: 14px;
}

#rightbar .tx-felogin-pi1 h3 {
	display: none;
}

#rightbar .tx-felogin-pi1 p {
	margin: 0;
	padding: 0 10px;
}

#rightbar .tx-felogin-pi1 form {
	margin: 0;
	padding: 0;
}

#rightbar .tx-felogin-pi1 input {
	width: 80px;
	font-size: 10px;
}

#rightbar .tx-felogin-pi1 #user, #rightbar .tx-felogin-pi1 #pass {
	width: 150px;
	font-size: 10px;
}

#rightbar .tx-felogin-pi1 {
	font-size: 11px;
}

#rightbar .tx-felogin-pi1 fieldset {
	border-width: 0px;
	padding: 10px;
	margin: 0;
}

#rightbar .tx-felogin-pi1 legend {
	display: none;
}

#rightbar .tx-felogin-pi1 div {
	display: none;
}

#rightbar .tx-felogin-pi1 form div {
	display: block;
}

#rightbar .tx-felogin-pi1 table {
	width: 200px;
	text-align: left;
	margin: 0 10px;
}

#rightbar .tx-felogin-pi1 table th {
	width: 80px;
}

#content .tx-felogin-pi1 #user, #content .tx-felogin-pi1 #pass {
	width: 335px;
}

#content .tx-felogin-pi1 table th {
	text-align: left;
}

#content .csc-frame-project table {
	width: 100%;
	vertical-align: top;
	border-spacing: 0px;
	border-collapse: collapse;
}

#content .csc-frame-project tr {
	vertical-align: top;
}

#content .csc-frame-project tr.highlight {
	background: #FFE4D0;
}

#content .csc-frame-project td {
	width: 33%;
	padding: 6px;
	vertical-align: top;
}

#mainmenu {
	width: 960px;
	background: #004488;
	margin-top: 2px;
	padding: 8px;
}

#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 50px;
}

#nav li {
	float: left;
	margin-right: 55px;
	font-size: 12px;
}

#nav li a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	text-decoration: underline;
}

#headerarea #topmenu #nav li a {
	color: #fff;
}

#content .csc-menu-4 .csc-frame {
	width: 150px;
	float: left;
	margin-right: 10px;
	border: solid 1px #ccc;
}

#content .csc-menu-4 .csc-menu-imagelink {
	width: 150px;
	height: 80px;
	overflow: hidden;
	float: left;
	border: solid 1px #006CAC;
	margin-top: 10px;
}

#content .csc-menu-4 a {
	text-decoration: none;
	color: #006CAC;
	font-weight: 700;
	display: block;
}

#headertoggle {
	position: relative;
	top: -10px;
	z-index: 50;
	margin-right: 20px;
	cursor: pointer;
	text-align: right;
	float: right;
}

.panel .csc-textpic {
	position: relative;
	clear: both;
}

#contentarea #content .innerpadding .csc-menu-4 p.csc-abstract {
	display: none;
}

#contentarea #content .innerpadding .csc-menu-4 .csc-tooltip {
	clear: both;
	font-size: 0.9em;
	color: #006CAC;
	text-align: center;
	line-height: 25px;
	cursor: help;
	font-weight: 700;
	text-transform: uppercase;
	background: url(img/fragezeichen.gif) left center no-repeat;
	width: 115px;
	padding-left: 0px;
}

.tooltip {
	display: none;
	background: #fff;
	color: #555;
	font-size: 0.8em;
	padding: 5px;
	border: solid 1px #ccc;
	/*-webkit-box-shadow: 0px 0px 5px #777;
	-moz-box-shadow: 0px 0px 5px #777;
	box-shadow: 0px 0px 5px #777;*/
	zoom: 1;
	z-index: 70;
}

div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	position: relative;
	z-index: 50;
}

.tx-vgetagcloud-pi1 {
	padding: 10px;
	background: transparent;
}

#futuredatbody-1 #contentarea #leftbar {
	display: none;
}

#futuredatbody-1 #contentarea #content {
	width: 750px;
}

#futuredatbody-1 #content .csc-frame-frame1, #futuredatbody-1 #content .csc-frame-framearrw {
	width: 695px;
}

#futuredatbody-1 .tx-columna-pi1 {
	margin-top: 10px;
}

#futuredatbody-1 table.startseite {
	width: 715px;
	margin-top: 50px;
}

.karte {
	border-spacing: 0px;
	border-collapse: collapse;
}

.karte .karte_td {
	padding: 0;
	margin: 0;
}

.karte .karte_td .mousehover {
	padding: 0 !important;
	margin: 0 !important;
}