/* 
	Freudenberg North America
*/

/* Globale Formatierungen */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 10pt/1.4em Arial,Helvetica,Verdana,sans-serif;
	color: #000;
}

img {
	border: 0;
}

hr {
	display: none;
}

/* Container */

div#wrapper {
	width: 940px;
	margin: 1em auto 1em auto;
}


/* Überschriften */

/* Ueberschriften */
h1 {
	margin: 25px 0 5px 42px;
	width: 231px;
	height: 22px;
	background-image: url("/images/usa/freudenberg.png");
  background-repeat: no-repeat;
}
h1 span {
	display: none;
}
h1 a {
	display: block;
	width: 231px;
	height: 22px;
}

h2 {
	margin: -25px 30px;
	width: 161px;
	height: 56px;
	background-image: url("/images/usa/logo.png");
  background-repeat: no-repeat;
  float: right;
}
h2 span {
	display: none;
}
h2 a {
	display: block;
	width: 161px;
	height: 56px;	
}

h3.welcome {
  margin: 0 auto 0 23px;
  width: 380px;
	height: 80px;
	text-indent: -666em;
	background: url('/images/usa/welcome_h3.png') no-repeat;
}

h3.sub {
  color: #0063b0;
  margin: 0 0 16px 20px;
  font-size: 130%;
  clear: both;
  padding-top: 40px;
}

h4 {
  color: #0063b0;
  margin: 20px 20px 16px 20px;
  padding: 0;
  font-size: 104%;
}

h4.date {
	padding: 20px 0 0 0;
}

h4.sub {
  color: #0063b0;
  margin: 20px 20px 16px 20px;
  padding: 0;
  font-size: 104%;
}

.underline {
	border-bottom: 2px solid #99C1DF;
	
}

.bold {
	font-weight: 700;
}






/* 1. Ebene */



#navMain {
	height: 158px;
      width:688px;
      background-color: #99c1df;

}
div#colLeftWelcome{
  float: left;
  display: inline;
 position: relative;
  margin-left:30px;
  margin-top:-100px;
  width: 404px;
  height: 269px;
	background-color: #0063b0;
	color: #ffffff;
}
#navMain.welcome {
      height: 268px;
      width:688px;
      background-color: #99c1df;

}
#navMain ul {
	float: right;
	list-style: none;
	margin: 20px 30px 0 0;
   list-style: none;
	width: 368px;
	height: 34px;
	z-index: 99;
	position: relative;
	background-color: transparent;
}
#navMain span {
	display: none;
}

#navMain li {
	float: left;
	position: relative;
}

#navMain a:link,
#navMain a:visited {
    float: left;
    height: 34px;
    text-decoration: none;
}

/* Klassen f�r Hintergrundgrafiken */

#navMain li.active a {
background-position:0 -28px;
height:28px;
}


#navMain li.me1_01 a:link,
#navMain li.me1_01 a:visited {
	width: 74px;
height: 28px;
background-image: url(/images/usa/me1_01.png);
}
#navMain li.me1_01 a:hover,
#navMain li.me1_01 a:focus {
	width: 74px;
	background-image: url(/images/usa/me1_01hover.png);
}

#navMain li.me1_02 a:link,
#navMain li.me1_02 a:visited {
	width: 153px;
height: 28px;
	background-image: url(/images/usa/me1_02.png);
}

#navMain ul li.me1_02 a:hover,
#navMain ul li.me1_02 a:focus {
	width: 153px;
	background-image: url(/images/usa/me1_02hover.png);
}

#navMain ul li.me1_02 a.active {
	background-image: url(/images/usa/me1_02hover.png);
}

#navMain li.me1_03 a:link,
#navMain li.me1_03 a:visited {
	width: 61px;
  height: 28px;
	background-image: url(/images/usa/me1_03.png);
}
#navMain li.me1_03 a:hover,
#navMain li.me1_03 a:focus {
	width: 61px;
	background-image: url(/images/usa/me1_03hover.png);
}

#navMain li.me1_04 a:link,
#navMain li.me1_04 a:visited {
  width: 71px;
  height: 28px;
  background-image: url(/images/usa/me1_04.png);
}
#navMain li.me1_04 a:hover,
#navMain li.me1_04 a:focus {
	width: 71px;
	background-image: url(/images/usa/me1_04hover.png);
}

#navMain li.me1_04 a.active {
	background-image: url(/images/usa/me1_04hover.png);
}


/* 2. Ebene */

#navMain ul .subLevel {
   display: none;
	position: absolute;
   left: 0;
	margin: 28px 0 0 0;
	width: 125px;
   list-style: none;
   z-index: 99;
   background-color: transparent;
}
#navMain ul ul span {
	display: block;
}
#navMain ul ul li {
	width: 225px;
	border: none;
}
#navMain ul .subLevel li a:link,
#navMain ul .subLevel li a:visited {
   width: 160px;
   height: auto;
	font-size: 0.85em;
	color: #0063b0;
	padding: 3px 0 3px 9px;
	background: none;
	background-color: #ffffff;
	border-bottom: 1px solid #99c1df;
	z-index: 99;
}

