
/* fhh_main Version 2009-08-20 13-03-24 */
/* (img/\(.*\)) -> (../files/img/$file/\1) */
/* (../files/img/$file/) -> (../img/) */
/* ### GENERAL STRUCTURE ### */

#overall {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	min-height: 80%;
	/*height: 80% !Important;*/
}

* html #overall{
	height:83%;
}

#header {
	background-color: #f0f0f0;
	width: 921px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 23px;
	vertical-align: top;
	height: 60px;
	border-bottom: 14px solid #ffffff;	
}

#center {
	height: 100%;
	border-top: 1px solid #d0d0d0;
	width: 944px;
	float: left;
}

#separator{
	width: 944px;
	background-color: #ffffff;
	height:14px;
	float:left; 
}

#left {
	position: relative;
	float: left;
	height: 100%;
	width: 150px;
	padding-left: 23px;
	padding-right: 14px;
	
}

#right {
	width: 757px;
	height: 100%;
	float: left;	
	min-height: 100%;
}

#col_left {
	height: 100%;
	width: 443px;
	padding-left: 14px;
	padding-right: 14px !important;
	padding-right: 14px;
	float: left;	
}

#col_right {
	float: left;
	height: 100%;
	width: 271px;
	padding-left: 13px !important;
	padding-left: 11px;
	padding-right: 0;
	padding-top: 18px;	
}

#col_wide {
	padding-left: 14px;
	padding-right: 0;
	width: 742px;
	height: 100%;	
}

/* ### GENERAL STRUCTURE END ### */

/* ### GLOBAL STYLES ### */

* {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

b {
	font-weight: bold;
}

br {
	height: 1px;
}

html{
	height: 101%;
}

body {
	height: 101%;	
}

h1 {
	color: #1c2c76;
	text-transform: uppercase;
	font: 24px Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	color: #1c2c76;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 0; /* 10px */
	margin-top: 10px; /* 0 */
}

h3 {
	color: #1c2c76;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom-color: #BBBBBB; /* #1c2c76 */
	border-bottom-width: 1px;
	border-bottom-style: solid;/*dotted*/
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 0;
}


h4 {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 10px;
	/*text-transform: uppercase;*/
}

h5 {
	color: #1c2c76;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*text-align: left;*/
}
 
h6 {
	color: #000;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*text-align: left;*/
}
 
span.legend {
	color: #000;
	font: italic 11px Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

a {
	color: #1c2c76;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{
	border: none;
}

ul {
	color: #000000;
	font: 10px/16px Arial, Helvetica, sans-serif;
}

li {
	list-style-type: none;
	padding-left: 8px;
	background: url(../files/img/$file/bullet.gif) no-repeat left 6px;
}

li ul li {
	list-style-type: none;
	padding-left: 8px;
	background: url(../files/img/$file/bullet.gif) no-repeat left 6px;
}

ol li{
	background: none;
	list-style: decimal;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 25px;
}

/* ### GLOBAL STYLES END ### */

/* ### COL_RIGHT STYLES ### */

#col_right h1 {
	font: 14px Arial;
	margin-bottom: 5px;
	text-transform: none;
}

hr.divider_right {
	border-bottom-style: none;
	border-top: 1px solid #888888; /* dotted */
	height: 1px;
	margin-top: 5px;
	margin-bottom: 8px;
}

/* ### COL_RIGHT STYLES END ### */

/* ### TOP NAVI ### */

#top_navi {
	margin-top: 20px;
	width: 784px;
}

#top_navi ul {
}

#top_navi li {
	display: inline;
	list-style-type: none;
	margin-right: 24px;
	padding-left: 0;
	background-image: none;
}

#top_navi a {
	color: #a6a6a6;
	letter-spacing: 2px;
	text-decoration: none;
	font: 9px Arial;
	text-transform: uppercase;
}

#top_navi a:hover {

}

/* ### TOP NAVI END ### */

