@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  }

HTML {
  padding: 0;
  margin: 0;
  height: 100%;
  }
  
BODY {
  padding: 0;
  margin: 0;
  background: url('/images/bgBody.jpg') repeat-x;
  text-align: center;
  height: 100%;
  font: 12px Arial, Helvetica, sans-serif;
  }  
  
IMG {
  border: none;
  }  
  
#shadow {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  background: url('/images/bgShadow.jpg') repeat-y;  
  min-height: 100%;
  }
  
#shadow.pageHasSidebarRight {
  background: url('/images/bgShadowSidebar.jpg') repeat-y;
  }  
  
#shadowTopLeft {
  background: url('/images/bgShadowTopLeft.jpg') no-repeat;
  width: 30px;
  height: 500px;;
  position: absolute;
  top: 0px;
  left: 0px;
  }

#shadowTopRight {
  background: url('/images/bgShadowTopRight.jpg') no-repeat;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
	width: 30px;
  }
  
#page {
  width: 978px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  }  
  
#top {
  background-color: #838383;
  border-top: 1px solid #cbcbcb;
  text-align: right;
  color: #db002c;
  height: 25px;
  line-height: 20px;
  padding-right: 30px;
  font-size: 10px;
  background: url('/images/bgHeader.gif') repeat-x;  
  font-weight: bold;
  }
  
#top A,
#footer A {
  color: #FFF;
  text-decoration: none;
  padding: 0 5px 0 5px;
  }
  
#footer A.active {
	color: #db002c;
	}  
  
#header {
  height: 65px;

  background: url('/images/logo.jpg') no-repeat;
  }
	
#header.onlylogo {
	background: url('/images/logo.jpg') no-repeat;
	}	
	
#header #homelink {
  position: absolute;
  display: block;
  width:125px;
  height:25px;
  top:55px;
  left:850px;
	}
	
#headerPrint { display: none; }	
  
.tagline {
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 12px;
  color: #6f7072;
  padding: 55px 0 0 32px;  
  }
  
#nav {
  width: 978px;
  border-top: 1px solid #848587;
  border-bottom: 1px solid #cbcbcb;
	background-color: #f6f6f6;
  }  
  
#nav A {
  margin: 0;
  display: block;
  float: left;
  }

#top A.active {
  background-color: #db002c;
}
  
#imagestripe {
  position:relative;
  overflow: hidden;
  height: 132px;
  width: 978px;
  }

#fadeimages {  
    width:  588px;  
    height:   311px;  
    padding: 0;  
    margin:  0 0 10px 0;
} 

#fadeimages img {  
    width:  588px; 
    height: 311px; 
    padding: 0;  
    margin:  0;  
}
  
#redsquare {
  position:absolute;
  left: 225px;
  width: 290px;
  height: 132px;
  background-color: #db002c;
  float: left;
  margin-right: 1px;
  z-index: 10;
  }  
  
#redsquare .pageLabel {
  margin: 65px 0 0 45px;
  color: #FFF;
  font-size: 11px;
  line-height: 17px;  
  }
	
#redsquare .pageLabel.small {
	font-size: 12px;
	line-height: 13px;
	}
  
#redsquare .pageLabel IMG {
  display: block;
  float: none;
  margin-bottom: 5px;
  }  
  
  
#imagestripe IMG {
  float: left;
  padding-right:0px;
  }  
  
#sidenav {
  width: 194px;
  float: left;
  margin-right: 1px;

  }
  
#sidenav .item {
  background: url('/images/bgSidenavItemInactive.gif') no-repeat top right;
  margin-top: 1px;
  height: 35px;
  }
  
#sidenav .item.active {  
  background: url('/images/bgSidenavItemActive.gif') no-repeat top right;
  }
  
#sidenav .item A {
  font: 13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #838383;
  line-height: 34px;  
  display: block;
  margin-left: 32px;
  background: url('/images/bgNavLeftInactive.gif') no-repeat center right;
  width: 150px;
  }