#navMain ul .subLevel li a:hover,
#navMain ul .subLevel li a:focus {
   width: 160px;
   height: auto;
	font-size: 0.85em;
	color: #ffffff;
	padding: 3px 0 3px 9px;
	background: none;
	background-color: #0063b0;
	border-bottom: 1px solid #99c1df;
}

#navMain li:hover ul {
   display: block;
}

/* Bugfix f�r IE6 */

#navMain li ul:hover,
#navMain li.sfhover ul {
 	display:block;
}















/* pageHead */


/* Sub Navigation */

/* title */

div#title {
  height: 23px;
  width: 224px;
  background-color: #0063b0;
}

div#title p {
  color: #ffffff;
  margin-left: 20px; 
}
/* Ende title */
/* Sub Menue */

div#colLeft {
/*  height: 200px;*/
  width: 224px;
  background-color: #ffffff;
  margin-left: 30px;
  float: left;
  display: inline;
  		margin-bottom: 40px;
}

div#colLeft ul {
margin-top: 30px;
list-style-type:none;
}

div#colLeft ul ul {
margin-top: 0px;
list-style-type:none;
background-color: #f6fafc;
}

div#colLeft ul ul li a {
margin-left: 15px;
}


div#colLeft .submenu li {
border-top: 1px solid #cce0ef;
line-height: 2em;
font-size: 90%;
}

div#colLeft .submenu li li {
background: url(/images/usa/bullet2.png) no-repeat center left;
background-position: 5px 8px;
padding: 0 0 0 18px;
margin-left: 15px;
}

/* Sub Sub Menue */
div#colLeft .submenu li a{
background: url(/images/usa/bullet2.png) no-repeat center left;
background-position: 5px;
padding: 0 0 0 18px;
}

	div#colLeft .submenu li li a{
	background: none;
	padding: 0 0 0 0;
	margin-left: 0;
	}


div#colLeft .submenu ul li.active ul li a {
	font-weight: 300;
	color: #000;
}
div#colLeft .submenu ul li.active ul li a:hover {
	color: #0063b0;
}
div#colLeft .submenu ul li.active ul li.active a:link, div#colLeft .submenu ul li.active ul li.active a:active  {
	color: #0063b0;
	font-weight: 700;
}
div#colLeft .submenu ul li.active ul li.active a:visited {
	color: #0063B0;
	font-weight:bold;
}

div#colLeft .submenu li.last {
	border-bottom: 1px solid #cce0ef;
}
div#colLeft .submenu li.active ul li.last {
	border-bottom: none;
}
div#colLeft ul a:link, 
div#colLeft ul a:visited, 
div#colLeft ul {
	color: #333333;
	text-decoration: none;
}

div#colLeft ul li.active a:link, 
div#colLeft ul li.active a:visited {
	color: #0063b0;
	font-weight: bold;
}
div#colLeft ul a:hover,
div#colLeft ul a:focus {
	color: #0063b0;
}
/* Ende Sub Menue */
/* Breadcrum Navigation */

div#breadcrumb {
  float: left;
  height: 21px;
  width:665px;
  background-color: #0063b0;
  font-size: 90%;
  color: #cce0ef;
  padding: 2px 0 0 20px;
}
div#breadcrumb ul {
	list-style: none;
}
div#breadcrumb ul li {
	float: left;
}
div#breadcrumb li a:link, 
div#breadcrumb li a:visited {
	color: #cce0ef;
	text-decoration: none;
	padding: 0 10px 0 0;
	background: url(/images/usa/pi_breadcrumb_arrow.png) right center no-repeat;
	margin: 0 0 0 5px;
}
div#breadcrumb li.last a:link, 
div#breadcrumb li.last  a:visited {
	background: none;
}
div#breadcrumb li a:link.aktiv, 
div#breadcrumb li a:visited.aktiv {
	color: #cce0ef;
}
div#breadcrumb li a:hover,
div#breadcrumb li a:focus {
	color: #ffffff;
}

/* Ende Breadcrum Navigation */


/* FULLSIZE INHALTE */

div#pagebody a {
  color:#0063B0;
	text-decoration: none;  
}

div#pagebody a:hover,
div#pagebody a:focus {
	color: #999999;
	text-decoration: none;
}


div#pagebody ul {
margin-left: 30px;
list-style:none; 
}

div#pagebody ul li a{
background: url(/images/usa/bullet2.png) no-repeat center left;
background-position: 5px;
padding: 0 0 0 18px;

}


div#pagebody.fullsize h4 {
width: 100%;
background-color: #cce0ef;
color: #000000;

}

div#pagebody.fullsize div.colTop {
width: 651px;
height: 100px;
background-color: #f3f8fb;
color: #000000;
margin: 4px 0 4px 20px;

}

div#pagebody.fullsize div.colBottom {
width: 655px;
margin-left: 20px;

}


div#pagebody.fullsize div.colTop ul {
margin: 20px 0 8px 8px;

}

div#pagebody.fullsize div.colBox {
float: left;
width: 154px;
background-color: #f3f8fb;
color: #000000;
margin: 5px 2px 100px 2px;
}