/* ### MAIN NAVI ### */

#main_navi {
	height: 13px;
	width: 784px;
}

#main_navi ul {
	height: 13px;
}

#main_navi li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 12px;
	/*padding-right: 17px;*/
	border-right: 1px solid #1c2c76;
	height: 13px;
	padding-left: 0;
	background-image: none;
}

#main_navi li.last {
	display: inline;
	list-style-type: none;
	margin-right: 12px;
	padding-right: 12px;
	height: 13px;
	border-right-style: none;
	padding-left: 0;
}

#main_navi a {
	color: #1c2c76;
	font: 13px Arial;
	text-decoration: none;
	text-transform: uppercase;
}

#main_navi a:hover {
    font-weight: bold;
}

#main_navi a.active{
    font-weight: bold;
}

#nav010{
	width: 162px;	
}

#nav020{
	width: 112px;	
}

#nav030{
	width: 132px;
}

#nav035{
	width: 96px;
}

#nav040{
	width: 64px;
}

#nav050{
	width: 70px;
}

/* ### MAIN NAVI END ### */

/* ### SUB NAVI ### */

#sub_navi {
	/* Entry needed for tolerant alignment */
	position: static !Important;
	position: absolute;
	top: 0px;
	left: 23px;	
}

#sub_navi ul {
	
}

#sub_navi ul li, #sub_navi ul li ul li, #sub_navi ul li.active ul li {
	list-style-type: none;
	padding-left: 0;
	background-image: none;
}

#sub_navi ul.l2 {
	margin-left: 8px;
	width: 140px;
}

#sub_navi ul.l3 {
	margin-left: 14px;
}

#sub_navi ul li.active a, #sub_navi ul li ul.l2 li.active a {
	color: #1c2c76;
	list-style-type: none;
	background: url(../files/img/$file/bullet.gif) no-repeat left 2px;
	padding-left: 8px;
}

#sub_navi ul li.active a:hover, #sub_navi ul li ul li.active a:hover {
	background: url(../files/img/$file/bullet.gif) no-repeat left 2px;
}

#sub_navi ul li a, #sub_navi ul li ul li a  {
	color: #888888;
	text-decoration: none;
	font: 10px Arial;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#sub_navi ul li.active ul li a {
padding-left: 0px;
background: none;
color: #888888;
	text-decoration: none;
	font: 10px Arial;
	text-transform: uppercase;
	margin-bottom: 17px;	
}

#sub_navi ul li a:hover, #sub_navi ul li ul li a:hover, #sub_navi ul li.active ul li a:hover {
	color: #1c2c76;
	padding-left: 8px;
	background: url(../files/img/$file/bullet.gif) no-repeat left 2px;
}

/* ### SUB NAVI END ### */

/* ### TABLES ### */

table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

 thead tr td {
	border-top-style: none;
}


td {
	color: #000000;
	font: 12px/16px Arial;
	padding-top: 11px; /* 13px */
	padding-bottom: 5px; /* 7px */
	border-top: 1px solid #888888; /* dotted */
	vertical-align: top;
}

td strong {
	color: #1c2c76;
}

td p{
	margin: 0;
	padding: 0;
}

td td{
	margin: 0;
	padding: 0;
}

/* ### TABLES END ### */

/* ### FORMS ### */

input {
	border: 1px solid #9d9d9d;
	padding: 3px;
	background-color: #ffffff;
}

input.image{
	border: none;
}


form {
	width: 100%;
}

label {
	float: left;
	margin-right: 5px;
	color: #000000;
	font: 10px/16px Arial;
}

/* ### FORMS END ### */

/* ### BOXES ### */

.box_100 {
	width: 100%;
	font-size: 100%;
	
}

.box_50_left {
	float: left;
	font-size: 100%;
	width: 48.2%;
	margin-right: 7px !important;
	margin-right: 8px;
	
}