#sidenav .item A:hover {
  color: #db002c;
  background: url('/images/bgNavLeftActive.gif') no-repeat center right;  
}

#sidenav .item.active A {
  background: url('/images/bgNavLeftActive.gif') no-repeat center right;  
  color: #db002c;
  }

#sidenav .sidenavSub {
  margin-top: 1px;
  background: url('/images/bgSidenavSubTop.gif') no-repeat top right; 
  }
  
#sidenav .sidenavSubItems {
  background: url('/images/bgSidenavSubBottom.gif') no-repeat bottom right;
  padding: 10px 0 20px 0;
  }  
  
#sidenav .sidenavSub A {
  color: #838383;
  font-size: 11px;
  margin-left: 32px;
  display: block;
  text-decoration: none;
  line-height: 14px;
  background: url('/images/bgSidenavItemSub.gif') no-repeat 0 4px;
	padding: 0 10px 8px 15px; 
  }

#sidenav .sidenavSub A:hover {
  color: #db002c;
  background: url('/images/bgSidenavItemSubActive.gif') no-repeat 0 4px;
}

#sidenav .sidenavSub A.active {
  color: #db002c;
  background: url('/images/bgSidenavItemSubActive.gif') no-repeat 0 4px;
  }
  
#sidenav .sidenavSubSub {
  padding-left: 15px;
  }

#sidenav .sidenavSubSubSub {
	padding-left: 15px;
  }
  
#sidenav .sidenavSubSub A {  
  background: url('/images/bgSidenavItemSub.gif') no-repeat 0 4px;
  }  
  
#sidenav .sidenavSubSub A.active {  
  background: url('/images/bgSidenavItemSubActive.gif') no-repeat 0 4px;
  }

#sidenav .sidenavSubSub A:hover {  
  background: url('/images/bgSidenavItemSubActive.gif') no-repeat 0 4px;
  }
	
#content {
  margin-top: 1px;
  padding-bottom: 30px;
  float: left;
  line-height: 17px;
  color: #838383;
  width: 783px;
  }

#new_application {
  position:relative;
}

.gallery {
  margin: 13px;
  position: relative;
  width: 950px;
  padding-top: 20px;
  }  
  
.gallery .goBack {
  position: absolute;
  top: 5px;
  left: 35px;
  }
  
.gallery .goForward {
  position: absolute;
  top: 5px;
  right: 40px;
  }
  
.gallery .close {
  position: absolute;
  left: 35px;
  top: 50px;
  }  
  
.gallery .thumbnails {
  width: 900px;
  margin: 0 auto;
  }
  
.gallery .thumb {
  float: left;
  margin-right: 10px;
  }  

/*  
.gallery .thumbnails .thumb A {
  border: 1px solid #c6c6c6;
  padding: 1px;
  
  float: left;
  }
*/  
.gallery .thumbnails .thumb DIV {
  clear: left;
  text-align: center;
  color: #db002c;
  font-size: 13px;
  padding-top: 3px;
  }  
  
.gallery .thumbnails A.active {
  border: 1px solid #db002c;
  }  
  
#content .gallery .thumbnails A {
  margin: 0;
  border: 1px solid #c6c6c6;
  padding: 1px;  
  float: left;
  }

#content .gallery .thumbnails A.active {
  border: 1px solid #ed0018;
  }
  
.gallery .periods {
  clear: left;
  padding: 20px 0 0 35px;
  }  
  
.gallery .periods A {
  color: #838383;
  text-decoration: none;
  background: url('/images/moreLink.gif') no-repeat 0 4px;
  padding-left: 15px;
  float: left;
  margin-right: 20px;
  }  
  
.pageHasSidebarRight #content {
  width: 588px;
  }  
  
#content P {
  padding-left: 10px;
  padding-right: 25px;
  font-size: 13px;
  margin-bottom: 13px;
  }  

#content A {
  color:#db002c;
  text-decoration:none;
}

#content A:hover {
  text-decoration:underline;
}

