body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 10px; 
	padding: 0px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px; 
	padding: 5px;
}

/* ------------- LINKS  --------------- */

a			{ text-decoration:none; font-weight: bold; }
a:link			{ color: #303030; }  
a:visited			{ color: #303030;  }
a:hover			{ color: black ; text-decoration: underline; }
a:active			{ color: black }

/* ------ Überschriften, Absätze usw. -------- */

p {
	margin: 3px;
	margin-right: 10px;
      color: #303030; 
	text-align: left;
}

h1 { 
	font-weight: bold; 
	color: #606060;
                margin: 0px;
                padding-bottom:8px;
}

h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	color: #606060;
                margin: 0px;
                padding-bottom:8px;
                padding-left:3px;}


h1 { font-size: 1.6em } 
h2 { font-size: 1.4em }   
h3 { font-size: 1.2em }   
h4 { font-size: 1.0em }   
h5 { font-size: 1.0em; font-style: italic }
h6 { font-size: 0.8em; font-weight: normal }

hr		{ width: 100%; height: 0.05em; color: #000080; text-align: center}


/* ---------------------
     rechte Infospalte
   --------------------- */
.linie_info { border-right: 0px solid #028083; border-bottom: 0px solid #028083; border-left: 0px solid #028083;
		 margin:10px; padding-left:0px; padding-top:0px;padding-right:0px;padding-bottom:0px;}

/* --------------
     Copyright
   -------------- */
.copyright {  
	margin:  0px; 
	padding: 4px 10px 4px 0px;
      	font-size: 9px;
        color: #808080;
}

/* --------------
     Suchform
   -------------- */
.suchform {  
	margin-top:  20px; 
}

/* ----------------
    Kopfbereich
   ---------------- */

#logo {
	position: absolute;
	z-index: 1;
}

#kopfbild {
	position: absolute;
	z-index: 0;
	height: 152px;
	width: 1004px;
	background-image: url(grafik/kopf_grau.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#titel {
	position: absolute;
	z-index: 1;
  	padding: 50px 0 0 170px;
	font-size: 36px;
	color: #808080;
	font-weight: bold;
	font-family: Arial;
}

#reiter {
  	position: absolute;
  	z-index: 1;	
  	width: 550px;
  	height: 24px;
  	left: 190px;
  	top: 128px;
	clear:both;
}

#reiter a:link, #reiter a:active, #reiter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color:#606060;
}

#reiter a:hover { 
	text-decoration:underline; 
	color:#606060;  
}


.reiteritem {
  	position: static;
	float: left;
	margin-right:3px;
  	z-index: 1;
}

.reiter_links, .reiter_links_aktiv {
  	position: static;
	float: left;
  	z-index: 1;
  	width: 10px;
  	height: 24px;
	background-image: url(grafik/reiter_grau_left.gif);
}

.reiter_mitte, .reiter_mitte_aktiv {
  	position: static;
	float: left;
  	z-index: 1;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(grafik/reiter_grau_bg.gif);
}

.reiter_rechts, .reiter_rechts_aktiv {
  	position: static;
	float: left;
  	z-index: 1;
  	width: 10px;
  	height: 24px;
	background-image: url(grafik/reiter_grau_right.gif);
}

/* ----------------
     Pfadanzeige
   ---------------- */
#pfad {
	position: absolute;
	z-index: 1;
	left: 190px;
	top: 173px;
	font-size: 10px;
}

#streifen {
	position: absolute;
	top: 152px;
	z-index: 0;
	height:35px;
	width: 822px;
	background-image: url(grafik/bg_grau.jpg);
	border-right: 1px solid #008184; 
	padding-top: 2px;
	text-align: center;
}

#streifen a:link, #streifen a:active, #streifen a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#606060;
}

#streifen a.aktiv {
	color: #ffffff;
}

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

/* --------------------
     Linke Navigation
   -------------------- */
   
#navigation {
	position: absolute;
	width: 180px;
	top: 187px;
	z-index: 1;
	font-size: 11px;
}

/* Grünes Menü*/
#menu1 {
	position: relative;
	z-index: 1;
	border-right:  1px solid #028083; 
	border-top:    1px solid #028083; 
	border-bottom: 1px solid #028083; 
	width: 179px;
	background-color: #D8ECEE;
	background-image: url(grafik/ecke_vnav1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
}

