/* MAIN ######################################################## */
body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	background-color: #333333;
	background-image: url(../img/background_stripes.gif);
}
#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	/* background-color: #FFFFFF; */
}
#content-wrapper {
	position: absolute;
/*	z-index: 1;*/
	top: 330px;
	left: 0;
	width: 900px;
	height: auto;
	background-color: #C8BFAB;
	clear: both;
}

#search, #header, #outer-wrapper, #footer {
	width: 900px;
}

#header-img {
	width: 900px;
}

#header-link {
	position: absolute;
	top: 185px;
	left: 12px;
	z-index: 999;
}

#header-mail {
	position: absolute;
	top: 185px;
	left: 36px;
	z-index: 999;
}

/* MAIN END ######################################################## */











/* SEARCH ######################################################## */
#search {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	/* background-color: #CC0000; */
}
#search-lang {
	position: absolute;
	left: 0px;
	top: 20px;
	height: 20px;
	/* background-color: #FFFFFF; */
	width: 300px;
}
#search-form {
	position: absolute;
	left: 600px;
	top: 10px;
	height: 30px;
	/* background-color: #FFFFFF; */
	width: 300px;
	text-align: right;
	
}
/*
.csc-form-label-req {
        padding-top:20px;
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;font-weight:bold;
}
*/


.suchlabel1 {
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;font-weight:bold;
}

.suchlabel2 {
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;font-weight:bold;
}
.csc-searchResult {
      padding-bottom:25px; 
}
/* SEARCH END ######################################################## */






/* HEADER ######################################################## */
#header {
	position: absolute;
	left: 0;
	top: 40px;
	height: 260px;
	background: #FFFFFF;
}
#header-img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 260px;
	background-color: #326539;
}
/* HEADER END ######################################################## */












/* TOP ######################################################## */
#top {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #FFFFFF;
	z-index: 990;
}

#top-menu {
	position: relative;
	height: 30px;
	background-color: #f1f1f1;
	background-image: url(../img/nav_bg.jpg);
	background-position: repeat-x 0px 0px;
	margin: 0px;
}


#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu ul a, #top-menu ul .cur {
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	/* background-color: #f1f1f1;
    border-right-width: 1px; 
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	padding: 0 12px;
	margin: 0;
	color: #000000;
}

#top-menu ul a:hover, #top-menu ul .act a {
	color: #FF44FF;
	background-color: #999999;
}

#top-menu li {
	float: left;
	margin: 0;
	padding: 0;
}
/* TOP END ######################################################## */












#nav-container {
	margin: 0;
	width: 100%;
	text-align: left;
	background-color: #333333;
	float: left;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


.navTopLink {
white-space: nowrap;
line-height: 30px;
}




ul#nav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 900px; 
  list-style: none;
  height: 30px;
   
}

ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /* for Gecko */
  display: inline;
  list-style: none;
  position: relative;
  height: 1%; /* IE */
  line-height: 30px; 
  white-space: nowrap; 

}

ul#nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px; /* set width of flap */
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 999;
 
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 180px; /* set width of flap */
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  white-space: nowrap;
  /* min-width: 12em;  problem: if links is too long in IE */
  overflow: visible;
}



/* Root Menu */
ul#nav a {
	/*  
	for debugging
	border: 1px solid #006600;
	*/
	padding: 0 15px; /* set padding from root-links */
	float: none !important; /* for Opera */
	float: left; /* for IE */
	display: block;
	background: #000000;
	color: #FFFFFF;
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	height: auto !important;
	height: 1%;  /* for IE */
	background-image: url(../img/nav_bg.jpg);
	/* margin:0; */
	/* line-height: 40px;  is set in a hrefs, otherwise all elements this height */ 
	cursor: pointer; /* Opera 9 */
	line-height: 30px; 
  white-space: nowrap;
}





/* Root Menu Hover */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a {
  background: #333333;
  color: #FFF;
  background-image: url(../img/nav_bg_over.jpg);
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
  background: #868480;
  color: #FFFFFF;
  line-height: 20px; 
  white-space: nowrap;
}

/* 2nd Menu Hover  */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
  background: #CCCCCC;
  color: #000;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  background: #FF3300;
  color: #FFF;
}

/* 3rd Menu Hover */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
  background: #FF8566;
  color: #000;
}



ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px; /* set proper distance, see line ~ 47 */
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}