#sidebarRight {
  float: right;
  background: url('/images/bgSidebarRightTop.gif') no-repeat top right;
  width: 195px;
  }
  
#sidebarRightContent {
  padding: 10px 5px 20px 10px;
  color: #838383;
	line-height: 16px;  
  }

#sidebarRightContent A {
  color:#db002c;
  text-decoration:none;
}  

#sidebarRightContent A:hover {
  text-decoration:underline;
}

.infoItem {
  width: 385px;
  margin-right: 5px;
  margin-bottom: 15px;
  float: left;
  line-height: 15px;
  font-size: 13px;

  }
  
.pageHasSidebarRight .infoItem {
  width: 289px;
  }  
  
.infoItem h1 {
  margin-bottom: 5px;
	margin-top: 0px;
  }  
  
.thumb {
  float: left; 
  margin: 1px 8px 8px 0;
  padding-left: 10px;
  }

/* ------------------------------------------------------------------------------------------ */    

h1 {
  font: 14px Arial, Helvetica, sans-serif;
  color: #db002c;
  border-top: 1px dotted #838383;
  border-bottom: 1px dotted #838383;
  margin: 0px 1px 10px 0;
  padding: 5px 10px;  
  }
  
h2 {
  font-size: 15px;
  font-weight: normal;
  padding: 5px 0 10px 10px;
  }  
  
#content.padding h1 {
  padding-left: 10px;
  margin: 3px 2px 5px 1px;
  }  
  
#content.padding p {
  padding-left: 10px;
  padding-right: 10px;
  }  
  
.leftCol,
.rightCol {
  color: #838383;
  width: 285px;
  float: left;
  font-size: 15px;
  }
  
#sidebarRight h1 {
  border-top: none;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  }  
  
.newsDate,
.newsTitle {
  font-weight: bold;
  }
  
A.linkWithArrow {
  background: url('/images/moreLink.gif') no-repeat 0 4px;
  padding-left: 15px;
  margin: 8px 0 8px 0;
  text-decoration: none;
  color: #838383;
  display: block;
  }   
  
STRONG.red {
  display: block;
  margin-bottom: 3px;
  }
  
#content.padding P.employer {
  float: left;
  padding: 5px 0 0 10px;
  line-height: 15px;
  }
	
#content.padding P.employer IMG {
	margin-bottom: 5px;
	}	
  
#content IMG {
  display: block;
	margin-bottom: 25px;
  }
  
UL {
  list-style-type: none;
  padding-right: 10px;
  font-size: 13px;
  margin: 10px 0 10px 0;
  }
	
#content UL { margin-left: 10px; }	

#content .accordion UL { margin: 0px; }	
  
LI { 
  background-image: url('/images/moreLink.gif');
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 0 0 1px 15px;
  }  

#content LI {
  background: none;
  margin: 0;
  padding: 0;
/*  background-image: url('/images/contentli.gif'); */
}
  
#sidebarRight LI {
  padding: 5px 0 5px 15px;
  background-position: 0 9px;
  }
  
  
  
LI A {
  color: #838383;
  text-decoration: none;
  }
  
#sidebarRight .divider {
  border-top: 1px dotted #838383;
  border-bottom: 1px dotted #838383;
  height: 3px;
  margin: 15px 0 25px 0;
  width: 181px;
  }

/* INDEX ------------------------------------------------------------------------------------ */  

#index {
	border-top: 1px solid #848587;
	padding-top: 50px;
	font-size: 11px;
	cursor: default;
	margin-bottom: 50px;
	}
	
#index .section {
	text-decoration: none;
	color: #6f7072;
	cursor: pointer;
	display: block;
	background: url('/images/indexDottedLine.gif') no-repeat top left;
	border-bottom: 1px solid #FFF;
	}
	
#index .colLeft {
	clear: both;
	float: left;
	height: 112px;
	width: 207px;
	position: relative;
	}	
	
#index .colLeft P {
	position: absolute;
	top: 55px;
	left: 30px;
	}		
	
