
/*********************************
* default/default.css
**/

#Infrastruktur { background-image: url(../cachepics/rub_Infrastruktur_bg.jpg); }
#Flugzeuge { background-image: url(../cachepics/rub_Flugzeuge_bg.jpg); }


/*********************************
* styles/1_colors.css
**/
/* Letzte Änderung: 14.10.2005 */

/********************************************************/
/* Hintergründe                                          /
/********************************************************/
#AreaWrapper, 
#bodyPopUp     /* Seitenhintergrund Popup */
{
	background-color:#fff;
}

/********************************************************/
/* Text- und Linkfarben                                  /
/********************************************************/

body{
  background-color:#e3edff;
  background-color:#fff;
}

a,
a:visited { 
  color:#034674;
  text-decoration:none;
}

a:hover{
  color:#0064a8;
  text-decoration:none;
}

/********************************************************/
/* Navigationen                                          /
/********************************************************/

#subNav ul li a, 
#subNav ul li a:hover, 
#subNav span.selectedOne{
	background-color:#0063a8;
	border: 1px solid #333333; 
	color:#fff;
}

#subNav ul li a:hover{
	background-color:#000;
}

#subNav ul li a:hover, #subNav span.selectedOne{
	background-color:#f2f4f6;
	color:#333333;
}

/********************************************************/
/* Fehlermeldungen                                       /
/********************************************************/

.FormWarning { color: #990F1C; }

/********************************************************/
/* Contentboxen                                          /
/********************************************************/

div.BoxStandard, 
div.ListeExcelExport{
	border: 1px solid #0064a8; 
	background-color:#fff;
}

.BoxStandard h2, 
.FeaturesWrapper,
.ListeSearchWrapper
{
	background-color:#d1dff9;
	color:#000;
}

div.BoxStandard h2{
    background-color:#0064a8;
    color:#fff;
}

/********************************************************/
/* Tabellen                                              /
/********************************************************/

table.atable, 
table.atable tr td, 
table.atable th {
	border: 1px solid #666666; 
}

table.atable{
	background-color: #FFFFFF;
}

table.atable th, 
table.atable th a, 
table.atable th a:visited {
	background-color:#0064a8;
	color:#fff;
	font-weight:normal;
}

table.atable a:hover, 
table.atable a:activ{
	color: #CCCCCC;
}

table.atable td span.tblSearchMarkup{
	background-color: #FBF289;
}

table.TblStandardContent, 
table.TblStandardContent tr td, 
table.TblStandardContent th {
	border: 1px solid #999999; 
}

table.TblStandardContent th, 
.ContentNamePair, 
.ContentValuePair {
	text-align: left;
	color: #000000;
}

table.TblStandardContent th{
  background-color:#f2f4f6;
}

table.TblStandardContent,
table.TblStandardContent tr td {
	background-color: #FFFFFF;
}

div.ListeExcelExport {
	background-color: #FFFFFF;
}

/********************************************************/
/* Formulare                                             /
/********************************************************/

fieldset{	
	background-color:#fff;
}

fieldset, input, textarea{
	border: 1px solid #000; 
}


/*********************************
* styles/2_basis.css
**/

/********************************************************/
/* Grundeinstellungen
/********************************************************/
body{
  text-align:center;
}


html, body {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family:Verdana, Helvetica, sans-serif;
}


.inv, dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

img{ border: 0px; }

/********************************************************/
/* Standardeinstellungen
/********************************************************/

h1{ 
  font-size: 13px; 
  color:#0063a8;
}

h2{font-size: 12px;}

h3{font-size: 11px;}

h1#pageHeadline {
	clear: both;
	letter-spacing: 1px;
	margin-top:0px;
	margin-bottom: 20px;
	padding-top: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/********************************************************/
/* Sitedesign
/********************************************************/

#AreaWrapper {
	margin: auto;
	padding: 0px;
	width: 99%; 
	width:600px;
	text-align:left;
    border-left:20px solid #fff;
}

