@media screen {
/* General Site-Styles*/
body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Styles for the Header*/

#header {
	height:71px;
	background-image: url(pics/header_back_gradient.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#subheader {
	height:71px;
	background-image: url(pics/header_back.jpg);
	background-position:center;
	background-repeat: no-repeat;
	margin: 0px;
        padding: 0px;
}

/* Styles for the upper menu */

#mainmenu {
	padding: 0px;
	margin: 0px;
	background-image: url(pics/menu_background.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	border: none;
	border-top: 1px solid #bbd3e4;
	border-bottom: 1px solid #a9bac5;
	vertical-align: middle;
	text-transform: uppercase;
	height: 29px;
}

#menubuttons {
	width: 772px;
	margin: 0 auto;
}

#mainmenu .menuitem {
	padding: 0px 25px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #005fa2;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #bbd3e4;
	height: 24px !important;
	height: 30px;
	display: block;
	background-image: url(pics/menu_background.gif);
	background-repeat: repeat-x;
	float: left;
	padding-top: 7px;
}
#mainmenu .menuitem_spacer {
	height: 26px;
	border-right: 1px solid #bbd3e4;
	display: block;
	background-image: url(pics/menu_background.gif);
	background-repeat: repeat-x;
	float:left;
	padding-top: 5px;
	width: 1px;
}
#mainmenu .menuitem_selected {
	padding: 0px 25px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #005fa2;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #bbd3e4;
	height: 24px !important;
	height: 30px;
	background-image: url(pics/menu_background_selected.gif);
	background-repeat: repeat-x;
	display: block;
	float:left;
	padding-top: 7px;
}
#mainmenu .menuitem:hover {
	background-image: url(pics/menu_background_selected.gif);
	background-repeat: repeat-x;
}

/* End Styles for the upper menu */

/* Styles for the Breadcrumbs */

#breadcrumbs {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c4c4;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 200px;
}

#breadcrumbs a {
	color: #c4c4c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c4c4;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* End Styles for the Breadcrumbs */

/* Styles for the information part of the site */

#page {
	border-top: 1px solid #ececec;
	width: 770px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}


/* Sidebar */
#sidebar {
	padding: 0px;
	margin: 0px;
	width: 170px;
	float: left;
	text-align: left;
}

/* Sidebar - A box here*/

#sidebar .leftbox {
  width: 160px;

  border-left: 1px solid #bbd3e4;
  border-top: 1px solid #bbd3e4;
  margin-bottom: 20px;
	text-align: left;
}

/* Sidebar  The left menu*/

#leftmenue {
	text-align:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftmenue .menuitem_top {
	padding:0;
	margin:0;
	background-image: url(pics/leftmenue_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height:21px !important;
	height:25px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005fa2;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 7px;
	font-weight: bold;
	letter-spacing: -0.5px;

}
#leftmenue .menuitem {
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #e6eff5;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#leftmenue .menuitem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005fa2;
	text-decoration: none;
	margin: 0;
}
#leftmenue .menuitem a:hover {
	text-decoration: underline;
}

#leftmenue .menuitem_selected {
	list-style-type: none;
	border-top: 1px solid #e6eff5;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#leftmenue .menuitem_selected a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005fa2;
	text-decoration: none;
}
#leftmenue .menuitem_selected a:hover {
	text-decoration: underline;
}
#leftmenue .menuitem_sub {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftmenue .menuitem_sub a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #005fa2;
	text-decoration: none;

}
#leftmenue .menuitem_sub a:hover {
	text-decoration: underline;
}

/* Little Information Buttons */

#sidebar #faqlink {
	display: inline;
}
#sidebar #tipafriend {
	display: inline;
}
#sidebar #printview {
	display: inline;
}
#sidebar #sitemap {
	display: inline;
}

/* End Sidebar */


/* The Content part */

#content {
	padding: 0px;
	margin: 0px;
	width: 570px;
	float: right;
	text-align: left;
}

/* The Top Container above the sub-navigation */

#content_topcontainer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content_topcontainer h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	color: #004eaf;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#content_topcontainer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
#content_topcontainer img {

}
#content_topcontainer .content_topcontainer_image {
	border: #bbd3e4 1px solid;
	background-color: #f5fbfe;
	padding: 3px;
	color: #f5fbfe;
	margin-left: 20px;
	float: right;
	margin-bottom: 5px;
}

