body, .bodytext, td {
	color:black; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	overflow:auto;
}
html {
	height:100%;
}
.grau {  
	background-image:url(/images/hg_grau.gif);
	background-repeat:repeat;
}
a {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
a img {
	border:none;
} 

img {
	border:none;
}
.blue {
	color:#003399;
}
.small {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
h1 {
	color:#003399;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

h2{
	color:#003399;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin-top:0px;
	margin-bottom:3px;
}
li {  
	line-height:14pt;
}
select {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}
input {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}
hr {
	height:1px;
}
.red {
	color:#FF0000;
}
.borders {
	border:1px solid #333333;
}
.bottommenu {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	white-space:nowrap;
	text-align:right;
}

.standorte .csc-textpic-text P{
	text-align:center;
}


#submenu TABLE TR TD {
	background-color:#FFFFFF;
	padding:2px;
	width:160px;
}


#sidebar {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#sidebar DIV.imageorient-0 P.bodytext {
	margin-top:5px;
}


/*** Workaround --------- Bilder zentrieren ***/
/* this centers images in Gecko/Opera */
div[class="imageorient-0"] table[class="imgtext-table"],
div[class="imageorient-8"] table[class="imgtext-table"] {
  margin:0 auto;
}
/* this right-aligns images above the text in Gecko/Opera */
div[class="imageorient-1"] table[class="imgtext-table"] {
  float:right;
  width:auto;
}
/* careful, sometimes other tags may follwow the table */
div[class="imageorient-1"] p {
  clear:right;
}
/* this right-aligns images below the text in Gecko/Opera */
div[class="imageorient-9"] table[class="imgtext-table"] {
  float:right;
  width:auto;
}
// this avoids following content to float besides the images
div[class="imageorient-9"] div[class="break"] {
  clear:right;
}
/*** Ende Workaround --------- Bilder zentrieren ***/

.imgtext-table { text-align:center}
.bottommenu A { 
	color:#003399;
}
.bottommenu A:hover { 
	color:#8099CC;
}
td.csc-uploads-icon a img {
	border:1px solid #e9e9e9;
}
td.submenu_no A
{
	font-family:Verdana, Arial, sans-serif;
	color:#4A4336;
	font-size:9pt;
	background:#FFFFCC;
	text-decoration:none;
	white-space:nowrap
}

td.submenu_no A:hover
{
	color:#FFFFCC;
	background:#004C1F;
	text-decoration:none;
}
td.csc-uploads-fileName A {
	color:#4474D6;
}

td.csc-uploads-fileName A:hover {
	text-decoration:underline;
	color:#4474D6;
}

a[title^="news"] {
	color:#4474D6;
}

a[title^="news"]:hover{
	color:#4474D6;
	text-decoration:underline;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;
}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height:1%;
	line-height:1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float:none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink A {
	float:right;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	background-color:#FFFFFF;
	border:0;
}
.news-list-item {
	height:1%;
	line-height:1.3;
	padding:3px;
	margin:3px;
	background-color:#FFFFFF;
	border:0;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom:5px;
	padding:2px;
	border-bottom:1px solid #769024;
	background-color:#e9e9e9;
	font-size:12px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#4474D6;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;
	font-size:12px;
}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float:right;
	color:#1145AA;
	width:180px;
	text-align:right;
	height:20px;
	margin-top:-2px;
	margin-right:-2px;
	font-size:9px;
	font-weight:normal;
	background-color:#e9e9e9;
}
.news-list-imgcaption {
	float:right;
	padding-top:3px;
	padding-right:3px;
	font-size:9px;
}
.news-list-container IMG {
	float:right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float:none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align:center;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size:10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight:bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color:#FFFFFF;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size:11px;
	margin-left:10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0;
	background-color:#FFFFFF;
}
.news-single-item H2 {
	font-size:16px;
	font-weight:bold;
	color:#4474D6;
	margin-bottom:0px;
	border-bottom:1px solid;
}
.news-single-item H3 {
	margin-bottom:15px;
	font-size:12px;
}
.news-single-img {
	float:right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {

	float:right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight:bold;
	font-size:10px;
	margin-bottom:15px;
	margin-top:10px;
}
.news-single-timedata {
	float:right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size:9px;
}
.news-single-author {
	padding-bottom:3px;
}
.news-single-additional-info {
	background-color:#DDDDDD;
/* 	clear:both; */
	margin-top:15px;
	border:1px solid #666;
	padding:3px;
	padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border:1px solid #666;
	margin:0px;
	margin-bottom:3px;
	padding:3px;
	background-color:#FFFFFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight:bold;
	font-size:11px;
	margin-left:5px;
	width:90%;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type:none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight:bold;
	border:1px solid #666;
	padding:2px;
	background-color:#769024;
	color:#fff;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space:nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}
.middlecontent {
	padding:10px;
}
/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD P {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD INPUT.tx-indexedsearch-searchbox-sword { margin-left:10px; width:150px; }
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD INPUT.tx-indexedsearch-searchbox-button { margin-left:10px; width:100px; }
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD SELECT {  margin-left:10px; margin-top:5px;font-size:11px}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD P SELECT {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox TABLE TR TD P INPUT {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox INPUT {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox P {}
.tx-indexedsearch DIV.tx-indexedsearch-searchbox P A {}
.tx-indexedsearch DIV.tx-indexedsearch-rules {}
.tx-indexedsearch DIV.tx-indexedsearch-rules H2 { font-size:12px; margin-bottom:10px;}
.tx-indexedsearch DIV.tx-indexedsearch-rules P { margin-top:0px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { font-size:13px; margin-top:0px; margin-bottom:0px; color:#FFFFFF; }
.tx-indexedsearch-res H2 A {  color:#FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background-color:#9AA2E2;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle;height:25px; padding:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { color:#FF0000; text-align:center; font-weight:bold; }

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color :#666666; }

.break {
	margin-bottom:20px;
/*	margin-left:20px;
	border-style:solid;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px;
	border-color:#333333;*/
}


.tx-newloginbox-pi1 label{
	font-size:9pt;
	font-weight:normal;
}

.tx-newloginbox-pi1 h3, .tx-newloginbox-pi1 th, .tx-pilmailform-pi1 h3{
	font-weight:normal;
	font-size:9pt;
}

.container_langmenu{
	display:none;
	visibility:hidden;
}

#container-overall {
	/*float:left;
	left:50%;
	margin:20px 0px 0px -441px;*/
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:883px;
	top:0px;
	background-image:url(grafiken/overall_bg.gif);
	background-repeat:repeat-y;
	height:100%;

}
* + html #container-overall {
	height:97%;
	left:50%;
	margin-left:-441px;
	background-image:url(grafiken/overall_bg_ie.gif);
}

#container-overall-2sp {
	/*float:left;
	left:50%;
	
	margin:20px 0px 0px -441px;*/
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:883px;
	top:0px;
	background-image:url(grafiken/overall_bg_2sp.gif);
	background-repeat:repeat-y;
	height:100%;
}
* + html #container-overall-2sp {
	background-image:url(grafiken/overall_bg_ie_2sp.gif);
	height:97%;
	left:50%;
	margin-left:-441px;
}
#container-first-row {
	height:221px;
	position:relative;
	width:883px;
}
* html #container-first-row {
	width:882px;
}

#container-first-row-mainmenu {
	position:absolute;
	z-index:4;
	top:-50px;
}
#mainmenu-neu {
	background-image:url(grafiken/navi/menu_background.png);
	width:172px;
	height:271px;
}
* html #mainmenu-neu {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='fileadmin/templates/grafiken/navi/menu_background.png');
	
}
#container-first-row-mainmenu-items {
	/*old, wenn 1 menupuntk mehr
	padding:62px 0px 0px 60px;*/
	padding:62px 0px 0px 55px;
}
.container-first-row-mainmenu-item {
	width:80px;
	border-bottom:1px solid #ffffff;
	/* old, wenn 1 menupunkt mehr
	margin:0px 0px 3px 0px;
	padding:0px 0px 2px 0px;*/
	display:block;
	margin:0px 0px 3px;
	padding:0px 0px 3px 0px;
}
.container-first-row-mainmenu-item a {
	position:relative;
	z-index:4;
	padding:1px 0 1px 4px;
}
.item1 {}
.item2 {margin-left:-5px;}
.item3 {margin-left:-10px;}
.item4 {margin-left:-15px;}
.item5 {margin-left:-20px;}
.item6 {margin-left:-25px;}
.item7 {margin-left:-30px;}
.item8 {margin-left:-35px;}
.item9 {margin-left:-40px;}
.container-first-row-mainmenu-item a {
	color:#ffffff;
	display:block;
	width:80px;
	background-color:#345eac;
}
.container-first-row-mainmenu-item a:hover {
	background-color:#ffffff;
	color:#345eac;
}
#container-first-row-metamenu {
	position:absolute;
	z-index:5;
	bottom:-1px;
	height:22px;
	background-color:#345eac;
	width:763px;
	margin:0px 0px 0px 120px;
}
* html #container-first-row-metamenu {
	left:-1px;
}
#metamenu {
	height:21px;
	float:left;
}
#langmenu {
	float:right;
	padding:3px 10px 0px 0px;
	height:18px;
	_height:21px;
}
.container-first-row-metamenu-item {
	border-right:1px solid #ffffff;
	padding:3px 10px 0px 10px;
	height:18px;
	float:left;
}
* html .container-first-row-metamenu-item {
	height:21px;
}
.container-first-row-metamenu-item-print {
}
#container-print {
	position:absolute;
	left:605px;
	top:245px;
	display:block;
	z-index:50;
	padding:3px 10px 0px 25px;
	background:url(grafiken/print_page.gif) 5px 5px no-repeat;
}
#container-print-2spaltig {
	position:absolute;
	right:0px;
	top:245px;
	display:none;
	z-index:50;
	padding:3px 10px 0px 25px;
	background:url(grafiken/print_page.gif) 5px 5px no-repeat;
}
.container-first-row-metamenu-item-print a, a .container-first-row-metamenu-item-print {
	color:#000000;
	text-decoration:none;
}
.container-first-row-metamenu-item a, .langmenu a {
	text-decoration:none;
	color:#ffffff;
}
.tx-srlanguagemenu-pi1 .CUR a, .tx-srlanguagemenu-pi1 .NO a {
	color:#ffffff;
	text-decoration:none;
}
.tx-srlanguagemenu-pi1 .INACT {
	display:none;
}
#container-first-row-headerbild {
	position:absolute;
	z-index:1;
	width:766px;
	right:0px;
}
#container-first-row-logo {
	position:absolute;
	z-index:3;
	top:0px;
	right:-1px;
	width:197px;
	height:59px;
}
#logo {
	width:197px;
	height:59px;
	background-image:url(grafiken/logo_redesign.png);
	cursor:pointer;
}
* html #logo {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='fileadmin/templates/grafiken/logo_redesign.png');
}
#container-second-row {
	background-image:url(grafiken/laenger_grauer_bereich_links.gif);
	background-repeat:repeat-y;
	width:1024;
	float:left;
	position:relative;
	z-index:49;
	background-color:#ffffff;
}
td.csc-upload-icon {
	border:1px solid #e9e9e9;
}
#container-second-row-left {
	/*background:url(grafiken/grauer_bereich_links.gif) no-repeat;*/
	float:left;
	width:117px;
	/*height:680px;*/
	display:block;
	text-align:right;
	margin:10px 0px 0px 0px;
	padding-top:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top:30px;
}
#container-second-row-left img{
	padding:10px 0px 0px 0px;
}
#container-second-row-center {
	float:left;
	width:553px;
	margin:27px 15px 15px 10px;
}
#container-second-row-center-news {
	background:url(grafiken/news_bg.jpg) no-repeat top;
	float:left;
	width:553px;
	margin:27px 15px 15px 10px;
}
* html #container-second-row-center-news table.csc-uploads {
	margin-top:-9px;
}