#index .colRight {
	float: left;
	height: 112px;
	width: 700px;
	position: relative;
	}
	
#index .colRight P {
	position: absolute;
	bottom: 30px;
	left: 115px;
	background-image: url('/images/indexArrow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 590px;
	}
	
#index .hover .colRight P {
	background-image: url('/images/indexArrowHover.gif');
	}		
	
#index .colLeft .hover,
#index .colLeft .default { 
	position: absolute;
	left: 30px;
	bottom: 65px;
	}
	
#index .colRight .hover,
#index .colRight IMG {
	position: absolute;
	left: 0px;
	top: 7px;
	}	
	
#index .colRight IMG {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;	
	opacity: 0.5;
	}
	
#index .hover .colRight IMG {
	filter:alpha(opacity=100); 
	-moz-opacity: 1;
	opacity: 1;	
	}	
	
#index .colLeft .hover { display: none; }	
#index .hover .colLeft .hover { display: block; }
#index .hover .colLeft .default { display: none; }

#index .last {
	background: url('/images/indexDottedLine.gif') no-repeat;
	}

#index .last .colLeft,
#index .last .colRight { 
	height: 15px; 
	cursor: default;
	}


/* JOB FORM --------------------------------------------------------------------------------- */ 

#content FORM {
	border: 2px solid #939495;
	margin: 5px;
	font-size: 11px;
	}
	
#content FORM h2 {
	background-color: #da052d;
	color: #FFF;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 3px solid #b9b9b8;
	}
	
#content FORM .colLeft {
	float: left;
	margin-left: 14px;
	width: 270px;
	display: inline;
	}
	
#content FORM .colRight {
	float: right;
	margin-right: 10px;
	width: 270px;
	display: inline;
	}	
	
#content FORM LABEL {
	margin-top: 2px;
	display: block;
	color: #333;
	}	

#content FORM SELECT {
	font-size: 11px;
	width: 200px;
	padding: 2px;
	}

#content FORM .text {
	width: 191px;
	padding: 2px;
	font-size: 11px;
	}	
	
#content FORM .divscroll {
	width: 260px;
	height: 100px;
	overflow: scroll;
	border: 1px solid #9f9d9f;
	padding: 2px 0 0 3px;
	}	
	
#content FORM .divscroll .checkbox {
	display: block;
	float: left;
	clear: left;
	height: 16px;
	margin-right: 4px;
	display: inline;
	}	
	
#content FORM .divscroll LABEL {
	line-height: 16px;
	margin: 0;
	}
	
#content FORM .explanation {
	margin: 0;
	padding-left: 0px;
	font-size: 11px;
	line-height: 12px;
	margin-top: 8px;
	margin-bottom: -5px;
	color: #999;
	}	
	
#content FORM .buttons {
	clear: left;
	margin-top:20px;
	padding: 10px 0 15px 14px;
	}	
	
#content FORM .buttons INPUT, .apply {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #bfbebf;
	background-color: #ffffff;
	font-weight:bold;
	}

#content FORM .buttons .cancel {
  font-weight: normal;
}	

#newsletterform h2 { margin-bottom: 10px; }	

#content FORM#newsletterform LABEL { margin: 0; padding: 0; line-height: 20px; width: 100px; float: left; }
#content FORM#newsletterform SELECT { float: none; width: 205px; font-family: Arial; }

.formfield { padding: 2px 0 2px 10px; }

#newsletterform INPUT { width: 200px; font-family: Arial; }

#newsletterform .submit {
	border-top: 2px solid #939495;
	margin-top: 15px;
	padding: 3px 5px 3px 0;
	text-align: right;
	}
	
#newsletterform .submit A {
	background: url('/images/moreLink.gif') no-repeat 0 3px;
	color: #333;
	text-decoration: none;
	padding-left: 13px;
	font-size: 13px;
	}	


/* REFERENZEN ------------------------------------------------------------------------------- */    