div#pagebody.fullsize div.colBox h4{
height: 50px;
font-size: 90%;

}

div#pagebodyfullsize div.colBox p{
margin: 0px;
padding: 0px;
font-size: 110%;
font-weight: bold;
color: #0063B0;
margin-bottom: 7px;
}

div#pagebody.fullsize div.colBox ul{
list-style:block; 
list-style-image: url(/images/usa/bullet2.png);
margin-left: 18px;
}

div#pagebody.fullsize div.colBox li{
margin: 0;
margin-bottom: 5px;
font-size: 90%;

}

div#pagebody.fullsize div.colBox li a{
background: none;
padding: 0;
}


/* ContentBox */

div#colCenter {
  float: left;
  width: 463px;
  background-color: #ffffff;
  height:auto !important;
  min-height: 500px;
  overflow: hidden;
  
}

div#colCenter.fullsize {
  overflow: visible;
  
}

div#colCenter p, div#colCenter table, div#colCenter #stellenAnzeigeHead, div#colCenter #stellenAnzeigeBody {
  margin: 12px 0 12px 20px;
  width: 90% 
  
}
div#colCenter dt, div#colCenter .topMargin {
	margin: 10px 0 0 0;
}
div#colCenter .noMargin {
	margin: 0px;
}

.blue {
	color: #0063b0;
}
div#colCenter dd li {
	background: url(/images/usa/bullet2.png) left 7px no-repeat;
	padding: 0 0 0 10px;
}

div#colCenter .jobDetailLogo1 {
	float: right;
	margin: 0 0 0 10px;
}
div#colCenter .jobdetail {
	display: inline;
	margin: 0px;
}
div#colCenter .listItem {
	background: url(/images/usa/bullet2.png) left 7px no-repeat;
	padding: 0 0 0 10px;
}
div#colCenter #jobDetailTitelBlueSuqare {
	display: block;
	width: 100px;
	height: 140px;
	background: #0066cc;
	float: left;
	margin: 0 0 0 20px;
}
div#colCenter #jobDetailTitelText {
	display: block;
	background: #e6f3ff;
	float: left;
}
/* Ende ContentBox  */

/* ContentBox */

div#colRight {
  float: left;
  width: 222px;
  height: 23px;
  background-color: #0063b0;
}

div#colRightHistory {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/history.jpg) no-repeat;
}

div#colRight01_03_01 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/pi_01_03_01.jpg) no-repeat;
}

div#colRight01_03_02 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/pi_01_03_02.jpg) no-repeat;
}

div#colRight01_03_03 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/pi_01_03_03.jpg) no-repeat;
}

div#colRight01_03_04 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/pi_01_03_04.jpg) no-repeat;
}


div#colRightContact {
  float: left;
  width: 222px;
  height: 181px;
  background-color: #0063b0;
}


div#colRightContact p.headline {
  font-size: 95%;
  color: #ffffff;
  margin: 0px 0 5px 9px;  
}

div#colRightContact p {
  font-size: 80%;
  color: #ffffff;
  margin: 2px 0 0 9px;  
}

div#colRightContact a {
	background: url(/images/usa/bullet3.png) no-repeat center left;
	padding: 0 0 0 12px;
	}

div#colRightContact a:link,
div#colRightContact a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#colRightContact a:hover,
div#colRightContact a:focus {
	color: #cce0ef;
}


/* Ende ContentBox  */

div#pageBodyWelcome {
  height: 210px;
}

div#pagebody {
  margin: 22px 0 80px;
  min-height: 350px;
  font-size: 90%;
}
div#pageBody {
  font-size: 90%;
}

div#pagebody strong {
  color: #0063b0;
}

div#pagebody a:link,
div#pagebody a:visited {
	color: #0063b0;
	text-decoration: underline;
}

div#pagebody a:hover,
div#pagebody a:focus {
	color: #999999;
	text-decoration: none;
}

div#pagebody ul {
margin-left: 30px;
list-style:none; 
}

div#pagebody ul li a{
background: url(/images/usa/bullet2.png) no-repeat center left;
background-position: 5px;
padding: 0 0 0 18px;

}

div.column01_01 {
float: left;
}

div.column01_02 {
float: left;
}

div.column01_03 {
float: left;
}

div.clear {
clear: both;
}

div.more {
	background-color: #ffffff;
	text-align: right;
	line-height: 2em;
}

div.more a {
	background: url(/images/usa/bullet1.png) no-repeat center left;
	padding: 0 0 0 12px;
	font-size: 0.85em;
	}

div.more a:link,
div.more a:visited {
	color: #0063b0;
	text-decoration: none;
}

div.more a:hover,
div.more a:focus {
	color: #999999;
}


div#headerPicture.welcome {
  background: url('/images/usa/headerPicture.jpg') no-repeat;
  height: 252px;
  width: 911px;
	margin: -220px 0 0 30px;
}

div#about-us, div#careers-at-freudenberg {
  background: url('/images/usa/sub_header1.jpg') no-repeat right top;
  background-color: #0063b0;
  height: 111px;
  width: 909px;
	margin: -110px 0 0 30px;
}