/* The Textarea below the sub-navigation */

#content_textarea {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-top: 20px;
	background-image: url(pics/content_textarea_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #bbd3e4;
}
#content_textarea h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	color: #004eaf;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#content_textarea h1.borderbottom {
	border-bottom: 1px solid #004eaf;
}
#content_textarea .centerlink {
	margin-right: 12px;
	margin-left: 12px;
}
#content_textarea p.centerlinkouter {
	margin-right: 5px;
	margin-left: 5px;
	
}
#content .bodytext {
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#content .image{
	border: #bbd3e4 1px solid;
	background-color: #f5fbfe;
	padding: 3px;
	color: #f5fbfe;
	margin-left: 0px;
	margin-bottom: 0px;
}
#content .image_subtitle{
	width: 520px;
	text-align:center;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
}
#content  #map{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#content h2 {
	color: #004eaf;
	font-size: 13px;
}

#content h3 {
	color: #004eaf;
	font-size: 12px;
}

#content h4 {
	color: #004eaf;
	font-size: 12px;
}

#content .bodytext a {
	text-decoration: none;
	color: #004eaf;
}
#content .bodytext a:hover {
	text-decoration: underline;
	color: #004eaf;
}

#content ul, li {
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#content_textarea h2 {
	color: #004eaf;
	font-size: 13px;
}

/* The Sub-Navigation */

#content_menu {
	padding: 0;
	margin: 0;
	width: 570px;
	text-align: left;
	height: 22px;
	position: relative;
	top: 1px;
}
#content_menu .menuitem {
  font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004eaf;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	display:block;
	float:left;
	height: 18px !important;
	height: 22px;
}
#content_menu .menuitem:hover {
	text-decoration: underline;
}
#content_menu .menuitem_selected {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #004eaf;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-weight: bold;
	border-top: 1px solid #bbd3e4;
	border-left:  1px solid #bbd3e4;
	border-right: 1px solid #bbd3e4;
	border-bottom: 1px solid #e6f4fc;
	background-image: url(pics/content_menu_background.gif);
	background-repeat: repeat-x;
	display:block;
	float:left;
	height: 17px !important;
	height: 22px;
}

#content #content_textarea .info {
font-weight: bold;
color: #929292;
}
#content #content_textarea .important-info {
text-transform: uppercase;
letter-spacing: 2px;
padding-bottom: 4px;
color: #004eaf;
font-size: 13px;
font-weight: bold;
border-bottom: 1px solid #bbd3e4;
}

#content #content_textarea .overviewtable {
border: 0px; margin:0; padding:0;width: 550px; border-collapse: collapse;
margin-bottom: 20px;
}
#content #content_textarea .overviewtable tr{
line-height: 14px;
}
#content #content_textarea .overviewtable td{
padding: 10px 5px; 
border-right: 1px solid #BBD3E4;
vertical-align: top;

}
#content #content_textarea .overviewtable .tableheader{
background-color: #e5f4fc;
text-align: left;
font-weight: bold;
border: 0px;
color: #004EAF;
font-size: 13px;
line-height: 20px;
border-top: 1px solid #BBD3E4;
border-bottom: 1px solid #BBD3E4;

}
#content #content_textarea .overviewtable .tableheader td{
padding-top: 3px;
}

#content #content_textarea .contenttable {
border:0; margin:0; padding:0; width: 554px;
}
#content #content_textarea .contenttable td {
padding: 0 22px 4px 0; vertical-align: top;
}
#content #content_textarea .contenttable h2 {
margin-top: 12px; padding-top: 12px; margin: 0px;
}
#content #content_textarea .contenttable .section .bodytext {
color: #727272; text-align: right; 
}
#content #content_textarea .contenttable .section {
width: 140px;
color: #727272; text-align: right; 
}
#content #content_textarea .contenttable .smallsection .bodytext {
color: #727272; text-align: left; font-size: 10px;
}
#content #content_textarea .contenttable .smallsection {
color: #727272; text-align: left; font-size: 10px;
}
#content #content_textarea .contenttable .kosten .bodytext {
color: #004eaf; text-align: right;
}
#content #content_textarea .contenttable .kosten  {
color: #004eaf; text-align: right;
}
#content #content_textarea .contenttable .bodytext {
margin: 0; padding: 0;
}

/* The Content part */

/* End Styles for the information part of the site */

/* Styles for the footer */