#menu1 li {
	list-style-type: none;
}
#menu1 ul {
	padding: 0;
	margin: 0;
}

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

#menu1 a, #menu1 a:hover {
	padding-left: 10px;
	line-height: 19px;
	color:#028083;  
}

#menu1 ul ul li a, #menu1 ul ul li a:hover {
	padding-left: 20px;
}

#menu1 li.aktiv {
	background-color: #FFFFFF;
}

#menu1 li.aktivsub {
	background-color: #028083;
}

#menu1 li.aktivsub a, #menu1 li.aktivsub a:hover {
	background-color: #028083;
	color:#D8ECEE;  
}

/* Graues Menü */
#menu0 {
	position: relative;
	top: 20px;	
	z-index: 1;
	width: 179px;
	background-color: #000000;
}
#menu2 {
	position: relative;
	top: 20px;	
	z-index: 1;
	width: 179px;
	border-right:  1px solid #CBCBCB; 
	border-top:    1px solid #CBCBCB; 
	border-bottom: 1px solid #CBCBCB; 
	background-color: #FFFFFF;
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	letter-spacing: -1px;
	margin:0;
	padding: 10px 0 0 0;
}
#menu3 {
	position: relative;
	top: 20px;	
	z-index: 1;
	width: 179px;
	border-right:  1px solid #CBCBCB; 
	border-top:    1px solid #CBCBCB; 
	border-bottom: 1px solid #CBCBCB; 
	background-color: #FFFFFF;
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	letter-spacing: -1px;
	margin-top:20;
	padding: 10px 0 10px 0;
}
#menu2 a, #menu3 a {
	padding-left:10px;
	line-height: 19px;
	color:#808080; 
}

#menu2 a:hover, #menu3 a:hover { 
	text-decoration:underline; 
}

#menu2 form {
	padding-left:10px;
	margin-top: 10px;
}


/* ---------------------
     rechte Infospalte
   --------------------- */
#info {
	position: absolute;
	z-index: 1;
	left: 823px;
	top: 152px;
	width: 179px;
 	border-top:  1px solid #CBCBCB; 
 	border-right:  1px solid #CBCBCB; 
	border-bottom: 1px solid #CBCBCB; 
	background-color: #D8ECEE; 
	background-image: url(grafik/ecke_info.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}


/* ------------
     Inhalt
   ------------ */
#inhalt {
	position: absolute;
	z-index: 1;
	left: 180px;
	top: 187px;
	width: 632px;
	border-right: 1px solid #008184; 
	border-bottom: 1px solid #008184; 
	background-image: url(grafik/ecke_inhalt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.csi-textpic {
	padding: 0 0 0px 0;

}

.csc-caption {
	margin: 4px 4px 4px 4px;
	margin-top:0px;
                padding-top: 2px;
                padding-left: 2px;
                padding-right: 2px;
                padding-bottom: 2px;
	font-style: normal;
                font-size: 10px;
	background-color:#D8ECEE;

 }


/* ------------
     News
   ------------ */

/*-----------------------------------  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:0px solid #333;
	background-color:#D8ECEE;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color#028083;
	padding:0px;
	margin:0px;
	/*border:1px solid #666;*/
	background-color:#D8ECEE;
}


.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 */
	margin:3px;
	/*border:1px solid #666;*/
	background-color:#D8ECEE;
	
                padding: 3px 0 3px 0;
	border-bottom: 2px dotted #028083;
}


.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 {
	border:0px solid #000;
	background-color:#FFFFFF;
                
}

.news-list-item {
                width:305px;
                height:240px; 
                float:left;
	padding:3px;
	margin:1px;
	border:1px solid #939393;
	font-family: Verdana; 
	font-size: 11px;
                color:#000000;
	background-color:#FFFFFF;
/* ------------
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
------------ */


}
.news-list-item1 {
                width:305px;
                height:240px; 
                float:left;
	padding:3px;
	margin:1px;
	border:1px solid #939393;
	font-family: Verdana; 
	font-size: 11px;
                color:#000000;
	background-color:#FFFFFF;
/* ------------
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
------------ */

}



