/* Standard-css fuer Druckausgabe																						*/
/*<!-- geändert: 22.11.2009 10:28 / ajoswig -->													*/
/******************************************************************************/

/* Grundeinstellungen fuer alle Seiten																					*/

  body{
		font-family : Arial, Helvetica, sans-serif; 
		font-size : 12px; 
		line-height: 1.5;
		background-color : #ffffff; 
		font-weight : normal;
		margin:0px auto;
	}
	table{
		border-collapse:collapse;
		border-spacing:0px;
	}
	a { 
		font-family : Arial, Helvetica, sans-serif; 
		font-size : 12px; 
		font-weight:bold;
		color : #000000; 
		text-decoration : none; 
	}
	img{
		border:none
	}
	a img { 
		border: none;
		text-decoration : none; 
	}
	h1 { 
		font-size : 13px; 
		text-align:center;
		font-variant: small-caps; 
	}
	
	th	{
		padding-top:0px;
	}

.entry{
	width:88px;
	vertical-align:top;
	padding:0px;
}
.entryText{
  width:100%;
	vertical-align:text-top;
	padding:0px 0px;
	text-align:justify;
}
/******************************************************************************/
/*	Gesamten html Body centern und auf mindesthoehe setzen (notwendig fuer 
/*  ContextMenu). Breite ist notwendig fuer zentrierung												*/
	#bodywidth{
		margin:0px auto;
	}


/******************************************************************************/
/*	Bestimmungen fuer das Menu in der Titelleiste															*/
/*	Containerbereich definieren																								*/
	#topMenu{
		display:none;
	}

	
/******************************************************************************/	
/*	Definitionen fuer das Logo																									*/
/*	Containerbereich definieren																								*/
	#companyLogo{
		width:150px;
		margin:12px auto 5px;
		padding-right:13px;
	}
	* html #companyLogo{
		padding-right:0px;
	}
	
	/*	Picture formatieren																												*/
	#companyLogo img{
		display:block;
		margin:0px auto;
		padding-right:0px;
	}

/******************************************************************************/
/*	Definitionen fuer den DisplayNamen (Text zwischen Logo und grauem 					*/
/*	Inhaltsbereich																														*/
	#displayName{
		text-align:center;
    text-transform:uppercase;
		font-weight:normal;
		margin:18px auto 19px;
	}

/******************************************************************************/
/* ContentCenter																															*/

#content{
	width:100%;
}

/* Seitenabstand fuer das ContextMenu bestimmen																*/
#content .contextSpace{
	display:none;
}
	
/* Sonderfall Teamseiten 		*/
#contentTeam{
	width:210mm;
}

#Team{
	width:100%;
	padding-top:16px;
	padding-bottom:8px;
	font-size:0px; 
}

#Team a{
	font-size:0px;
}


#TeamTable{
	width:75%;
	margin:0px auto;
	text-align:justify;
	margin-bottom:11px;
}

#TeamTable th{
	text-align:center;
	padding:13px 0px 6px;
}

/* Sonderfall Group Seite: Tabelle fuer Brand-Logos und Texte formatieren			*/
/* Tabelle ist im Querformat!																									*/
#groupcontent{
	 border:10px solid white;
	 margin-left:-4px;
	 margin-bottom:5px;
	 margin-top:5px;
}


#groupcenter{
	padding:27px 0px;
	width:210mm;
}


#group{ 
   text-align:center;
	 background-color:white;
   margin-left:8px
}

/* Sonderf?lle f?r die Grouptabelle  																					*/
#group td{
	white-space:normal;
	width:148px;
	height:145px;
}

/* Pictures in der Tabelle formatieren 																				*/
	#group img{}

#group .groupimage{
	height:150px;width:150px;
	margin-bottom:-5px;
	margin-top:0px;
}


/* Tabellenformatierung f?r ProductCategory, ProductSeries, Pages 						*/
/* (Tabelle in Tabelle) 																											*/

#nestedTable {
  margin-left:9px;
	width:99%;
}

#nestedTable th{
	text-align:left;
	padding-top:1px;
}
#nestedTable td{
	text-align:justify;
}

/* Einfache Tabellenform f?r ProductSeries ohne folgende ProductGroup, 			  */
/* ProductGroup, News, Events																									*/
#simpleTable{
	margin:0px auto;
	text-align:justify;
}

#simpleTable td{
	padding-left:12px;
}

}