/* CONTENT ######################################################## */
H1, H2, H3, H4, H5, H6, P, UL { font-family: Arial, Helvetica, sans-serif; color: #333333; }
A { color: #326539; text-decoration: none; }
A:hover { /* color: #FFFFFF; background-color:#326539; */ text-decoration: underline; }
P, UL, OL { font-size: 11px; }
P { margin: 0px 0px 0px 0px; }

H1 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 22px; font-weight:normal; color: #333333; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #333333; padding: 0 0 3px 0; }

H2 { font-weight: bold;	text-align: left; padding-right: 5px; font-size: 16px; color: #326539; width: auto; margin-bottom: 5px; margin-top: 5px; }

H3 { font-size: 12px; color: #000000; }

H4 { font-size: 11px; color: #000000; }

H5 { font-size: 10px; color: #000000; }

H6 { font-size: 9px; color: #333333; font-weight: normal; }

H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; }

H1 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 20px; }

H2, H3 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }

H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }

H1.csc-firstHeader, H2.csc-firstHeader  { margin-top: 0px; }

H3.csc-firstHeader { margin-top: 0px; }

H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

P.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; line-height: 14px; padding-bottom: 6px;}

UL {list-style-type: disc; list-style-position: outside;}

UL UL LI { font-size: 10px; }

LI { padding-left: 2px; }

IMG { border-style: none; }

P.csc-caption { font-size: 10px; }

.csc-textpic-caption { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; }

.trenner { 1px solid #333333;}

/* CONTENT END ######################################################## */










/* LEFT ######################################################## */
#left-menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#left-menu ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#left-menu ul li {
	display: block;
	padding: 0;
	margin: 0;
	background: #f1f1f1;
}

#left-menu li.left-level-1-no a {
	height: auto;
	text-decoration:none;
	display: block;
	padding: 3px 6px 3px 15px;
	background: #f1f1f1;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left-menu li.left-level-1-no a:hover, #left-menu li.left-level-1-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 15px;
	background-color: #FF6600;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left-menu li.left-level-2-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 25px;
	background: #f1f1f1;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left-menu li.left-level-2-no a:hover, #left-menu li.left-level-2-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 25px;
	background: #f99f0b;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left-menu li.left-level-3-no a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 35px;
	background: #f1f1f1;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left-menu li.left-level-3-no a:hover, #left-menu li.left-level-3-act a {
	height: auto;
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 35px;
	background: #f99f0b;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* LEFT END ######################################################## */




















/* MAILFORM ######################################################## */



SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/* background-color: #EDEFF1; */
	/* border: 0px solid #CCCCCC; */
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/* 
	font-weight : normal; 
	background-color: #FFFFFF;
	*/
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/* 
	background-color:#FFFFFF;
	border: 1px solid #666666; 
	*/
}

BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	/* 
	background-color: #326539;
	border: 1px solid #EDEFF1; 
	*/
}

.csc-mailform {
	width: 300px;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 36px;
	margin-top:50px;
	margin-left:50px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}

#labeltext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

/* MAILFORM END ######################################################## */

















































#middle-marker-box {
	margin: 0px;
	padding: 20px;
	font-size: 11px;
	/* background-color: #C8BFAB; */
	
}
#middle {
	float: left;
	width: 648px;
	z-index: 2;
	
}


#middle-content {
	position: relative;
	z-index: 3;
	width: 100%;
	background-image: url(../img/background_inner.gif);
	background-repeat: no-repeat;
	
}



#left-menu-box{
	margin: 0;
	padding: 6px;
}


#left-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
	position: relative;
	margin: 0;
	padding: 0 6px;
	background: #f1f1f1;
}

#left {
	float: left;
	width: 252px;
	z-index: 4;
	background: #FFFFFF;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
}




#right-marker-box {
	margin: 10px;
	padding: 0;
}

#right-marker {
	margin: 0;
	padding: 10px;
	background-color: #E1DBCF;
}

#right {
	float: right;
	width: 250px;
	z-index: 4;
	/* background-color: #FFFFFF; */
}

#right-content {
/*	position: relative;
	z-index: 5;*/
	width: 100%;
}









/* FOOTER ######################################################## */
#footer {
	position: relative;
	left: 0;
	height: 60px;
	clear: both;
	background-color: #326539;
}

#footer-box {
	position: relative;
	margin: 0;
	padding: 6px;
	background-color: #326539;
}

#footer-text {
	margin: 0;
	padding: 6px;
	/*
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	*/
	font-size: 9px;
	line-height: normal;
	color: #FFFFFF;
	width: 250px;
	float: left;
}