#footer {
	padding: 0px;
	margin: 0px;
	height: 40px;
	background-image: url(pics/footer_background.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #bbd3e4;

}

#menu_footer {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
  	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004eaf;
}

#menu_footer a {
	padding: 0px;
	margin: 0px;
  	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004eaf;
	text-decoration:none;
}
#menu_footer a:hover {
text-decoration:underline;
}

#disclaimer {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #393939;
}

/* End Styles for the footer */


/* Other Styles */




/* Pageteaser Styles */
.tx-jppageteaser-pi1 {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.tx-jppageteaser-pi1 .teaser {
	margin: 0 0 10px 0px;
	margin-left: 30px !important;
	margin-left: 15px;
	border: #bbd3e4 1px solid;
	float: left;
	width: 500px !important;
	width: 500px;
	background-color: #f5fbfe;
}

.tx-jppageteaser-pi1 img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

.tx-jppageteaser-pi1 p {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}

.tx-jppageteaser-pi1 p a {
	text-decoration: none;
	color: #666;
}

.tx-jppageteaser-pi1 a:visited {
	text-decoration: none;
	color: #666;
}

.tx-jppageteaser-pi1 a:hover {
	text-decoration: underline;
	color: #666;
}



.tx-jppageteaser-pi1 h3 {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #004eaf;
	margin: 11px 0px 0px 16px;
	padding: 0px;
}

.tx-jppageteaser-pi1 h3 a {
	text-decoration: none;
	color: #004eaf;
}

.tx-jppageteaser-pi1 h3 a:visited {
	text-decoration: none;
	color: #004eaf;
}

.tx-jppageteaser-pi1 h3 a:hover {
	text-decoration: underline;
	color: #004eaf;
}

/* Pageteaser Styles Ende */



/* Mailform */

.csc-mailform { /* Table */
	text-align: left;
	border: none;
	margin-left: 50px;
}

.csc-mailform-field {
	padding: 4px 0;
}
.csc-mailform-field label{
	font-size: 12px;
	color: #004eaf;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.csc-mailform-field input, .csc-mailform-field option, .csc-mailform-field select, .csc-mailform-field textarea {
	font-size: 12px;
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bbd3e4;
	background-color: #ffffff;
	width: 330px;
}
#mailformformtype_mail {
	width: 100px;
	background-color: #ffffff;
	color: #004eaf;
	text-align: center;
	margin-left: 343px;
}
/* Mailform End */

/*Sitemap */
#content_topcontainer .csc-sitemap {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #004eaf;
}
#content_topcontainer .csc-sitemap a {
	color: #004eaf;
	text-decoration: none;
}
#content_topcontainer .csc-sitemap a:hover {
	color: #004eaf;
	text-decoration: underline;
}
#content_topcontainer .csc-sitemap-level1 {
  margin-left: 0px;
}
#content_topcontainer .csc-sitemap-level2 {
  margin-left: 10px;
}
#content_topcontainer .csc-sitemap-level3 {
  margin-left: 20px;
}
#content_topcontainer .csc-sitemap-level4 {
  margin-left: 30px;
}
/* Ende Sitemap*/

/* Styles FAQ */
#content_topcontainer .tx-irfaq-pi1  {
	padding: 0;
	margin: 0;
}
#content_topcontainer .tx-irfaq-questions-list a:hover {
	color: #004eaf;
	text-decoration: underline;
}
#content_topcontainer .tx-irfaq-questions-list a {
	color: #004eaf;
	text-decoration: none;
}
#content_topcontainer .tx-irfaq-pi1  .tx-irfaq-question-text {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #004eaf;
}
#content_topcontainer .tx-irfaq-pi1  .tx-irfaq-question-text:hover {
	text-decoration: underline;
}
#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-questions-list {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	color: #004eaf;
}
#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-questions-list li {
	margin: 0;
	padding: 0;
	color: #004eaf;
}

#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-answer {
	border-top: 1px solid #bbd3e4;
	margin-top: 15px;
	padding-top: 15px;
}
#content_topcontainer .tx-irfaq-pi1 .bodytext {
	margin: 0;
	padding: 0;
	display: inline;
}
#content_topcontainer .tx-irfaq-pi1 h4 {
	margin: 0;
	padding: 0 0 10px 0;
}
/* Ende FAQ */