#AreaContent {
	padding: 2px;
	margin-top: 3px;
}

#LinkPrintPage {
	float:left;
}

/********************************************************/
/* Sitedesign PopUp
/********************************************************/

#popUpContent {
    padding:10px;
    padding-bottom:0;
	text-align: left;
	margin-left:20px;
}

#popUpNav {
	padding: 6px;
	text-align: right;
}

/******************************************************
// Navigationen
/******************************************************/

#breadCrumbNav {
   padding:4px;
   text-align:left;
   background-color:#d1dff9;
}

#breadCrumbNav a{
  color:#0063a8;
}

#subNav {
	line-height:normal;
	padding: 2px;
}

#subNav ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#subNav li {
	float:left;
	margin:0;
	padding:0;
	margin-right: 2px;
	margin-top:1px;
	font-size:12px;
}

#subNav a, 
#subNav span.selectedOne {
	font-weight: normal;
	display:block;
	padding:2px;
}

.startseiteNav {
	float: right;
	margin: 10px;
	width: 85%;
}

.startseiteNav a {
	float: left;
	width: 40%;
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}

.startseiteNav img {
	border: 1px solid #666666;
}

/********************************************************/
/* Seitenelemente
/********************************************************/


table.atable {
	border-collapse: collapse;
	padding: 2px;
	width: 100%;
}

table.atable tr th {
	text-align: center;
	font-size: 10px;
}

table.atable tr td {
	font-size:11px;
}


table.atable th a.Order,
table.atable th a.Desc,
table.atable th a.Asc{
	background-position: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-right: 9px;
}
table.atable th a.Asc, 
table.atable th a.Desc:hover, 
table.atable th a.Order:hover{
	background-image: url( '../cachepics/arr_up.gif' );
}

table.atable th a.Desc, 
table.atable th a.Asc:hover{
	background-image: url( '../cachepics/arr_down.gif' );
}

table.atable th {
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.atable tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.TblStandardContent {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: 1px;
}


* html table.TblStandardContent {
	width: 100.1%;
	margin-left: 0px;
}

table.TblStandardContent tr th,
table.TblStandardContent tr td {
	padding: 3px;
}

/**********
* Boxen
**********/

.BoxStandard {
	margin-bottom: 10px;
}

* html .BoxStandard {
	width: 99.9%;
}

.BoxStandard h2 {
	display: block;
	padding: 3px;
	margin: 0px;
	font-size:11px;
}

#BoxStandardImage {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 4px;
}

.BoxStandard p, .BoxStandard div.DataTable {
	padding: 3px;
	margin: 0px;
}

.BoxStandardHeader .leftcolstart img {
	float:left;
	margin: 4px;
	padding-bottom: 4px;
}

/*************************************
* Header Boxen Name-Value Pairs
*************************************/
* html .ContentDataPair {
	width: 100%;
}
.ContentNamePair {
    padding: 3px;
    clear: left;
    line-height: 14px;
    float: left;
}

.ContentValuePair {
	padding: 3px;
	font-weight: bold;
	padding-left: 210px;
}
* html .ContentValuePair {
	text-indent: -2px;
}

.ContentHeaderImage {
	float: right;
	padding: 4px;
	margin: 4px;
}

.ContentHeaderBoxDotLine {
	clear: left;
}

.ContentHeaderBoxSolidLine {
	clear: left;
	margin-bottom: 10px;
}

#DocumentList {
	padding: 4px;
}

/**************************
* Features Produkttabellen
**************************/

div.FeaturesWrapper {
	height: 2.2em;
	margin: 0px;
	padding: 3px;
}

h2.FeaturesWrapper{      
	height: 2em;
}

* html h2.FeaturesWrapper {
	width: 98.9%;
}

div.ListeSearchWrapper { 
	padding: 3px;
	float:left;
}

div.ListeSearchFields { 
	display: inline;
}

div.ListeSearchFields input, div.ListeSearchFields img {
	vertical-align: middle;
}
div.ListeSearchFields img {
	border: 1px solid #666666;
}