.box_50_right {
	width: 48%;
	float: left;
	font-size: 100%;
	margin-left: 7px !important;
	margin-left: 8px;
	
}

.caption {
	width: 96%;
	background-color: #e3e3e4;
	padding: 2%;
	font-size: 100%;
}

.box_100 .caption{
	width: 425px;
}

.box_50_left .caption, .box_50_right .caption {
	background-color: #E3E3E4;
	font-size: 100%;
	padding: 4px;
	width: 205px;
}


.caption h1 {
	color: #848484;
	font-size: 9px;	
	text-transform: uppercase;
	margin-bottom: 2px;
}

.caption h1 a{
	color: #848484;
	font-size: 9px;	
	text-transform: uppercase;
	margin-bottom: 2px;
	border-style: none;
}

.caption h2 {
	color: #1c2c76;
	font-size: 15px;	
	margin-bottom: 0;
	margin-top: 0;
}

.caption h2 a{
	color: #1c2c76;
	font-size: 15px;	
	margin-bottom: 0;
	margin-top: 0;
}


.caption h3 {
	border-style: none;
	color: #1c2c76;
	font-size: 10px;	
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*2007-08-23 N. Ivens: Links in H3 sollen kleinere Schriftart erhalten*/
.caption h3 a {
	border-style: none;
	color: #1c2c76;
	font-size: 9px;	
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

img.more {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
}

.nav_arrows {
	float: right;
}

hr.dotted_line {
	clear: both;
	border-bottom: 1px solid #BBBBBB; /* dotted / #1c2c76*/
	border-top-style: none;
	height: 1px;
	margin-bottom: 3px;
	margin-top: 1px;
}

.detail_inner img.nav_left {
	margin-right: 3px;
}

.box_50_left table {
	width: 100%;
	border-collapse: collapse;
}

.box_50_right table {
	width: 100%;
	border-collapse: collapse;
}

.box_50_left table thead td {
	padding-top: 0;
}

.box_50_right table thead td {
	padding-top: 0;
}

.box_50_left table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #888888; /* dotted */
}

.box_50_right table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #888888; /* dotted */
}

.box_50_left table td.left, .box_50_right table td.left, .box_50_left table td.right, .box_50_right table td.right  {
	width: 50%;
}

.box_50_left table td.left, .box_50_right table td.left {
	font: 10px Arial;
	text-transform: uppercase;
	color: #7a7a7a;
}

.box_50_left table td.right, .box_50_right table td.right {
	font: 10px Arial;
	text-transform: none;
	color: #1c2c76;
}

.detail_navi ul {
	position: relative;
	margin-bottom: 1px;
}

.detail_navi ul li {
	display: inline;
	background-image: none;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: -3px;
	margin-right: -3px;
	padding: 3px 10px;
	position: relative;
}

.detail_navi ul li a {
	color: #7a7a7a;
	font-size: 9px;
	text-decoration: none;
}

.detail_navi ul li a:hover {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
}

.detail_navi ul li.active {
	display: inline;
	background-image: none;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	margin-bottom: -3px;
	margin-right: -3px;
	padding: 3px 10px;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.detail_navi ul li.active a {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
}

.detail_navi ul li.active a:hover {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
}

.detail_box {
	display: block;
}

.detail_box_hidden {
	display: none;
}

ul.tabmenu {
	position: relative;
	z-index: 2;
	padding-bottom: 4px;
	padding-bottom: 3px !important;
	
	border-bottom: 1px solid #bbbbbb;
	padding-left: 15px;
}

ul.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding: 5px 5px 4px 5px !important;
	padding: 5px 5px 3px 5px;	
	margin-right: 5px;
}

ul.tabmenu li a {
	color: #7a7a7a;
	font-size: 9px;
	text-decoration: none;
	
}

ul.tabmenu li a:hover {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
	
}

ul.tabmenu li.active {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 2px solid #ffffff;

}

ul.tabmenu li.active a {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
	
}