table.csc-uploads{
	margin-bottom:15px;
}

#container-second-row-wide {
	float:left;
	width:740px;
	margin:27px 15px 15px 10px;
}
#container-second-row-center img, #container-second-row-center-news img{
	max-width:553px;
}
#container-second-row-wide img{
	max-width:740px;
}
#container-second-row-center h1, #container-second-row-wide h1, #container-second-row-center-news h1{
	padding-top:0px;
	margin-top:0px;
}
#container-second-row-right {
	float:left;
	width:188px;
	padding-bottom:15px;
	position:relative;
}
* + html #container-second-row-right {
	width:187px;
	margin-right:1px;
}
* html #container-second-row-right {
	width:187px;
	margin-right:1px;
}
#container-second-row-right table, #container-second-row-right table tr, #container-second-row-right table tr td, #container-second-row-right table tr td img {
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#container-second-row-right table tr td div.break {
	margin-bottom:5px;
}

.container_second_row_bg{
	float:left;
	background-image:url(grafiken/second_row_bg_right.gif);
	background-repeat:repeat-y;
}
* + html .container_second_row_bg{
	background-image:url(grafiken/second_row_bg_right_ie.gif);
}
.container_second_row_no_bg {
	float:left;
	height:100%;
}


#right-menu {
	width:168px;
	padding:20px 10px 10px 10px;
	background-color:#e9e9e9;
	float:left;
}
* html #right-menu {
	width:185px;
}
* + html #right-menu {
	width:187px;
	padding-right:11px;
	padding-left:8px;
	padding-top:0px;
	margin-top:20px;
}
.right-menu-container{
	float:left;
	padding-top:6px;

}