div#news, div#contact, div#sitemap, div#imprint {
  background: url('/images/usa/sub_header2.jpg') no-repeat right top;
  background-color: #0063b0;
  height: 111px;
  width: 909px;
	margin: -110px 0 0 30px;
}

/* Welcome */



div#colLeftWelcome p {
  font-size: 90%;
  margin: 0 27px 0 27px;
  height: 150px;
  width: 344px;
}

div.colCenterWelcome{
  margin-left:29px;
  margin-top:24px;
  width: 223px;
  height: 167px;
	color: #666666;
	float: left;
  }
  
  div.colCenterWelcome h4 {
  color: #0063b0;
  margin: 0 0 0 15px;
  padding-top:10px;
  }
  
  div.colCenterWelcome dl {
  margin: 1px 0 0 17px;
  }
  
  div.colCenterWelcome dt {
  font-size: 85%;
  margin-top: 8px;
  color: #3382c0;
  }
  
  div.colCenterWelcome dd {
  font-size: 85%;
  line-height: 1em;
  color: #666666;
  margin: 0;
  width: 90%
  }
  
  div.boxCenterWelcome {
  height: 140px;
  margin-top: 5px;
  background-color: #e7f0f7;
  }  
  
  div.boxCenterWelcome a {
  color: #666666;
  text-decoration: none;
  }  
  
  div.boxCenterWelcome a:hover {
  color: #0063B0;
  text-decoration: underline;
  } 
  
  
  div.boxRightWelcome {
  height: 140px;
  margin-top: 5px;
  background-color: #dddddd;
  }  
div.colRightWelcome{
  margin-left:30px;
  margin-top:24px;
  width: 223px;
  height: 167px;
  color: #999999;
	float: left;
  }
  
div.colRightWelcome h4{
  margin: 0 0 5px 0;
  padding: 0;
  width: 224px;
	height: 84px;
	text-indent: -666em;
	background: url('/images/usa/focus.jpg') no-repeat;
 
}

div.colRightWelcome a.job{
  display: block;
  margin: 0;
  padding: 0;
  width: 224px;
  height: 56px;
 
}

div.colRightWelcome span{
  display: none;
 
}

/* Footer */
div#pageFoot {
  clear: both;
  font-size: 80%;
  color:#666666;
  width: 909px;
  margin: 0px 0 0 30px;
  border-top: 2px solid #99c1df;
  overflow: hidden;
}



div#pageFoot p {
  margin-left: 30px;
  float:left;
}

div#pageFoot ul {
  float:left;
  list-style:none; 
  margin-left: 30px;
}

div#pageFoot li {
  float:left;
  margin-top: 4px;
  padding: 0 5px;
  border-right: 1px solid #0063b0;
  line-height: 1em;
  
}

div#pageFoot li.last {
	border: none;
}

div#pageFoot ul a:link, 
div#pageFoot ul a:visited, 
div#pageFoot ul {
	color: #0063b0;
	text-decoration: none;
}
div#pageFoot ul a:link.aktiv, 
div#pageFoot ul a:visited.aktiv {
	color: #999999;
}
div#pageFoot ul a:hover,
div#pageFoot ul a:focus {
	color: #999999;
}

div#pagebody ul.nolinkli li {
  background: url(/images/usa/bullet5.png) left top no-repeat !important;
  background-position: 0px;
  padding: 0 0 0 15px;
  margin-top: 10px;
  width: 390px;
}

div#pagebody div.contentTextPic{ 
  border:1px solid #7baed6; 
  width: 140px; 
  height:140px; 
  margin: 9px 25px 20px 40px; 
  overflow: hidden;
}

div#pagebody div.table {
 font-size: 85%;
}

div#pagebody div.table a {
 font-size: 80%;
 
}

/* FNGP */

div.bodyHead_fngp {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_01.jpg) no-repeat;
 
}

div.bodyHead_nonwovens {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_05.jpg) no-repeat;
 
}

div#logo_01_07_06 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_06.png) no-repeat;
 
}

div#logo_01_07_01 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_01.png) no-repeat;
 
}

/* Chemtrend */

div.bodyHead_chem-trend {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_02.jpg) no-repeat;
 
}

div#logo_01_07_02 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_02.png) no-repeat;
 
}

/* KLUEBER */

div.bodyHead_klueber {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_03.jpg) no-repeat;
 
}

div#logo_01_07_03 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_03.png) no-repeat;
 
}

div#logo_01_07_09 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_09.png) no-repeat;
 
}

/* EagleBurgmann */

div.bodyHead_eagle-burgmann {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_04.jpg) no-repeat;
 
}

div#logo_01_07_04 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_04.png) no-repeat;
 
}

/* FIT */

div.bodyHead_f-it {
  float: left;
  width: 463px;
  height: 120px;
  margin-left: 0px;
  margin-bottom: 15px;
  background: url(/images/usa/pi_01_07_08.jpg) no-repeat;
 
}

div#logo_01_07_08 {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_08.png) no-repeat;
 
}