.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#FFFFFF;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 0px solid #939393;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 16px;
                font-weight:bold;
                color:#666666;


}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	padding-left:0px;

}
.news-list-container H3 A {
	color:#000000;

}
.news-list-container P {
	padding-left:3px;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:regular;
                color:#333333;

}
.news-list-date {
	float: left;	
	color: #000000;
	width: 280px;
	text-align: left;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:bold;

}
.news-list-date1 {
	float: left;	
	color: #000000;
	width: 280px;
	text-align: left;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:bold;
}

.news-list-imgcaption {
	float: left;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

}

.news-list-container IMG {

	float: left;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}


.news-list-category {
	font-size:9px;
	margin-left:5px;

}
.news-list-morelink  {
	clear:both;
                font-size:9px;
	margin-left:10px;	
                margin-bottom:3px;


}

.news-list-morelink-img  {
	margin-left:5px;	
                margin-bottom:3px;
	background-image: url(grafik/link_plus.gif);
	background-repeat:no-repeat;
	background-position: left bottom;



}

.news-list-browse {
	clear:both;	
	margin-left:1px;	
                text-align: center;
	background-color:#D8ECEE;
	width: 615px;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:0px solid #666;
	padding:3px;
	background-color:#D8ECEE;

}
.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:#D8ECEE;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:#FFFFFF;
	font-size: 10pt;


}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #028083;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: left;
	border:0px solid #666;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:5px;

}


.news-single-imgcaption {
	width:246px;
                overflow:auto;
	margin-top:0px;
                padding:0px;
	background-color: #D8ECEE; 
/* ------------
	background-image: url(grafik/ecke_vnav1.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
------------ */


	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: #D8ECEE;
/* 	clear: both; */
	margin-top: 120px;
	border: 0px solid #666;
	padding:1px;
	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:#D8ECEE;
}

.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;
}


/* ------------
     Teaser
   ------------ */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.teaser-list-container HR.clearer, .teaser-single-item HR.clearer, .teaser-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.teaser-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_teaser LATEST view  -----------------------------------*/

.teaser-latest-container {
	border:0px solid #333;
	background-color:#D8ECEE;
}

.teaser-latest-container H2,.teaser-latest-gotoarchive {
	color#028083;
	padding:0px;
	margin:0px;
	/*border:1px solid #666;*/
	background-color:#D8ECEE;
}


.teaser-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.teaser-latest-gotoarchive A:LINK, .teaser-latest-gotoarchive A:VISITED, .teaser-latest-gotoarchive A:HOVER {
	color:#fff;
}
.teaser-latest-gotoarchive A {
	color:#fff;
}
.teaser-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin:3px;
	/*border:1px solid #666;*/
	background-color:#D8ECEE;
	
                padding: 3px 0 3px 0;
	border-bottom: 2px dotted #028083;
}


.teaser-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.teaser-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.teaser-latest-date,.teaser-latest-morelink,.teaser-latest-category {
	font-size:9px;
}

.teaser-latest-morelink {
	height:12px;
}

.teaser-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_teaser LIST view  -----------------------------------*/
.teaser-list-container {
	border:0px solid #000;
	background-color:#FFFFFF;
                
}

.teaser-list-item {
                width:305px;
                height:170px; 
                float:left;
	padding:3px;
	margin:1px;
	border:1px solid #939393;
	font-family: Verdana; 
	font-size: 11px;
                color:#000000;
	background-color:#FFFFFF;
/* ------------
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
------------ */


}
.teaser-list-item1 {
                width:305px;
                height:170px; 
                float:left;
	padding:3px;
	margin:1px;
	border:1px solid #939393;
	font-family: Verdana; 
	font-size: 11px;
                color:#000000;
	background-color:#FFFFFF;
/* ------------
	background-image: url(grafik/ecke_vnav2.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
------------ */

}



.teaser-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#FFFFFF;

}
.teaser-search-emptyMsg{
	margin:0px;
}
.teaser-search-form FORM {
	margin:0px;
}
.teaser-list-container H3 {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 0px solid #939393;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 16px;
                font-weight:bold;
                color:#666666;


}