.accordion {
	border-top: 1px solid #bababa;
	margin-top: 20px;
	margin-bottom: 25px;
	}

.accordion_toggle {
	cursor: pointer;
	background: url('/images/accordionOpen.gif') no-repeat 5px bottom;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	border-top: 4px solid #FFF;
	border-bottom: 1px solid #bababa;
	padding-left: 27px;
	line-height: 32px;
	height: 37px;
	}
	
.accordion_toggle.selected {
	background: url('/images/accordionClose.gif') no-repeat 5px bottom;
	border-top: 4px solid #bababa;
	border-bottom: 1px solid #FFF;
	}	
	
.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
	border-bottom: 5px solid #bababa;
	}
	
.accordionPadding {
	padding: 0 0 15px 0;
	}	
	
/* SITEMAP ---------------------------------------------------------------------------------- */

.sitemap { font-size: 15px; }

.sitemap UL, .sitemap LI { margin: 0; padding: 0; }

.sitemap LI A {
	border-bottom: 1px solid #bababa;
	margin-bottom: 1px;
	display: block;
	background: url('/images/moreLink.gif') no-repeat 0 8px;
	padding-left: 15px;
	line-height: 25px;
	}

.sitemap LI {
	background: none;
	}
	
.sitemap UL { padding-left: 150px; font-size: 14px; }	
.sitemap UL UL { padding-left: 150px; font-size: 13px; }
.sitemap UL UL UL { padding-left: 0px; font-size: 12px; }	
	
.sitemap LI LI LI A {
	border: none;
	}
	
.sitemap LI LI LI A {
	padding-right: 20px;
	float: left;
	clear: left;
	line-height: 17px;
	background-position: 0 6px;
	padding-top: 2px;
	}
	
.sitemap LI LI LI UL {
	float: left;
	width: 200px;
	margin-top: 2px;
	}

.sitemap LI LI LI LI A { 
	clear: both; 
	float: none; 
	line-height: 17px; 
	background-position: 0 4px; 
	padding-top: 0;
	}
	
.sitemap A:hover { color: #333; }	


/* ------------------------------------------------------------------------------------------ */    

.push {
  clear: both;
  height: 30px;
	cursor: default;
  }  

#allbutfooter { 
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
  }
  
#footer {
  height: 30px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: 0px;
  background: url('/images/bgFooter.gif') repeat-x;
  width: 978px;
  z-index:3;
  }
  
#footer .left {
  padding-left: 30px;
  margin-top: 9px;
  color: #FFF;
  line-height: 18px;
  }
  
#footer #search {
  width: 113px;
  height: 16px;
  background: url('/images/bgSearch.gif') no-repeat top left;
  border: none;
  padding: 1px 4px 0px 4px;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 15px;
  color: #b8b8b8;
  float: left;
  }  

#footer .right {
  color: #db002c;
  padding-right: 30px;
  padding-top: 9px;
	position: relative;
  }
	
#footer .right IMG {
	position: absolute;
	top: 8px;
	left: -20px;
	}	
	
#footerPrint { display: none; }	

/* ------------------------------------------------------------------------------------------ */ 

#content .formRow {
	margin:10px;
	padding:10px;
	line-height:16px;
}

#content .formRow LABEL {
	clear:both;
	display:block;
	float:left;
	line-height:16px;
	width: 150px;
}

#content .formRow INPUT {
	float: left;
	width: 330px;
	padding: 2px;
	font-size: 11px;
}

#content .formRow TEXTAREA {
	float: left;
	width: 330px;
	padding: 2px;
	font-size: 11px;
}

/* ------------------------------------------------------------------------------------------ */ 

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
  
.grey {
  color: #838383;
  }
  
.red { 
  color: #db002c;
  }  
	
.bold { font-weight: bold; }

.mt15 { margin-top: 15px; }
  
/* ------------------------------------------------------------------------------------------ */ 

#footnotes_debug
{
  position:absolute;
  z-index:12345;
  width:100%;
  background-color:#abcdef;
}
