/* INITIALIZE */

html *, body *{

	margin: 0;
	padding: 0;

}

body {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 62.5%; /* Resets 1em to 10px */
	
	background-color: white;
	
}
 img, a {
	
	border: none;
	color: #004E1F;
	text-decoration: underline;
	
 }
p {
	margin-bottom: 0.5em;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 0 15px;
}
/* -----------------------     LAYOUT GRID    -----------------------   */

#wrapper {
	width: 100%;
}

/* NAVIGATION BEGIN */

#topNav {
	width: 976px;
	margin: 0 auto 0 auto;
}
#topNav #logoHome, #topNav #logoEB {
	float: left;
}
#topNav #logoHome img, , #topNav #logoEB img {
	border: none;
}
#topNav #logoEB {
	position: relative;
	left: 376px;
	top: 12px;
}
#topNav #meta_nav {
	float: right;
	margin-top: 15px;
	width: 168px;
}
#topNav #meta_nav a{
	text-decoration: none;
	color: #5EA020;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	margin-right: 5px;
	}
#topNav #meta_nav form {
	width: 188px;
}
#topNav #meta_nav input {
	float: left;
	margin-top: 2px;	
	color: #5EA020;
}
#topNav #meta_nav button {
	margin: 2px 0;
	padding: 0;
	border: none;
	background: transparent url('../images/pfeil.gif') no-repeat;
	width: 18px;
	height: 17px;
	float: left;
}
*html #topNav #meta_nav button {	
	margin: 3px 0;
}
/* NAVIGATION END */

/* LAYOUT STRUCTURE BEGIN */
#contentWrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	/* background: #5EA020 url('../images/background/01.jpg') no-repeat; */
	background-position: top 50%;	
	text-align: center;
}
#contentHolder {
	width: 986px;
	background: none;
	margin: 42px auto 0 auto;
	padding: 0;
}
* html #contentHolder {
	margin: 0 auto 0 auto;
}
* html #ieDummy {
	background: transparent url('../images/subnavigation_back.png') repeat;
	/*
	// IE6 only - transparency with proper handling of relative URLs :
	_behavior: expression(  
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true; src=" + this.src + ")");
	*/
	margin: 42px auto 0 auto;
	width: 986px;
	
}
/* LAYOUT STRUCTURE END */

/* CONTENT BEGIN */
#content {
	text-align: left;
	width: 976px;
	margin: 42px auto 0 auto;
	padding: 5px;
	background: transparent url('../images/subnavigation_back.png') repeat;
}
#content_subpage {
	text-align: left;
	width: 986px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent url('../images/content_back.png') repeat;
}
* html #content_subpage {
	background: none;
	background-color: white;
}
#content_subpage #clickpath {
	margin: 12px 0 5px 0;
	width: 560px;
	height: 60px;
	float: left;
	padding-left: 240px;
}
#content_subpage .entryHeader {
	
	color: #004E1F;
	width: 100%;
	border-bottom: 1px solid #595959;
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 7px;
	margin-bottom: 7px;
	
}

#content_subpage h1 {
	
	color: #004E1F;
	font-size: 16px;
	font-weight: lighter;
	margin: 7px 0 7px 0;
	
}

#content_subpage p b {
	
	color: #004E1F;
	
}

#content_subpage #morelink {
	margin-top: 2em;
}

#content_subpage #morelink li {
	list-style-type: none;
	display: inline;
}

#content_subpage #morelink li.selected {
	background-color: #004E1F;
	color: white;
	padding: 0 2px 0 2px;
}
#article {
	margin: 0 0 50px 65px;
	width: 438px;
	float: left;
	font-size: 1.2em;
	line-height: 1.45em;
}
#article p {
	margin: 0 0 1em 0;
}

#article h1 {
	color: #004e1f;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 7px;
	margin-right: 0pt;
	margin-bottom: 7px;
	margin-left: 0pt;
}

#article h2, #article h3, #article h4, #article h5, #article h6 {
	color: #004e1f;
	font-size: 12px;
	margin: 4px 0 4px 0;
}

#article .blocked, #article .csc-textpic {
	
	display: block;
	clear: both;
	margin-top: 25px;
	
}

#article .rgmediaimages-player {
	clear: both;
	display: block;
}

#article iframe {
	position: relative;
	width: 530px;
	
}
#article .download_pdf {
	background: transparent url('../images/pdf_icon_mini.png') no-repeat;	
    padding-left: 27px;   
	min-height: 24px;
}
#article .indent {
	margin-left: 1em;
}
#article .contenttable .bodytext {
	margin:0;
	padding:0;
}
#article .contenttable td {
	padding: 0.2em 0 0.2em 0;	
}
.spacer-gif {
	display: block;
}
/* CONTENT END */