.right-menu-item {
	background-color:#ffffff;
	display:block;
	width:162px;
	height:18px;
	margin:3px 0px 4px 2px;
	float:left;
	
	/*padding:2px 0px 2px 2px;*/
}
* html .right-menu-item {
	width:164px;
}
* + html .right-menu-item {
	width:166px;
}

.right-menu-item a {
	color:#003399;
	text-decoration:none;
	width:157px;
	height:18px;
	display:block;
	padding-left:5px;
	padding-top:1px;
}
* html .right-menu-item a {
	width:164px;
}
* + html .right-menu-item a {
	width:166px;
}


.right-menu-item a:hover {
	color:#ffffff;
	background-color:#345eac;
}
#right-content {
	padding:50px 20px 20px 20px;
}
.clearer {
	clear:both;
} 

.print_logo{
/*spmi brauch ich für print css*/
	display:none;
	visibility:hidden;
	float:left;
}


/* Maps Extended */
.filterlayer {
	padding: 10px;
	background-color:white;
	border: 1px solid #e9e9e9;

}
div.filterlayer p.bodytext {
	color: #345EAC;
}

/* 2 spaltig rechte Spalte */

table.zwei-spaltig{
	/*width:188px;
	margin-left:-21px;*/
	/*margin-left:-24px;
	width:190px;*/
}

table.zwei-spaltig .col_1, table.zwei-spaltig .col_2{
	text-align:center;
	vertical-align:top;
}

div.csc-textpic-center div.csc-textpic-text{
	text-align:center !important;
}