ul.tabmenu li.active a:hover {
	color: #1c2c76;
	font-size: 9px;
	text-decoration: none;
	
}

/* ### DETAILBOX ### */

.detail_box_content {
	position: relative;
	z-index: 1;
	border: 1px solid #bbbbbb;
	border-top: none;
	padding: 15px;
	overflow: hidden;
}

.detail_box_content table{
	margin-bottom: 20px;
}

.detail_box_content h3 {
	
}

.detail_box_content table td{
	border: none;
	padding-top: 7px; /* 13px */
	padding-bottom: 3px; /* 7px */
}

.detail_box_content table td.label{
	border: none;
	width: 120px;
	padding-right: 10px;	
}

.detail_box_content .box_50_left table tbody td.data, .detail_box_content .box_50_left table tbody td.label {
	border-top: 1px solid #888888; /* dotted */
	width: 90px;
}

.detail_box_content .box_50_right table tbody td.data, .detail_box_content .box_50_right table tbody td.label {
	border-top: 1px solid #888888; /* dotted */
}

.detail_box_content table td.data li{
	font: 10px Arial;
	text-transform: none;
	color: #1c2c76;
}

#tab_portfolio .detail_box_content table td{
	border: none;
	padding-top: 4px; /* 13px */
	padding-bottom: 1px; /* 7px */
}

/* ### BOX OBJECT DATA ### */

.box_object_data {

}

.box_object_data h3 {
	
}

.box_object_data table td{
	border: none;
}

.box_object_data .box_50_left table tbody td.data, .box_object_data .box_50_left table tbody td.label {
	border-top: 1px solid #888888; /* dotted */
	width: 90px;
}

.box_object_data .box_50_right table tbody td.data, .box_object_data .box_50_right table tbody td.label {
	border-top: 1px solid #888888; /* dotted */
}


/* ### BOXES END ### */

/* ### BREADCRUMB ### */

#breadcrumb ul {
	
}

#breadcrumb ul li {
	display: inline;
	margin-right: 8px;
	background-image: none;
	padding-left: 0;
}

#breadcrumb ul li a {
	font-size: 9px;
	color: #888888;
	text-transform: uppercase;
	background: url(../files/img/$file/breadcrumb_off.gif) no-repeat left 2px;
	padding-left: 12px;
}

#breadcrumb ul li a:hover {
	color: #606b9f;
	text-decoration: none;
	background: url(../files/img/$file/breadcrumb_on.gif) no-repeat left 2px;
	padding-left: 12px;
}



#breadcrumb ul li.breadcrumb_first a {
	font-size: 9px;
	color: #888888;
	text-transform: uppercase;
	background: url(../files/img/$file/breadcrumb_first-off.gif) no-repeat left 2px;
	padding-left: 12px;
}

#breadcrumb ul li.breadcrumb_first a span{
	font-size: 9px;
}

#breadcrumb ul li.breadcrumb_first a:hover {
	color: #606b9f;
	text-decoration: none;
	background: url(../files/img/$file/breadcrumb_first_on.gif) no-repeat left 2px;
	padding-left: 12px;
}

#breadcrumb {
	width: 100%;
	/*height: 10px;*/ /*entfernt, weil die Zeile teilweise umgebrochen werden musste */
	margin-bottom: 8px;
}

/* ### BREADCRUMB END ### */

/* ### SELECT ### */
select{
	border: 1px solid #9d9d9d;
	padding: 3px;
	background-color: #ffffff;
}

optgroup{
	background-color: #f0f0f0;
	color: #1C2C76;
	font-style: normal;
}

option{
	background-color: #ffffff;
	color: #000000;
}
/* ### SELECT END ### */

/* ### INPUT COL_RIGHT ### */
#col_right input{
	width: 237px;
	margin-bottom: 3px;
}

#col_right select{
	width: 245px !Important;
	width: 246px;
	margin-top: 0 !Important;
	margin-top: 3px;
	margin-bottom: 3px;
}