.teaser-list-container H3 A:LINK,.teaser-list-container H3 A:VISITED,.teaser-list-container H3 A:HOVER {
	padding-left:0px;

}
.teaser-list-container H3 A {
	color:#000000;

}
.teaser-list-container P {
	padding-left:3px;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:regular;
                color:#333333;

}
.teaser-list-date {
	float: left;	
	color: #000000;
	width: 280px;
	text-align: left;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:bold;

}
.teaser-list-date1 {
	float: left;	
	color: #000000;
	width: 280px;
	text-align: left;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
                font-weight:bold;
}

.teaser-list-imgcaption {
	float: left;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

}

.teaser-list-container IMG {

	float: left;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:5px;
}
.teaser-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}


.teaser-list-category {
	font-size:9px;
	margin-left:5px;

}
.teaser-list-morelink  {
	clear:both;
                font-size:11px;
	margin-left:5px;	
                margin-bottom:3px;

}
.teaser-list-browse {
	clear:both;	
	margin-left:1px;	
                text-align: center;
	background-color:#FFFFFF;
	width: 615px;

}



	/*---------------------------------  tt_teaser Page-Browser ---------------------------------*/
.tx-ttteaser-browsebox {
	margin:3px;
	border:0px solid #666;
	padding:3px;
	background-color:#D8ECEE;

}
.tx-ttteaser-browsebox TD {
	font-size: 10px;

}
.tx-ttteaser-browsebox-strong, .tx-ttteaser-browsebox-SCell {
	font-weight: bold;
}
.tx-ttteaser-browsebox-SCell P,.tx-ttteaser-browsebox TD P{
	margin:0px;
}

.tx-ttteaser-browsebox-SCell {
	background-color:#D8ECEE;
	border:1px solid #666;
}
.teaser-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_teaser SINGLE view  ---------------------------------*/
.teaser-single-item {
	padding:0px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:#FFFFFF;
	font-size: 10pt;


}
.teaser-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #028083;
	margin-bottom: 0px;
}
.teaser-single-item H3 {
	margin-bottom: 15px;
}



.teaser-single-img {
	float: left;
	border:0px solid #666;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:5px;

}


.teaser-single-imgcaption {
	width:248px;
                overflow:auto;
                padding:0px;
	background-color: #D8ECEE; 
	background-image: url(grafik/ecke_vnav1.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;


	clear:both;

}

.teaser-single-category {

	float: right;
}
.teaser-single-backlink, .teaser-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.teaser-single-timedata {
	float: right;
}
.teaser-single-timedata, .teaser-single-author,.teaser-single-imgcaption {
	font-size: 9px;
}
.teaser-single-author {
	padding-bottom: 3px;
}
.teaser-single-additional-info {
	background-color: #D8ECEE;
/* 	clear: both; */
	margin-top: 120px;
	border: 0px solid #666;
	padding:1px;
	padding-bottom:0px;

}
.teaser-single-related,.teaser-single-files,.teaser-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#D8ECEE;
}

.teaser-single-related DD, .teaser-single-links DD, .teaser-single-files DD {
	margin-left:20px;
}

.teaser-single-related DT, .teaser-single-links DT, .teaser-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_teaser Archivemenu (AMENU) --------------------------------- */
.teaser-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.teaser-amenu-container LI {
	padding-bottom:1px;
}
.teaser-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;
}
.teaser-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.teaser-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_teaser Categorymenu (CATMENU) --------------------------------- */


.teaser-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.teaser-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.teaser-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.teaser-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.teaser-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;
}


/* ------------
     Sitemap
   ------------ */

.csc-menu-4 p {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	padding-left: 13px;
}
.csc-menu-4 p.csc-abstract {
	background: none;
	padding-left: 0px;
}

.csc-sitemap-level1 {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	padding-left: 13px;
}

.csc-sitemap-level2 {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	margin-left: 15px;
	padding-left: 13px;
}

.csc-sitemap-level3 {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	margin-left: 25px;
	padding-left: 13px;
}

.csc-sitemap-level4 {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	margin-left: 45px;
	padding-left: 13px;
}

.csc-sitemap-level5 {
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	margin-left: 45px;
	padding-left: 13px;
}

.linie_inhalt li a{
	background: url(/fileadmin/templates/grafik/link_plus.gif) no-repeat fixed left;
	padding-left: 13px;
}