/* News */
#newslatest .teaser .bodytext {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}
#newslatest .teaser .bodytext:hover {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
	text-decoration: underline;
}
#newslatest .teaser h4 {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
	font-style: italic;
	margin-top: 11px;
	margin-right: 10px;
}

#newslatest .teaser img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

#newslatest .teaser p {
	margin: 0;
	padding: 0;
}
#newslatest .teaser {
	padding-bottom: 8px;
}
#newshome .teaser {
	height: 120px;
	width: 380px !important;
	margin: 0!important;
	margin-bottom: 10px!important;
	padding: 0!important;
}
#newshome .teaser .bodytext {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}
#newshome .teaser .bodytext:hover {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
	text-decoration: underline;
}
#newshome .teaser h4 {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
	font-style: italic;
	margin-top: 11px;
	margin-right: 10px;
}

#newshome .teaser img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

#newshome .teaser p {
	margin: 0;
	padding: 0;
}

.news-single-timedata {
color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
font-weight: normal;
	font-style: italic;
display: inline;
	margin-left: 10px;
}
.news-single-related dt {
	font-weight: bold;
	color: #004eaf;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 4px;
}
/* News Ende */

/* Suche */

.tx-indexedsearch-redMarkup {
	color: #004eaf;
}
.searchsquare {
	width: 100px;
	height: 100px;
	background-color: #004eaf;
	float: left;
	margin: 0px 14px 0px 0px;
	padding: 0;
	text-align: center;
}
.searchsquaretext {
	margin: 0px;
	color: #ffffff;
	font-size: 40px;
	font-family: "Trebuchet MS", Verdana, Arial;
	position: relative;
	top: 20px;
}
.tx-indexedsearch-searchbox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
	font-weight: bold;
}
.tx-indexedsearch-searchbox-button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	border: 1px solid #bbd3e4;
	background-color: #ffffff;
	font-weight: normal;
}
.tx-indexedsearch-searchbox-sword {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border: 1px solid #bbd3e4;
	background-color: #ffffff;
	font-weight: normal;
	width: 200px;
}
.tx-indexedsearch-browsebox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
}
.tx-indexedsearch-browsebox-strong {
	font-weight: bold;
}
/* Suche ENde */
/* Referenzen */

.referenz {
	border: 1px solid #bbd3e4;
	background-color: #f5fbfe;
	width: 239px;
	height: 150px;
	float: left;
	margin: 15px;
	text-align: center;
}
.referenz img {
	border: 1px solid #bbd3e4;
	margin: 4px;
}
.referenz a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
	font-weight: bold;
}
.referenz a.bildlink {
	margin: 0;
	border: none;
}
/* Referenzen Ende */
/* Sonstige Klassen */
.blueborder {
	border: 1px solid #bbd3e4;
	padding: 10px;
	background-color: #e5f4fc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.blueborder a {
	text-decoration: none;
	color: #004eaf;
}
.blueborder a:hover {
	text-decoration: underline;
	color: #004eaf;
}
a {
	text-decoration: none;
	color: #004eaf;
}
a:hover {
	text-decoration: underline;
	color: #004eaf;
}
hr {
	border:none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid  #bbd3e4;
}
.imageblueborder {
	border: #bbd3e4 1px solid;
	background-color: #f5fbfe;
	padding: 3px;
	color: #f5fbfe;
}
.content_home_container div {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.cleanspacer {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	margin-bottom: 15px;
}
/* Sonstiges Ende */

.homeleft {
	float: left; width: 378px;
}
.homecomplete {
	float: left; width: 770px;
}
.homecomplete #newsrotation {
	margin: 0px;
	padding: 0px;
	margin-left: 45px;
	margin-top: 10px;
	color:#666;
	font-size: 13px;
	font-weight: bold;
}
.homecomplete #newsrotation a {
	color: #0144b9;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.homecomplete #newsrotation a:hover {
	text-decoration: underline;
}

.homeright {
	float: right; width: 378px;
}
.startheader {
	height: 35px;
	background-color: #f6fbff;
	border: 1px solid #c6d0d9;
}
.startheader h2 {
	margin: 0px;
	padding: 0px;
	margin-left: 45px;
	margin-top: 10px;
	color: #0144b9;
	font-size: 13px;
}

.homenewsitem p a {
	text-decoration: none;
	color: #666;
}

.homenewsitem a:visited {
	text-decoration: none;
	color: #666;
}