div.ListeLimitWrapper { 
	text-align: center;
	margin: 5px 0 0 0;
}

div.ListeExcelExport {  
	margin: 0;
	float: right;
	background-image: url( '../cachepics/xls.gif' );
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding: 3px 3px 3px 25px;
}

/********************************************************/
/* Formulare
/********************************************************/


input.noBorder {
	border: 0px;
}

input, textarea {
	font-size: 12px;
}

legend {
	margin-bottom: 10px;
}

fieldset legend {
	font-weight: bold;
}

fieldset {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

div.FormDataPair {
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
}

div.FormNamePair {
	width: 9em;
	float: left;
	margin-right: 0.5em;
	padding-top: 2px;
}

div.FormValuePair {
	float: left;
	padding-bottom: 4px;
}

div.FormValuePair input{ 
	width: 200px;
}

div.FormValuePair input.checkbox {
	width: 20px;
	margin-right: 10px;
	border: 0px;
}

/********************************************************/
/* Bilder
/********************************************************/

#RubrikBild {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.RubrikBg {
	background-image: url(../cachepics/rub_Schiffe_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 53px;
}
* html .RubrikBg {
	margin-right: -2px;
}

#Schiffe { background-image: url(../cachepics/rub_Schiffe_bg.jpg); }
#Sonstiges { background-image: url(../cachepics/rub_Sonstiges_bg.jpg); }
#NewEnergy { background-image: url(../cachepics/rub_NewEnergy_bg.jpg); }
#PrivateEquity { background-image: url(../cachepics/rub_PrivateEquity_bg.jpg); }
#ImmoInland { background-image: url(../cachepics/rub_ImmoInland_bg.jpg); }
#ImmoAusland { background-image: url(../cachepics/rub_ImmoAusland_bg.jpg); }
#Lifefonds { background-image: url(../cachepics/rub_Lifefonds_bg.jpg); }
#MedienFonds { background-image: url(../cachepics/rub_MedienFonds_bg.jpg); }


/********************************************************/
/* Druckversion
/********************************************************/
div#AreaPrint {
	width: 640px;
	text-align: left;
}

/********************************************************/
/* Bugfixes
/********************************************************/

.noBorder {
	border: 0;
	vertical-align: text-bottom;
}

div.FormDataPair, div.FormNamePair, div.FormValuePair {
	font-weight: bold;
	vertical-align: top;
}

/* JDC Spezial */

div.pageHeader{
  background-color:#fff;
  padding:12px;
  padding-left:0;
  text-align:right;
}

div#AreaProduktSuche{
   float:right;
}

div#AreaProduktSuche div.wrapperRight{
  background-image:URL('../cachepics/bg_teaser_divright.gif');
  background-repeat:no-repeat;
  background-position:top right;
  width:155px;
}

div#AreaProduktSuche div.wrapperBottom{
  background-image:URL('../cachepics/bg_teaser_divbottom.gif');
  background-repeat:no-repeat;
  background-position:bottom left;
  padding-bottom:4px;
}

div#AreaProduktSuche div.entry{
  margin-right:3px;
  border:1px solid #bebebe;
  padding:2px;
  background-image:URL('/cachepics/bg_teaser_link.gif');
  background-repeat:no-repeat;
  background-position:bottom right;
  background-color:#fff;
  text-align:middle;
}

div#AreaProduktSuche div.entry input.searchphrase{
  font-size:12px;
  padding:2px;
}

div#pageContent{
  padding:5px;
}

/********************************/
/* Link Materialanforderung
/********************************/

div.materialanforderung{
  padding:2px;
}

div.materialanforderung a{
  padding:10px;
  padding-left:11px;
  background:URL('../cachepics/bg_link.gif') center left no-repeat;
}

/********************************/
/* PopUp
/********************************/

body#popUp{
  background-color:#f3f6fb;
}

div#popUpContent{
  background-color:#fff;
}