div#logo_01_07_keburgmann {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_keburgmann.png) no-repeat;
}

div#logo_01_07_oil_and_gas {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_oil_and_gas.png) no-repeat;
}

div#logo_01_07_surtec {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_surtec.png) no-repeat;
}

div#logo_01_07_vibracoustic {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_vibracoustic.png) no-repeat;
}

div#logo_01_07_dichtomatik {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_dichtomatik.png) no-repeat;
}

div#logo_01_07_helix {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_helix.png) no-repeat;
}

div#logo_01_07_nw {
  float: left;
  width: 222px;
  height: 147px;
  background: url(/images/usa/logo_01_07_nw.png) no-repeat;
}



div#printBox {
	width: 222px;
	padding: 0.7em 0 0.7em 0;
	margin: 0 0 0.4em 0;
	float: left;
}
div#printBox p {
	margin-left: 1em;
}
div#printBox a {
	padding: 0 0 0 20px;
	background: url(/images/pi_icon_print.gif) left center no-repeat;
}



/* Information Box */


div#infoBoxSub {
  float: left;
  width: 222px;
  height: 55px;
  background-color: #99c1df;
  color: #0063b0;
  margin-top:23px;
} 

div#infoBoxSub a {
	background: url(/images/usa/bullet2.png) no-repeat center left;
	padding: 0 0 0 12px;
	margin-left: 10px;
	}

div#infoBoxSub h6 {
  font-size: 95%;
  margin: 5px 0 0 10px;
	}
 
div#infoBoxSub a:link,
div#infoBoxSub a:visited {
	color: #0063b0;
	text-decoration: none;
}

div#infoBoxSub a:hover,
div#infoBoxSub a:focus {
	color: #000000;
}  
  
  

div#information {
  float: left;
  width: 222px;
  height: 55px;
  background-color: #99c1df;
  color: #0063b0;
 
}

div#information p.headline {
  font-size: 95%;
  margin: 5px 0 5px 9px;  
}

div#information p {
  font-size: 80%;
  line-height: 1.4em;
  margin: 2px 0 0 9px;  
}

div#information a {
	background: url(/images/usa/bullet2.png) no-repeat center left;
	padding: 0 0 0 12px;
	}

div#information a:link,
div#information a:visited {
	color: #0063b0;
	text-decoration: none;
}

div#information a:hover,
div#information a:focus {
	color: #000000;
}

div#logo_01_06_hse {
background:transparent url(/images/usa/logo_01_06_hse.jpg) no-repeat scroll 0 0;
float:left;
height:222px;
width:222px;
margin-top:10px;
}
div#logo_01_06 {
background:transparent url(/images/usa/logo_01_06.png) no-repeat scroll 0 0;
float:left;
height:147px;
width:222px;
}

div#pageBody ul.header {
margin-left: 30px;
margin-bottom: 50px;
}

div#pageBody ul.header {
list-style: none;
}

/* Job Center */


#colCenter.jobdb .ulist {
list-style-image:url(/images/usa/bullet_vt_01_small.gif);
list-style-type:square;
text-indent:0;
}

#colCenter.jobdb div#pagebody ul.ulist li   {
background: none;
}



#colCenter.jobdb div#pagebody dt {
margin: 0;
padding: 0;
width: 100px;
}

#colCenter.jobdb a {
background: none;
margin: 0;
padding: 0;
}




  div#colCenter div#pagebody div.contentJobDB hr {
display: block;
border-bottom: 1px solid #dddddd;
margin-bottom: 20px;
}

div#colCenter.jobdb {
  float: left;
  width: 685px;
  background-color: #ffffff;
  
}

/* ----------------------------------------------------
       		Rücksetzung der Freundenberg USA 
   ---------------------------------------------------- */
 
  div#colCenter.jobdb div#pagebody{
  line-height: 160%;
  }

 div#colCenter.jobdb #selectionList td{
    height: 10px;
 }
 
  div#colCenter.jobdb #selectionList checkbox{
  border: 0;
  margin: 0;
  padding: 0;
 }
 
 div#breadcrum .jobdb {
  width: 665px;
}

div#colCenter.jobdb {
  float: left;
  width: 685px;
  background-color: #ffffff;
  
}
 
 
 div#colCenter.jobdb div#pagebody #stellenAnzeigeBody {
 margin-left: 20px;
 }
  

  
/* div#colCenter.jobdb div#pagebody #stellenAnzeigeBody ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}  
  
div#colCenter.jobdb div#pagebody #stellenAnzeigeBody ul li {
background: none;
margin: 3px 0;
padding: 0;
}   */
  
div#colCenter.jobdb div#pagebody a {
	text-decoration: none;
	color: #0063b0;
	}

div#colCenter.jobdb  div#pagebody a:link,
div#colCenter.jobdb  div#pagebody a:visited {
	color: #0063b0;
	text-decoration: none;
}

div#colCenter.jobdb div#pagebody a:hover,
div#colCenter.jobdb div#pagebody a:focus {
	text-decoration: underline;
}
   
   
div#colCenter.jobdb #selectionList td.listItem{
background: none;
}   