.homenewsitem a:hover {
	text-decoration: underline;
	color: #666;
}
.homenewsitem h3 {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #004eaf;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}
.homenewsitem h3 a {
	text-decoration: none;
	color: #004eaf;
}
.homenewsitem h3 a:visited {
	text-decoration: none;
	color: #004eaf;
}
.homenewsitem h3 a:hover {
	text-decoration: underline;
	color: #004eaf;
}
.homenewsitem {
	width: 375px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3d1da;
}
.homenewsitemtwo {
	width: 375px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
}

.homenewsitem .bodytext {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}

.homenewsitem .bodytext:hover {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
	text-decoration: underline;
}
.homenewsitem h4 {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
	font-style: italic;
	margin-right: 10px;
	display: block;
	position: relative;
}

.homenewsitem p {
	margin: 0;
	padding: 0;
}
.homeliste ul {
	list-style: none outside;
	padding:0;
	margin:0;
	margin-bottom: 20px;
}
.homeliste ul li {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #004eaf;
	border-bottom: 1px solid #c6d0d9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.aktuell h3 {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #004eaf;
	margin: 0px 0px 10px 16px;
	padding: 0px;
}
.aktuell p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 10px 0px 21px;
	line-height: 16px;
}
.aktuell a {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.aktuell .blueline {
	height: 1px;
	border-bottom: 1px solid #c6d0d9;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 7px;
	line-height: 1px;
}
.aktuell {
	margin-top: 10px;
	margin-bottom: 15px;
}

table.berechnung {
	width: 400px;
	border-collapse: collapse;
}
table.berechnung td.r {
	text-align: right;
	width: 70px;
}
table.berechnung td {
	border: 1px solid #bad2e4;
	padding: 6px; 
}
table.berechnung td.b {
	background-color: #eaf7fd;
}
table.berechnung td.d {
	color: white;
	background-color: #1e3e8a;
}

}
@media print {
body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Styles for the Header*/

#header {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

#subheader {
	visibility: hidden;
		height: 1px;
	overflow: hidden;
}

/* Styles for the upper menu */

#mainmenu {
	visibility: hidden;
		height: 1px;
	overflow: hidden;
}

#menubuttons {
	visibility: hidden;
		height: 1px;
	overflow: hidden;
}

#breadcrumbs {
	visibility: hidden;
		height: 1px;
	overflow: hidden;
}

#page {

}


/* Sidebar */
#sidebar {
	visibility: hidden;
		width: 1px;
	overflow: hidden;
}

/* Sidebar - A box here*/



#leftmenue {
		visibility: hidden;
}

#content {
	clear:both;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 40px;
	left: 0px;
}

/* The Top Container above the sub-navigation */

#content_topcontainer {
	margin: 0px;
	padding: 20px 0 0 0;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content_topcontainer h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	color: #000000;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#content_topcontainer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
#content_topcontainer img {

}
#content_topcontainer .content_topcontainer_image {
	background-color: #000000;
	padding: 3px;
	color: #000000;
	margin-left: 20px;
	float: right;
	margin-bottom: 5px;
}

/* The Textarea below the sub-navigation */

#content_textarea {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#content .bodytext {
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#content h2 {
	color: #000000;
	font-size: 13px;
}

#content h3 {
	color: #000000;
	font-size: 12px;
}

#content h4 {
	color: #000000;
	font-size: 12px;
}

#content .bodytext a {
	color: #000000;
}

#content ul, li {
  font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#content_textarea h2 {
	color: #000000;
	font-size: 13px;
}

/* The Sub-Navigation */

#content_menu {
		visibility: hidden;
}


/* The Content part */

/* End Styles for the information part of the site */

/* Styles for the footer */

#footer {
	padding: 0px;
	margin: 0px;
	height: 40px;
	border-bottom: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu_footer {
		visibility: hidden;
}



#disclaimer {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* End Styles for the footer */


/* Other Styles */