#footer-menu {
	margin: 0;
	padding: 6px;
	/*
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	*/
	font-size: 9px;
	line-height: normal;
	color: #FFFFFF;
	width: 250px;
	float: right;
	text-align: right;
}


#footer-menu a{
	font-size: 9px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration:none;
}

#footer-menu a:hover{
	font-size: 9px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration:underline;
}

/* FOOTER END ######################################################## */
































/*-----------------------------------  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 #333333;

}
.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 {


}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;

	}
.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;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#326539;
	font-size: 14px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {

}
.news-list-date {
	float: none;
	color: #333333;
	text-align: left;
	height: 20px;

	font-size: 9px;
	font-weight: normal;
	}

.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: #BBE53A;
	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;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #326539;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.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: 11px;
	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: #BBE53A;
/* 	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:#F9FFE5;
}

.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;
}









.presse_tbl_year {
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	font-size: 16px;
	color: #326539;
	border-bottom: solid 1px #333333;
	width: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.presse_tbl_date {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: top;
}











.data_category {
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	font-size: 12px;
	color: #326539;
	border-bottom: solid 1px #333333;
	width: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	text-transform:uppercase;
}

.data_name {
  position:relative;
  display:block;
  width:300px;
  background-color:#333333;
  color:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:5px;
  margin-top: 10px;
}

.data_color1 td{
	background-color:#FFFFFF;
	border-bottom: 1px solid #999;
}

.data_color2 td{
  background-color:#E5E5E5;
  border-bottom: 1px solid #999;
}


.data_overview {
  background-color:#326539;
  color:#FFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9px;
  font-weight:normal;
}

.data_description {
	padding: 0px 5px;
	vertical-align: bottom;
	text-align: center;
}



.data_fondname {
	padding: 3px 2px 0px 2px;
	font-size: 11px;
}

.data_form {
	padding: 0px 2px 0px 2px;
	margin-left: 20px;
}
.data_form td{
	padding: 0px 2px 0px 2px;
	border:none;
}
.data_ISIN {
	font-size: 9px;
	color: #333333;
}

.data_val{
	text-align: center;
	padding: 0px 6px 0px 6px;
	height: 22px;
	font-size: 9px;
	/* width: 90px; */
}

.data_rating {
  position:relative;
  width:120px;
  vertical-align:top;
}

.data_route {
  position:relative;
  width:350px;
}

.data_ziel,.data_start,.data_fondname {
	font-weight: bold;
}

.data_ic, .data_ice {
  font-weight:bold;
  color:#E00000;
}

.data_white {
  font-weight:bold;
  color:#FFFFFF;
}

.data_select{
   font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  /* border: solid 1px #CCC; */

}






/* breadcrumb menu */
#middle-marker-breadcrumb {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 9px;
	/* background-color: #C8BFAB; */
	
}
.nav_bread {   font-family: Arial, sans-serif;   font-weight: bold;   font-variant: small-caps;   padding-top: 5px !important;   padding: 3px; margin-bottom: 20px;}   
.nav_bread a:link {   font-weight: bold;   text-decoration: none;   color: #364061;    }
.nav_bread a:visited {   font-weight: bold;   text-decoration: none;   color: #364061;}
.nav_bread a:hover {   font-weight: bold;   text-decoration: underline;   color: #ff6600;    }
.nav_bread_act {
	text-decoration: none;
	color: #666666;
}
.nav_bread_act a:link {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}
.nav_bread_act a:visited {  text-decoration: none;   color: #666666;}
.nav_bread_act a:hover {   text-decoration: underline;   color: #326539;    }


/* Glossary */

.tx-sgglossary-pi1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; margin-left:10px;line-height: 0px; padding: 0px;}

#gloss_entry { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight:bold;line-height: 25px; padding: 10px;}
#gloss_abc {font-size: 14px;}
#gloss_list {font-size: 14px;font-weight:bold;}
#gloss_detail {font-size: 14px;font-weight:bold;}

/* Veröffentlichungen */

.ver_table_color1 td {
	background-color:#FFFFFF;
	border-bottom: 1px solid #999;
}

.ver_table_color2 td { 
        background-color:#E5E5E5;
        border-bottom: 1px solid #999;
}
.align-center {
 text-align:center;
}
 
 .data_legend {
  font-size: 11px;font-weight:bold;
  color: #333333;
  width:800px;
}