/* SITEMAP BEGIN */
#sitemap {
	margin-left: 100px;
	color: #666666;
}
#sitemap ul {
	margin: 0 0 1em 3em;
}
#sitemap h3 {
	color: #5EA020;
	margin-top: 1em;
}
#sitemap a {
	text-decoration: none;
}
/* SITEMAP END */

/* NEWS BEGIN */
.news-image-container {
	margin-right: 5px;
	width: 120px;
	overflow: hidden;
}
.news-list-date, .news-single-timedata {
	color: #666666;
	font-size: 0.8em;
}
.news-list-morelink a {
	font-size: 0.8em;
	margin-top: 3px;
}
.news-single-headerblock h2 {
	color: #004E1F;
	margin: 5px 0 10px 0;
}
.news-single-content h3 {
	margin: 5px 0 5px 0;
}
.news-single-content p {
	margin: 0 0 5px 0;
}
hr.clearer {
	margin: 5px 0 5px 0; 
}

.tx-ttnews-browsebox a {
	margin-right: 2px;
}
.tx-ttnews-browsebox-SCell a {
	text-decoration: none;
	color: #666666;
}
.news-list-container {
	margin-top: 1.5em;
}

#content_subpage .news_pubs {
	margin: 1.5em 0 0 0;
}
#content_subpage h1.news_title{
	color: #004E1F;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
#content_subpage .news_image {
	width: 50px;
	height: 80px;
}
#content_subpage .news_image img {
	margin: 0 0 0 0;
	vertical-align: bottom;
}
#content_subpage .news_download a{	
	margin: 7px 0 3px 0;	
}
/* NEWS END */

/* MEDIABOX BEGIN */
.fhmediabox_list_image {
	float: left;
	margin-right: 1em;
}
.fhmediabox_list_date, .fhmediabox_single_date {
	font-size: 0.75em;
	color: #555555;
}
.fhmediabox_list_item {
	margin: 1em 0 0 0;
	overflow: hidden;
}
.browseBoxWrap .showResultsWrap {
	display: none;
	}
.browseLinksWrap {
	clear: both;
	margin: 1em 0 1em 0;
}
.activeLinkWrap a{
	text-decoration: none;
	color: #555555;
}
/* MEDIABOX END */

/* SIDEBAR BEGIN */
#sidebar {
	
	width: 160px;
	height: 100%;
	float: right;
	margin-top: 12px;
	padding: 0 0 0 7px;
		
}

#sidebar .sidebar_teaser {
	
	width: 146px;
	background: transparent url('../images/sidebar_teaser.png') repeat-y;
	margin-bottom: 20px;
	padding: 6px;
}

#sidebar .sidebar_teaser_2 {
	
	width: 146px;
	
}

#sidebar .sidebar_teaser_2 a img {

	max-width: 150px;
	margin-bottom: 7px;

}

#sidebar .sidebar_teaser h3, #sidebar .sidebar_teaser_2 p {
	
	width: 130px;	
	overflow: hidden;
	font-size: 10px;
	font-weight: lighter;
	color: #004e1f;
	margin: 1em 0 1em 0;
	
}
#sidebar .sidebar_teaser p {
	width: 130px;	
	overflow: hidden;
}
#sidebar .sidebar_teaser_date {
	
	color: #595959;
	margin-bottom: 7px;
	
}
#sidebar .news-catRootline{
	margin-top: 1em;
	width: 133px;
}
#sidebar .news-catRootline a{
	float: left;
}
#sidebar h1{
	
	width: 122px;
	margin: 0 12px 10px 0px;
	border-bottom: 1px solid #595959;
	font-size: 16px;
	font-weight: lighter;
	color: #004e1f;
	
}
#sidebar h2 {	
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	color: #004e1f;	
	overflow: hidden;
}
#sidebar h2 a {
	text-decoration: none;
}
#sidebar .news_download a{
	/*
	background: transparent url('../images/pdf_icon_small.gif') no-repeat;
	display:block;
    width:0px;
    overflow:hidden;
    padding-left: 32px;
    height: 32px;
	margin-left: 100px;
	*/
	display: none;
}
#sidebar div.csc-textpic-text {
	
	clear: left;
	
}
/* SIDEBAR END */

/* FOOTER BEGIN */
#footer {
	width: 958px;
	height: 30px;
	border-top: 1px solid #013B12;
	margin: 0px auto 100px auto;
	padding: 14px;
	background-color: white;
	color: #999999;
}
*html #footer {
	width: 986px;
	w\idth: 958px;
}
#footer #impressum {
	text-decoration: none;
	color: #156C21;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin: 9px 11px 0 0;
}
#footer a {
	margin-top: 5px;
	float: left;
}
#footer img {
	border: none;
	vertical-align: middle;
	margin: 0 5px 0 5px;
}
#footer #fnl-home {
	margin-left:685px;
}
/* FOOTER END */