#col_right input.image{
	width: 19px;	
 	border: 0; 
	margin: 0px 3px 0 0 !Important; 
	padding: 0; 	
	position: relative;
	top: 3px;
	left: 0px;
}

#col_right textarea{
	width: 241px;
	margin-bottom: 3px;
}

/* ### INPUT COL_RIGHT END ### */

/* ### ADDITIONAL ### */

.clear{clear:both;}

/* ### ADDITIONAL END ### */

/* ### EXPAND BOX ### */
div.box_expand div.togglelink{
	border: 1px solid #bbbbbb;
	padding: 2px;
	background-color: #F0F0F0;
}

div.box_expand div.togglelink a{
	background-image: url(../files/img/$file/twistie_expanded.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}

div.box_expand div.detail_box_content{
	display: block;
}

div.box_collapse div.togglelink{
	border: 1px solid #bbbbbb;
	padding: 2px;
	background-color: #F0F0F0;
}

div.box_collapse div.togglelink a{
	background-image: url(../files/img/$file/twistie_collapsed.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}

div.box_collapse div.detail_box_content{
	display: none;
}
/* ### EXPAND BOX END ### */

/* ### TABLE DATA ### */
.label{
	text-transform: uppercase;
	color: #7a7a7a;
}

.data{
	text-transform: none;
	color: #1c2c76;
}

td.date{
	padding-left: 3px;
}

/* ### TABLE DATA END ### */

/* ### LIST NAVIGATION ### */
table.ListNav{
	border: none;
	width: 100%;
}

table.ListNav td.Head{
	width: 75px;
	/*vertical-align: top;*/
	padding: 0;
	border: none;
}

table.ListNav td.Foot{
	width: 70px;
	/*vertical-align: top;*/
	text-align: right;
	padding: 0;
	border: none;	
}
 
table.ListNav td.Body{
	padding: 0;	
	border: none;	
	text-align: justify;
} 
 
table.ListNav td.Body ul{	

}
 
table.ListNav td.Body  li{
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
	display: inline;	
	background: none;
} 

table.ListNav td.Body  li a{
	color: #888888;
}

table.ListNav td.Body  li a.selected{
	font-weight: bold;
	color: #1c2c76;
}

/* ### LIST NAVIGATION END ### */

/* ### ITEM ENTRY ### */
div.ItemEntry{
	clear: both;
}
div.ItemEntry div.Picture{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.ItemEntry h3{
	border: none;
}

/* ### ITEM ENTRY END ### */

.Content1, .Content2, .Content3, .Content6, .Content5, .Content6, .sidecontent1, .sidecontent2, .sidecontent3, .sidecontent4, .sidecontent5, .sidecontent6{
  margin-bottom:10px;
  clear: both;
}

img.logo{
	float:right; 
	border:0;
}

/* ### DOWNLOADS ITEM ENTRY ### */
/* First item is hidden, because it is already shown elsewhere */
li#downloaditem1{
	display: none;
}
/* ### DOWNLOADS ITEM ENTRY END ### */


/* ### ADOBE READER BOX ### */
div.BoxAdobeReader{
	clear: both;
}
/* ### ADOBE READER BOX END ### */

/* ### TABLE WITH WHITE BORDERS ### */
/* actualy the table has borders but they are set to white*/
.whiteborder table, table.whiteborder {
	margin: 0;
	border: 1px solid #ffffff;
}
.whiteborder table td, table.whiteborder td{
	border: 1px solid #ffffff;
	padding-top: 4px; /* 13px */
	padding-bottom: 1px; /* 7px */
}
/* ### TABLE WITH WHITE BORDERS END### */

/* ### TABLE DOWNLOADOVERVIEW ### */
div.downloadoverview table td.picture{
	width: 37px;
}

div.downloadoverview table td.morelink{
	width: 37px;
}
/* ### TABLE DOWNLOADOVERVIEW END### */