/* Pageteaser Styles */
.tx-jppageteaser-pi1 {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.tx-jppageteaser-pi1 .teaser {
	margin: 0 0 10px 0px;
	margin-left: 30px !important;
	margin-left: 15px;
	border: #000000 1px solid;
	float: left;
	width: 500px !important;
	width: 500px;
}

.tx-jppageteaser-pi1 img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

.tx-jppageteaser-pi1 p {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}

.tx-jppageteaser-pi1 p a {
	text-decoration: none;
	color: #000000;
}

.tx-jppageteaser-pi1 h3 {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	margin: 11px 0px 0px 16px;
	padding: 0px;
}

.tx-jppageteaser-pi1 h3 a {
	text-decoration: none;
	color: #000000;
}

/* Pageteaser Styles Ende */

/* Mailform */

.csc-mailform { /* Table */
	text-align: left;
	border: none;
	border-collapse:collapse;
}

.csc-mailform-field { /* p-tag - not required */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.csc-form-fieldcell input, .csc-form-fieldcell textarea, .csc-form-fieldcell option, .csc-form-fieldcell select  { /* Cell for the Input */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.csc-form-fieldcell option {
	border: none;
	padding: 0;
	margin: 0;
}
/* Mailform End */
/*Sitemap */
#content_topcontainer .csc-sitemap {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}
#content_topcontainer .csc-sitemap a {
	color: #000000;
	text-decoration: none;
}
#content_topcontainer .csc-sitemap a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_topcontainer .csc-sitemap-level1 {
  margin-left: 0px;
}
#content_topcontainer .csc-sitemap-level2 {
  margin-left: 10px;
}
#content_topcontainer .csc-sitemap-level3 {
  margin-left: 20px;
}
#content_topcontainer .csc-sitemap-level4 {
  margin-left: 30px;
}
/* Ende Sitemap*/

/* Styles FAQ */
#content_topcontainer .tx-irfaq-pi1  {
	padding: 0;
	margin: 0;
}
#content_topcontainer .tx-irfaq-questions-list a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_topcontainer .tx-irfaq-questions-list a {
	color: #000000;
	text-decoration: none;
}
#content_topcontainer .tx-irfaq-pi1  .tx-irfaq-question-text {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}
#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-questions-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-questions-list li {
	margin: 0;
	padding: 0;
}

#content_topcontainer .tx-irfaq-pi1 .tx-irfaq-answer {
	border-top: 1px solid #000000;
	margin-top: 15px;
	padding-top: 15px;
}
#content_topcontainer .tx-irfaq-pi1 .bodytext {
	margin: 0;
	padding: 0;
}
#content_topcontainer .tx-irfaq-pi1 h4 {
	margin: 0;
	padding: 0 0 10px 0;
}
/* Ende FAQ */

/* News */
#newslatest .teaser .bodytext {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}
#newslatest .teaser h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
	font-style: italic;
	margin-top: 11px;
	margin-right: 10px;
}

#newslatest .teaser img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

#newslatest .teaser p {
	margin: 0;
	padding: 0;
}
#newshome .teaser {
	height: 120px;
	width: 380px !important;
	margin: 0!important;
	margin-bottom: 10px!important;
	padding: 0!important;
}
#newshome .teaser .bodytext {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px 10px 0px 16px;
}
#newshome .teaser h4 {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
	font-style: italic;
	margin-top: 11px;
	margin-right: 10px;
}

#newshome .teaser img {
    	float: left;
    	margin: 0px 14px 0px 0px;
	padding: 0;
}

#newshome .teaser p {
	margin: 0;
	padding: 0;
}

.news-single-timedata {
color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
font-weight: normal;
	font-style: italic;
display: inline;
	margin-left: 10px;
}
.news-single-related dt {
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 4px;
}
/* News Ende */

/* Suche */

.tx-indexedsearch-redMarkup {
	color: #000000;
}
.searchsquare {
	width: 100px;
	height: 100px;
	background-color: #000000;
	float: left;
	margin: 0px 14px 0px 0px;
	padding: 0;
	text-align: center;
}
.searchsquaretext {
	margin: 0px;
	color: #000000;
	font-size: 40px;
	font-family: "Trebuchet MS", Verdana, Arial;
	position: relative;
	top: 20px;
}
.tx-indexedsearch-searchbox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.tx-indexedsearch-searchbox-button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: normal;
}
.tx-indexedsearch-searchbox-sword {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-weight: normal;
	width: 200px;
}
.tx-indexedsearch-browsebox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004eaf;
}
.tx-indexedsearch-browsebox-strong {
	font-weight: bold;
}
/* Suche ENde */

/* Sonstige Klassen */

a {
	color: #000000;
}

hr {
	border:none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid  #bbd3e4;
}
.content_home_container div {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.cleanspacer {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	margin-bottom: 15px;
}
}
/* Sonstiges Ende */