div#colCenter.jobdb #pagebody tr {
margin-top: 8px;
}   
   
div#colCenter.jobdb #pagebody  ul li {
list-style-image:url(/images/usa/bullet_vt_01_small.gif);
padding: 0;
background: none;
list-style-type: block;
}

div#colCenter.jobdb strong {
color: #000000;
}

#colCenter.jobdb div#pagebody {
width: 560px;
margin-left: 20px;
margin-top: 25px;
}

#colCenter.jobdb div#pagebody #jobDetailAufgaben ul, #colCenter.jobdb div#pagebody #jobDetailAnforderungen ul  {
list-style-image: url(/images/usa/pi_bullet_me2_01.gif);
list-style-position:outside;
list-style-type:none;
} 

#colCenter.jobdb div#pagebody strong.imagetext {
color: #3366CC;
font-size: 100%;
font-weight:bold;
}



/* ----------------------------------------------------
       		JobDB Interface 
   ---------------------------------------------------- */
#colCenter.jobdb h3.sub {
  margin: 25px 0 15px 0px;
}
#colCenter.jobdb h3.subdbs {
  margin: 0 0 15px 0px;
  color: #0063b0;
  font-size: 130%;
  clear: both;
}

#colCenter.jobdb span.headline03 {
  font-size:110%;
}


#colCenter.jobdb .normal
		{
		font-size : 100%;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		font-style : normal;
		color : #454545;
		text-decoration : none;
		}
		
	
#colCenter.jobdb .contentJobDB hr{ 
    display: block; 
    margin: 3px 0 0 0;	
    }

div#colCenter.jobdb p, div#colCenter.jobdb h4 {
  margin-left: 0px;
}
div#colCenter.jobdb .ulist
		{
		margin-left: 25px;
		text-indent: 0;
		margin-top: 0;
		margin-bottom: 0;		
		}
		
div#colCenter.jobdb .ulist li	{		
		list-style-image: url(/images/usa/bullet_vt_01_small.gif);		
    }

#colCenter.jobdb .normalbold {
    font-size : 90%;
    font-weight : bold;
    }	
#colCenter.jobdb .smallblack {
    font-size : 80%;
    color : #666666;
    }


#colCenter.jobdb .newslist { 
    line-height: 16px; 
    }
    	
#colCenter.jobdb .newslist dt{ 
    float: left; 
    width: 70px;
    }
    
#colCenter.jobdb .newslist dd {
     float: left; 
     margin-left: 10px; 
     margin-bottom: 25px; 
     width: 230px;
     }
     	
#colCenter.jobdb .newslist dd a{ 
    font-weight: bold; 
    line-height: normal;
    }	


#language{ 
    position:absolute; 
    }
    
#language li{ 
    display: inline; 
    background-color: #5DA0D5; 
    margin: 0; 
    padding: 6px 3px 1px 3px; 
    float: left;  
    }
    
#language li a{
    color: #fff; 
    font-size:14px;  
    }
    
#language li.active{ 
    background-color: #297DBF;
    }
#language li.active a{ 
    font-weight: bold;
    }
#language li.desc{ 
    background-color: #ccc; 
    color: #fff; 
    }



/* ----------------------------------------------------
       		Column: Center - Stellenanzeige 
   ---------------------------------------------------- */

div#pagebody #stellenAnzeigeHead{ 
    margin-top: 45px; 
    padding: 45px 0 59px 27px;	
    }	
    
div#pagebody #stellenAnzeigeHead h4{ 
    margin-bottom: 80px;
    font-size : 16px;	
    color : #0066cc; 
    font-weight : bold; 
    }
    
div#pagebody #stellenAnzeigeHead span.jobDetailLogo1{ 
    margin: -70px 0 0 10px; 
    float: right 
    }


div#pagebody #jobDetailTitel{ 
    margin-left:20px; 
    margin-bottom:36px; 
    background-color: #e6f3ff; 
    height: 140px; 
    padding-left:27px;
    }
    
div#pagebody #jobDetailTitelBlueSuqare{ 
    margin-right:28px; 
    width: 120px; 
    height: 140px; 
    background-color: #0066CC; 
    float: left; 
    }
    
div#pagebody #jobDetailTitelBlueSuqareKlueber{ 
    margin-right:28px;
    width: 173px; 
    height: 140px; 
    background-color: #0066CC; 
    float: left; 
    }
    
div#pagebody #jobDetailTitelText, #jobDetailTitelTextKlueber{ 
    padding: 0px 15px 10px 0;
    font-weight : bold;
    }
    
div#pagebody #jobDetailTitelText span{ 
    width: 370px; 
    font-size : 20px;	
    color : #0066cc; 
    font-weight : bold; 
    line-height: 25px; 
    }
    
div#pagebody #jobDetailTitelTextKlueber span{ 
    width: 317px; 
    font-size : 20px;	
    color : #0066cc; 
    font-weight : bold; 
    line-height: 25px; 
    }

div#pagebody #stellenAnzeigeBody{ 
    padding: 0 0 0 27px; 
    line-height: normal;
    }
    