#simpleTable img{
	margin-bottom:10px;
	padding-top:4px;
	width:223px;
}

#simpleTable th{text-align:center;}

#simpleTable .vertical{
	padding-top:4px;
}


/* Nested Table f?r Downloads mit Blobcell und Textfeld												*/
#downloadSubTable {
	display:none; 
}


/* Tabelle mit 4 moeglichen PictureCells (Typ Page)														*/
#pageTable {
	text-align:justify;	
}
#pageTable th{text-align:center; padding:3px 0px;}

#pageTable td{padding-left:8px;width:800px}

/* Linksb?ndige Bilder auf Typ Page																						*/
#pageTable img.left{
	padding-left:0px;
	width:223px; 
	height:184px;
}

/* Rechtsbuendige Bilder auf Typ Page																					*/
#pageTable img.right{
	padding-right:0px;
	width:223px; 
	height:184px;
}

/* Top Bilder auf Typ Page																										*/
#pageTable img.top{
	text-align:center;
	padding-top:3px;
	width:223px; 
	height:184px;
}

/* Bottom Bilder auf Typ Page																									*/
#pageTable img.bottom{
	text-align:center;
	width:223px; 
	height:184px;
}

/* Tabllentyp fuer listen wie in News, Events, Jobfinder...										*/
/* Jede Spalte hat einen eigenen Klassennamen																	*/
#listTable {}
#listTable th{text-align:center; padding-top:1px;}

/* Klassen in News und Events																									*/
#listTable .newsdate{padding-left:8px; height:2em;}
#listTable .newslink{padding-left:8px; height:2em;}
/* Klassen in Jobfinder 																											*/
#listTable .role{width:28%; text-align:left;}
#listTable .company{width:30%; text-align:left;}
#listTable .location{width:25%; text-align:left;}
#listTable .timing{width:15%; text-align:left;}
#listTable .infocell{width:28px; text-align:left;}
/* Klassen f?r Partner																												*/
#listTable .partnerLogoCell{width:30%;text-align:right;}
#listTable .partnerNameCell{width:70%;}

/* Sonderfall Adresstabelle -> Beschreibungszeile fuer Karte									*/
#addressTable .description{
	vertical-align:top;
	margin-left:8px;
}

/* Sonderfall Locations in Organisation																				*/
#locationTable img.location{
	width:500px;
}

#locationTable td.inner_td_left{
	padding-left:20px;
	width:250px
}

/* Footer mit PrintButton und Copyright IM GRAUEN BEREICH!										*/
	#contentFooter {
		display:none;
	}

/* Aufl?sen der Textumflusses. Container hat keinen Inhalt! 									*/
/*	Muss aber stehen bleiben!																									*/
	#clearFloating{
		clear:both;
	}
	
/******************************************************************************/
/* Definitionen fuer den Footer																								*/
/* Container formatieren																											*/
	#footer{
		display:none;
	}


/* Tabelle fuer Footer formatieren																							*/
	#footMenuList{
		display:none;
	}

#copyright{
  text-align:center;
  font-size:7pt;
}
/******************************************************************************/
/* ?berschreibende Definitionen. Diese M?SSEN am Ende stehen!                 */

/* Tabellenzelle fuer Dowloadbilder																						*/
.blobcell {
	width:18px; 
	text-align:left;
	vertical-align:top;
}


	/* Tabellenzelle fuer Top / Bottom Bilder f?r zentrierung o?									*/
.imagecell{
	text-align:center;
}

/* Tabellenzelle fuer Infobutton																								*/
.buttonCell{
	vertical-align:bottom;
	width:100%;
}


/* Infobutton (Fragezeichen-Image)																						*/
.infoButton{
  display:none;
}

/* Vorschaubilder (Klickbare Bilder)																					*/
img.smallpic{
	padding:5px 0px 0px;
	width:88px;
	height:83px;
	margin-bottom:30px;
}


/* Icons fuer Downloads																												*/
img.smallblob{
	padding-top:3px;
	margin-left:-1px;
	height:22px; 
	width:18px;
}                 

/* Productpictures																														*/
img.productimage {
	width:223px;
	height:184px;
}


/* Diese Definition ist NUR f?r Elemente die im Textfeld (Resourcen) als h* 	*/
/* definiert wurden!																													*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:0px;
}

		ul{
			padding-left:13px;
			margin:0px;
		} 

#backButtonSRC{display:none}
#languageMenu{display:none;}
#topMenu {display:none;}	