div#pagebody #stellenAnzeigeBody dt { 
    float: left;
    }

div#pagebody #jobDetailBereich{ 
    margin-bottom:15px; 
    }
    
div#pagebody #jobDetailBereich dd{ 
    margin-left: 100px; 
    }

div#pagebody #jobDetailStandort { 
    margin-bottom:15px;
    }
  

div#pagebody #jobDetailStandort dd{ 
    margin-left: 100px; 
    }
  


div#pagebody #jobDetailBefristung{ 
    margin-bottom:15px; 
    }
    
div#pagebody #jobDetailBefristung dd{ 
    margin-left:121px; 
    }

div#pagebody #jobDetailAufgaben{ 
    margin:0 25px 40px 0;
    }

div#pagebody #jobDetailAufgaben dd{ 
    margin-left: 95px; 
    }    

div#pagebody #jobDetail dd{ 
    margin-left: 95px; 
    }

div#pagebody #jobDetailAnforderungen{ 
    margin:0 25px 40px 0;
    }
    
div#pagebody #jobDetailAnforderungen dd{ 
    margin-left: 95px; 
    }

div#pagebody #jobDetailImagetext2{ 
    margin:0 25px 15px 0; 
    }
    
div#pagebody #jobDetailImagetext3{ 
    margin:0 25px 15px 0; 
    }

div#pagebody #jobDetailKontakt dt {
    width: 240px
    }		
    
div#pagebody #jobDetailKontakt dd { 
    margin-left:220px; 
    }		
    
div#pagebody #jobDetailKontakt dl {
    margin-bottom:15px; 
    }	

div#pagebody #jobDetailLogo2{ 
    float: right; 
    padding-bottom: 20px; 
    }

div#pagebody .stellenbez {
font-variant:small-caps;
}


div#pagebody #aufgaben span strong {
margin: 45px 0;
}

div#pagebody #aufgaben ul li {
margin: 5px 10px 0 20px;
}

div#pagebody #anforderungen span strong {
margin: 0;
}

div#pagebody #anforderungen ul li {
margin: 5px 10px 0 20px;
}
div#pagebody table {
  margin: 0px;
}


#jobfooter img {
margin: 3px 1px;
}

a {
color:#0063B0;
}

a:hover, a:focus {
color:#999999;
text-decoration:none;
}

/* News */

div#pagebody dl {
margin: 0 0 15px 0;
}

div#pagebody dt {
float: left;
margin: 0 0 0 20px;
}

div#pagebody dd {
margin: 0 0 1em 9em
}

div#pagebody dd h5{
font-size: 100%;
margin: 0;
}

div#pagebody dd a {
	color: #0063b0;
	font-weight: 300;
	}

div#pagebody dd p {
	margin: 0px;
	}

div#pagebody dd a:link,
div#pagebody dd a:visited {
	color: #0063b0;
	text-decoration: none;
}

div#pagebody dd a:hover,
div#pagebody dd a:focus {
	color: #0063b0;
	text-decoration: underline;
}




/* Standorte */

-

div#pagebody #locationsDB { line-height: normal; /*position: absolute;*/ }
div#pagebody #locationsDB td{ margin: 0; padding: 0; /*background-color: #f00; */ }
div#pagebody #locationsDB img{ margin: 0; padding: 0; /*background-color: #f00; */ }
div#pagebody #locationsDB table{ margin: 0; padding: 0; height:5px; /*background-color: #f00; */ }
div#pagebody #locationsDB a{ margin: 0; padding: 0; line-height: normal; height:3px; overflow:hidden; text-decoration: none; }
div#pagebody #locationsDB ul{ margin: 0; padding: 0; list-style: none;}
div#pagebody #locationsDB table ul li{ margin: 0; padding: 0; list-style-image: none;}
div#pagebody #locationsDB #reiterNavi{ margin-bottom: -3px !important;  }
div#pagebody #locationsDB h5{ margin-top: 0; font-size: 100%; color:#0063b0; }

	/* embedd */
	div#pagebody #locationsDB .continentQuickNavi,
	div#pagebody #locationsDB #navListRight, 
	div#pagebody #locationsDB #breadCrumb, 
	div#pagebody #locationsDB #navListRightStart{list-style-image: none; margin: 0; padding: 0;} 
	div#pagebody #locationsDB #breadCrumb li {
		line-height: 180%;
	} 
                                                                                                                                                                               
/*	div#pagebody #locationsDB .continentQuickNavi li{	background: url(../pics/standorte/bullet_standorte_topnav.gif) 0 3px no-repeat; margin: 0 0 4px 13px; padding-left: 15px;}                                                                                                                                                                                    
	div#pagebody #locationsDB .continentQuickNavi li.active,
	div#pagebody #locationsDB .continentQuickNavi li:hover{background-image: url(../pics/standorte/bullet_standorte_topnav_active.gif);}	                                                                                                                                                                                 
	div#pagebody #locationsDB .continentQuickNavi li.active a,
	div#pagebody #locationsDB .continentQuickNavi li a:hover{ color: #DF0029; }	                                                                                                                                                                                                                                     
*/                                                                                                                                                                                                                                                                                                                                                 
	div#pagebody #locationsDB #navListRight { margin-top: 3px;}		                                                                                                                                                                                                                                                                                                 
	div#pagebody #locationsDB #navListRight li.active a,
	div#pagebody #locationsDB #navListRight li a:hover, 
	div#pagebody #locationsDB #navListRightStart li.active a,
	div#pagebody #locationsDB #navListRightStart li a:hover{ color: #DF0029; }		                                                                                                                                                       

	div#pagebody #locationsDB #navListRight li.active,
	div#pagebody #locationsDB #navListRight li:hover{background-image: url(http://www.freudenberg.de/ecomaXL/pics/pi_bullet_me2_01_active.gif);}		                                                                                                                                                                                                           
	
	div#pagebody #locationsDB #navListRight li{ list-style-image: none; background: url(http://www.freudenberg.de/ecomaXL/pics/standorte/bullet_standorte_rightnav.gif) 0 4px no-repeat; padding-left: 9px; margin-bottom: 4px; }	                                                                                                                                                                                         
					                                                                                                                                                                                                                                                                                                                                                   
	div#pagebody #locationsDB #navListRightStart { }	   
	div#pagebody #locationsDB table table table tr { display: block; height: 5px;}
	div#pagebody #locationsDB table table table ul li { line-height: 100%;}                                                                                                                                                                                                                                                                                              
	div#pagebody #locationsDB #navListRightStart li.active,
	div#pagebody #locationsDB #navListRightStart li:hover{background-image: url(http://www.freudenberg.de/ecomaXL/pics/pi_bullet_me2_01_active.gif);}	                                                                                                                                                                                               
	div#pagebody #locationsDB #navListRightStart li{line-height: 100%; list-style-image: none;  background: url(http://www.freudenberg.de/ecomaXL/pics/pi_bullet_me2_01.gif) 0 5px no-repeat; padding-left: 13px; margin-bottom: 4px; }	                                                                                                                                                                                                       
	                                                                                                                                                                                                                                                                                                                                                 

	div#pagebody #locationsDB #breadCrumb li, 
	div#pagebody #locationsDBdetails #locCrumb li{ display: inline; background: url(http://www.freudenberg.de/ecomaXL/pics/standorte/bullet_standorte_crumb.gif) 0 4px no-repeat; padding-left: 10px; margin-left: 4px;  }	                                                                                                                                                                               

	div#pagebody #locationsDB #breadCrumb li.firstitem,  
	div#pagebody #locationsDBdetails #locCrumb li.firstitem{ background: none; padding-left: 3px; }	                                                                                                                                                                                                                                                                   
	                                                                                                                                                                                                                                                                                                                                                 
	div#pagebody #locationsDB #locMap{/* float: left; background-color: Aqua; border:1px solid #f00; width: 380px; height:335px;*/ }	                                                                                                                                                                                                                                                                   

	.locationTooltip { position: absolute; visibility: hidden; padding:5px; border-style:solid; border-width:1px; border-color:#0061B5; background-color:#E7EFF7; color:#0061B5; font-family:Arial,Helvetica; font-size:8pt; width:auto; z-index:20; white-space:nowrap; }	                                                             

	/* embedd */
	
	div#pagebody #locationsDBdetails #locCrumb{ padding-left: 0; margin-left: -3px; margin-bottom: 10px; margin-top: 0px;}	 
	div#pagebody #locationsDBdetails{ margin-top: -60px; }	 
	div#pagebody #locationsDBdetails #locCrumb li a{ text-decoration: none; }	                                                                                                                                                                               	
	div#pagebody #locationsDBdetails #locCrumb li a:hover { text-decoration: underline; }	                                                                                                                                                                               	
	div#pagebody #locationsDBdetails{ margin: 0; padding:0; line-height: normal; /*background-color:#f00;*/ margin-left:22px;	}
	div#pagebody #locationsDBdetails h3 { margin: 0 0 20px 0; padding: 0; }	 
	div#pagebody #locationsDB #breadCrumb li { padding-right:3px; }	

	div#pagebody #locationsDB { font-size: 95%; }		

/* Standorte */	

/* Standorte Abweichungen HRUSA*/	

		div#pagebody #locationsDBdetails a { text-decoration: none; }	

		div#pagebody #locationsDB ul li a,
		div#pagebody #locationsDBdetails ul li a{ background: none; }
		div#pagebody #locationsDB #navListRightStart li a{ background-color: #fff; }
		
		
		#div#pagebody #locationsDBdetails ul { margin-left: 0;}		
		div#pagebody #locationsDBdetails #locCrumb{ margin-left:0; }				 	          
		div#pagebody #locationsDBdetails #locCrumb a{ padding-left:0; padding-right: 3px; }				 	          		
		div#pagebody #locationsDBdetails ul.backButton li a { background: url(http://www.freudenberg.de/ecomaXL/pics/pi_bullet_me2_01.gif) 0 5px no-repeat; padding-left: 13px; margin-bottom: 4px; }				            
											

/* Standorte Abweichungen HRUSA*/
