@charset "utf-8";

/**
-------------------------------------------------------------
Stylesheet für: http://www.mit-bofrost.de
Medien:         Bildschirme und Projektoren
Autor:          Markus Fortmann
------------------------------------------------------------- */

/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */
* {} /* Safari-Bugfix */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  z-index: 0;

  letter-spacing: 0px;
}

li {
    list-style-type:none;
}

ul {
    list-style-position:outside;
}


body {
  background-color: #123885;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}


/* Schriftgröße kontrollieren */
td, th {
  f\ont-size: 100%;
}

.invisible {
  position: absolute;
  left: -9999px; 
}

h1 { color: #fff; font-size: 22px; line-height: 26px; margin-bottom: 20px; font-weight: normal;}
h1 span { color: #acbad4; font-size: inherit; }
h2 { font-size: 12px; font-weight: bold; }


a {
  color: #ffffff;
}

q {
  font-style: italic;
}

#top {
/*
  position: relative;
  margin: 50px auto 50px auto;
  width: 998px;
  height: 573px;
*/
}

#header {
  height: 65px;
  width: 992px;
  position: relative;
  z-index: 1; 
}

#header #logo {
  position: relative;
  top: 10px;
  left: 30px;
}

#main {
  width: 948px;
  height: 444px;
  padding: 50px 0 0 50px;
  position: relative; 
}

strong, strong *, .bg-sitemap .submenu > a {
    font-weight: bold;
}

#content p {
  margin: 0 0 16px 0;
}

#content a {
  text-decoration: underline;
}


#content-small {
  width: 316px;
  height: 325px;
  padding: 28px 32px 23px 28px; 
  background: transparent url(/binary.ashx?id=8956) left top no-repeat;
  overflow: hidden;
}

#content-medium {
  width: 456px;
  height: 325px;
  padding: 28px 18px 23px 18px;
  background: transparent url(/binary.ashx?id=8958) left top no-repeat;
}

#content-large {
  width: 712px;
  height: 325px;
  padding: 28px 18px 23px 18px;
  background: transparent url(/binary.ashx?id=8957) left top no-repeat;
}

#content-large .ce_text {
  width: 210px;
  float: left;
  margin-right: 25px;
}

#top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -286px;
  margin-left: -499px;
  width: 998px;
  height: 573px;
  text-align: left;
}

#site.intro #main {
  background: transparent;
  padding-top: 0;
  height: 490px;
}
#site.intro #header #logo{
  left: 80px;
}

/**
-------------------------------------------------------------
Footer
------------------------------------------------------------- */

#footer {
  width: 992px;
  height: 14px;
  position: relative;
  z-index: 1;
}

/* Intro */
#footer #countries {
    position: absolute;
    right: 100px;
}
#footer #countries li {
    float: left;
    margin-left: 10px;
}

#footer #note {
    position: absolute;
    left: 60px;
    width: 450px;
}

#languageChooser {
  position: absolute;
  left: 18px;
  font-size: 11px;
}
#languageChooser a {
  text-decoration: none;
}
#languageChooser a:hover {
  text-decoration: underline;
}
#languageChooser .separator {
  margin: 0 3px;
}

#pdfUpload{
  left: 350px;
  position: relative;
  font-size: 11px;
  width: 250px;
}

/**
-------------------------------------------------------------
Pagination
------------------------------------------------------------- */

ul.pagination {
  position: absolute;
  top: 383px;
  right: 592px;
  clear: both;
}

*html ul.pagination {
  width: 320px;
  margin-top: 15px;
}

ul.pagination li {
  list-style: none;
  list-style-image: none;
  float: left;
  margin: 0 2px;
}

*html ul.pagination li {
  white-space: nowrap;
}

ul.pagination li a {
  text-decoration: none !important;
  color: #acbad4;
}

ul.pagination li.active a {
  font-weight: bold;
  color: #fff; 
}

ul.pagination li a:hover {
  text-decoration: underline !important;
  color: #fff; 
}

ul.pagination li a.forward {
  padding-right: 10px;
  background: url("/binary.ashx?id=15485") right 4px no-repeat;
}

ul.pagination li a.backward {
  padding-left: 10px;
  background: url("/binary.ashx?id=15484") left 4px no-repeat;
}


/**
-------------------------------------------------------------
Formulare
------------------------------------------------------------- */
input, 
select {
  color: #000000;
  font-size: 11px;
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif;
  padding: 1px;
  font-size: 11px;
}



/**
-------------------------------------------------------------
Listen
------------------------------------------------------------- */
.ce_text ul {
  padding: 0;
  margin: -4px 0 0 0;
}
.ce_text ul li{
  list-style-type: circle;
  list-style: outside;
  margin-left: 20px;
  padding: 0 0 12px 0;
}
/**
-------------------------------------------------------------
Sitemap
------------------------------------------------------------- */
#sitemap ul {
  margin-left: 1em;
}
#sitemap ul ul {
  margin-bottom: 1em;
}
#sitemap ul li a {
  font-weight: bold;
}
#sitemap ul ul li a {
  font-weight: normal;
}
#sitemap .list-3,
#sitemap .list-4 {
  left: 240px;
  position: absolute;
}
#sitemap .list-3 {
  top: 125px;
}
#sitemap .list-4 {
  top: 300px;
}
#sitemap .list-5,
#sitemap .list-6 {
  left: 500px;
  position: absolute;
}
#sitemap .list-5 {
  top: 125px;
}
#sitemap .list-6 {
  top: 285px;
}
#sitemap .list-7,
#sitemap .list-8,
#sitemap .list-9,
#sitemap .list-10 {
  display: none;
}

.smalltext {
  font-size: 0.9em;
  line-height: 1.3em;
}

table.chooseLang td {
  padding: 5px 10px 5px 0;
}

/**
-------------------------------------------------------------
FAQ
------------------------------------------------------------- */

#faq {
  margin: 0 auto 20px auto;
}

.faq1 {
  background: url(/binary.ashx?id=10296) 0px 5px no-repeat;
  padding-left: 13px !important;
}

#faq div {
  padding: 5px 0 0 10px;
}

#faq p {
  display: block;
  padding-right:40px;
} 

#faq .panel
{
padding-left:0px;

cursor:pointer;
margin:0 auto;
float: none;
margin-top:7px;
}

#faq .panel-down {
  font-weight: bold;
}

body#jobDetail {
  padding: 20px 20px 20px 67px;
/*
  border: 1px solid #d0d7e7d;
  height: 558px;
*/
}

body#popupDetail {
  padding: 20px;
/*
  border: 1px solid #d0d7e7d;
  height: 558px;
*/
}


html {overflow-x:hidden;}
body {margin-right:28px;}


#logo {
  background: transparent url(/binary.ashx?id=9159) top left no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 20px;
}
#content a.print {
  background: transparent url(/binary.ashx?id=9162) left 2px no-repeat;
  padding: 0 0 0 20px;
  text-decoration: none;
}

#content a.apply {
  float: right;
  background: transparent url(/binary.ashx?id=15719) left 2px no-repeat;
  padding: 0 0 0 20px;
  text-decoration: none;
}

#jobDetail div.image img {
  margin: 5px 0 20px -67px;
  position: relative;
}

#jobDetail #content {
}

#jobDetail #content ul li{
  list-style: inherit;
  margin-left: 20px;
}


.panel-target {
  padding: 0;
}

.panel-closed {
  display:none;
}

#faq {
  margin: 0 auto 20px auto;
}

.faq1 {
  background: url(/binary.ashx?id=10296) 0px 3px no-repeat;
  padding-left: 15px !important;
  padding-bottom: 8px;
}

#faq div {
  padding: 5px 0 18px 20px;
}

#faq p {
  display: block;
} 

#faq .panel
{
padding-left:0px;

cursor:pointer;
margin:0 auto;
float: none;
margin-top:7px;
}

#faq .panel-down {
  font-weight: bold;
}

/**
-------------------------------------------------------------
Jobfilter
------------------------------------------------------------- */
#jobFilter {
  position: relative;
  height: 90px;
  margin-top: -10px;
}

.radial #jobFilter li {
  top: 16px;
  line-height: 25px;
}

#jobFilter select option {
  color: black;
  font-size: 10px;
}

#jobFilter .category {
  width: 135px;
  position: absolute;
  top: 0;
  left: 0;
}

#jobFilter .category select {
  width: 135px;
}

.radial #jobFilter .category {
  width: 225px;
  font-size: 16px;
  font-weight: bold;
}


#jobFilter .position {
  width: 225px;
  position: absolute;
  top: 0;
  left: 140px;
}

.radial #jobFilter .position {
  left: 230px;
}

#jobFilter .position select {
  width: 225px;
}
.radial #jobFilter .position select.disabled {
  color: #7a7b7d;
  background-color: #dadbdc;
}

#jobFilter .location {
  width: 110px;
  position: absolute;
  top: 0;
  left: 370px;
}

#jobFilter .location select {
  width: 110px;
}

#jobFilter .state {
  width: 135px;
  position: absolute;
  top: 0;
  left: 485px;
}

#jobFilter .state select {
  width: 135px;
}

.radial #jobFilter .zip{
  width: 85px;
  position: absolute;
  left: 460px;
}

.radial #jobFilter .zip input.zipText {
  width: 83px;
  height: 15px;
}

.radial #jobFilter .radius {
  width: 70px;
  position: absolute;
  left: 550px;
}

.radial #jobFilter .radius select {
  width: 65px;
}

.radial #jobFilter .radius select.radius{
  display: none;
}

#jobFilter .submit {
  width: 80px;
  position: absolute;
  top: 16px;
  left: 630px;
}

.radial #jobFilter .submit {
  width: 65px;
  height: 25px;
  left: 625px;
  background: transparent url(/binary.ashx?id=102399) no-repeat scroll 0 0;
  text-align: center;
}

.radial #jobFilter .submit input {
  width: 65px;
  background: transparent;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#_ctl1_back {
  cursor: pointer;
}

#_ctl1_submit {
  cursor: pointer;
  background-color: #4D6AA4;
  color: white;
  font-weight: bold;
  width: 80px;
}

/**
-------------------------------------------------------------
Results
------------------------------------------------------------- */
div#results {
  margin: 0;
  position: relative;
  top: 50px;
  height: 235px;
  overflow: auto;
}
div#searchResults.radial {
  position: relative;
}

div.resultCount {
  font-weight: bold;
  position: absolute;
  right: 1px;
  top: -50px;
}
div#searchResults.radial .resultCount {
  top: -10px;
}

div#searchResults.radial #back {
  position: absolute;
  top: -14px;
  right: 145px;
}
div#searchResults.radial #back a {
    display: block;
    background-color: #6784BC;
    border: 1px solid #ACBAD4;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 150%;
    padding: 2px 14px;
    text-decoration: none;
    text-align: center;
}
#results table.results {
  width: 690px;
  margin: 0;
  padding: 0;
}
#results table.results th,
#results table.results td,
#results table.results td a,
#results table.results th a {
  background-color: #ffffff;
  color: #4d6aa4;
}

#results table.results th a {
  font-weight: bold;
}

#results table.results td,
#results table.results th {
  padding: 2px 5px;
}

.radial #results table.results td,
.radial #results table.results th {
  padding: 2px 15px 2px 5px;
}

.radial #results table#jobTable thead th {
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 0 none;
  background-color: #123885;
}
.radial #results table#jobTable.sortlayout thead th {
  cursor: pointer;
  text-decoration: underline;
  background: #123885 url(/binary.ashx?id=108115) no-repeat scroll right 5px;
}
.radial #results table#jobTable.sortlayout thead th.headerSortDown {
  background-image: url(/binary.ashx?id=108111);
  background-position: right 10px;
}
.radial #results table#jobTable.sortlayout thead th.headerSortUp {
  background-image: url(/binary.ashx?id=108113);
  background-position: right 5px;
}

/**
-------------------------------------------------------------
jobApplication
------------------------------------------------------------- */
#jobApplication .column1 {
  width: 255px;
  float: left;
}

#jobApplication table th {
  padding: 0 12px 0 0;
  }

#jobApplication table {
  margin-bottom: 20px;
}

#jobApplication table table {
  margin-bottom: 0;
}

#jobApplication input.text {
  width: 120px;
  border: 1px solid #ACBAD4;
}

#jobApplication input.zip {
  width: 32px;
  margin: 0 2px 0 0;
}

#jobApplication input.city {
  width: 82px;
}

#jobApplication .column2 {
  width: 240px;
  float: left;
}

#jobApplication .column2  table {
  width: 230px;
  margin-top: 3px;
}

#jobApplication .column2 .file {
  width: 200px;
}

#jobApplication .column3 {
  width: 200px;
  float: left;
}

#jobApplication .column3 table {
  margin-top: -7px;
}

#jobApplication .column3 input.text {
  width: 200px;
}

#jobApplication legend {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: -5px;
}

#jobApplication #_ctl1_comments {
  width: 200px;
}

#_ctl1_requiredFieldsErrorMessage,
#fileupload_requiredFieldsErrorMessage, 
p.error {
  color: #CF1628;
}


.error {
  color: #CF1628;
}
.readonly {
  background-color: #cacaca;
}


#jobApplication input.submit,
#jobApplication input.back {
  background-color: #4D6AA4;
  color: white;
  font-weight: bold;
  width: 120px;
  height: 20px;
}

#jobApplication a.removeDocument {
  background: transparent url('/binary.ashx?id=12501') top left no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 0 3px 0;
  text-decoration: none;
}

span.notVisible {
  visibility: hidden;
  width: 20px;
  overflow: hidden;
}
span.fileLabel {
  margin-left: 0px;
}


textarea.text {
  width: 225px;
  height: 120px;
}

label {
  font-weight: normal;
}

table.radio label {
  margin: 0 10px 0 5px !important;
}

#fileupload_salutation_1,
#fileupload_salutation_2 {
  margin-left: 10px;
}

table span.radio input{
  width: 13px;
}

table span.radio label {
  margin-left: 1px;
}

table.radioStoreInfo label {
  margin: 0 10px 0 5px ;
}

/* Übersichtsseite */
.scollboxOverview {
  overflow: auto; 
  height: 120px; 
  width: 230px;
}

#buttons {
  position: absolute;
  width: 700px;
  top: 370px;
  left: 70px;
}

#buttons input {
  width: 180px !important;
}

#buttons .back {
  float: left;
  
}

#buttons .submit {
  float: right;
  margin-top: 0;
}

.informationText,
.storeInformationText ,
.infotext{
  font-size: 10px;
  line-height: 12px;
  margin-bottom: -12px;
  width: 217px;
}

#contentInfo{
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    margin-left: 20px;
}      

#contentInfo h3{
  margin-top: 10px;
}  

#contentInfo p{
  padding: 10px 0 10px 0;
  
} 

.button{
  margin-left: 20px;
} 

/**
-------------------------------------------------------------
Vorschaltseite
------------------------------------------------------------- */
#content-large ul.groups {
  position: absolute;
  top: 100px;
  left: 330px;
}
ul.groups li {
  list-style: none;
  background: transparent none no-repeat top left;
  width: 226px;
  height: 159px; /* 137px */
  float: left;
  text-align: center;
}
ul.groups li.last {
  margin-right: 0;
}
#content ul.groups li a {
  text-decoration: none;
  display: block;
  width: 216px;
  height: 44px; /* 159px */
  padding-top: 125px;
}
#content ul.groups li.pos2 a,
#content ul.groups li.pos4 a {
  width: 236px;
}
#content ul.groups li.pos3 a,
#content ul.groups li.pos4 a {
  padding-top: 106px;
}
.categoryFilter {
  display: none;
  position: absolute;
  left: 73px;
  bottom: 94px;
  width: 233px; /* 257px */
  height: 91px; /* 115px */
  padding: 12px;
  background: transparent url('/binary.ashx?id=102363') no-repeat top left;
}
#content .categoryFilter p {
  margin-bottom: 9px;
}
.categoryFilter input {
  padding: 5px;
}
.categoryFilter select.category {
  width: 223px;
  height: 18px;
  margin-bottom: 9px;
}
.categoryFilter input.text {
  width: 72px; /* 82px */
  padding: 0 5px;
  margin-right: 5px;
  height: 18px;
}
.categoryFilter select.radius {
  width: 67px; /* 69px */
  margin-right: 2px;
}
.categoryFilter input.submit {
  border: 0 none;
  background: transparent url('/binary.ashx?id=102399') no-repeat top left;
  width: 65px;
  height: 25px;
  color: #fff;
  margin-top: 2px;
}
optgroup option {
  padding-left: 10px;
}

input.hint {
  color: #7f7f7f;
}

#site #nav,
#site #intro,
#site #nav-meta {
  position: absolute;
  left: -3000px;
  width: 200px;
}


#nav {
  /*width: 600px;*/
  position: absolute;
  right: 180px;
  top: 10px;
}

#nav li {
  background-color: #355797;
  color: #acbad4;
  float: left;
  font-size: 11px;
  text-align: center;
  height: 41px;
}

#nav li.first {
  background: url(/binary.ashx?id=111871) no-repeat scroll 0 0 #355797;
  border-left: none;
}

#nav li.last {
  background: url(/binary.ashx?id=111877) no-repeat scroll right 0 #355797;
}

#nav li a {
  background: url(/binary.ashx?id=111891) repeat-y scroll 0 0;
  color: #acbad4;
  display: block;
  height: 37px;
  padding: 4px 10px 0 10px;
  text-decoration: none;
}

#nav li a span.navLabel {
  display: block;
}

#nav li.first a {
  background: none;
}

#nav li.active a {
  color: #fff;
}

#nav li a:hover, #nav li a.active {
  color: #fff;
}

/**
* Meta Navigation
*/
#nav-meta {
  /*width: 600px;*/
  position: absolute;
  right: 20px;
}

#nav-meta li {
  float: left;
  margin-left: 20px;
  color: #acbad4;
  font-size: 11px;
}

#nav-meta li a {
  color: #acbad4;
  text-decoration: none;
}

#nav-meta li a:hover {
  color: #fff;
}


/**
* Subnavigation
*/

#subnavhead {
  position: absolute;
  right: 21px;
  top: 7px;
  width: 135px;
}


#subnav {
  position: absolute;
  right: 21px;
  top: 38px;
  width: 145px;
}

#subnav h1 {
  color: #fff;
  font-size: 12px;
  text-indent: 10px;
  margin-bottom: 10px;
}

#subnav li a, #subnav li p {
  background: url(/binary.ashx?id=9102) repeat-y;
  display: block; 
  min-height: 16px;
  width: 138px;
  padding:  2px 2px 2px 6px;
  font-size: 11px;
  text-decoration: none;
  color: #ACBAD4;
}

#subnav li a:hover, 
#subnav li.active a  {
  background: url(/binary.ashx?id=9103) repeat-y;
  color: #fff;
}

#subnav li {
  background: url(/binary.ashx?id=9104) left bottom no-repeat;
  display: block;
  margin: 0px;
  padding-bottom: 2px;
  position: relative;
  width: 146px;
}

/**
* Layer 3 
*/

#subnav li.submenu ul.level_2 {
  position: absolute;
  z-index: 9;
  right: 145px;
  top: 0px;
  background: none;
  padding-right: 25px;
  display: none;/**/
}

#subnav li.submenu:hover ul.level_2, #subNavigation li.submenu ul.level_2:hover {
  display: block;
}

#subnav li.submenu ul.level_2 li {
  padding: 0; 
}

#subnav li.submenu ul.level_2 li a, li.submenu ul.level_2 li p{
  background: #4d6aa4;
  position: static;
}

.personimage {
  position: relative;
  margin-bottom: 30px;
}
.personimage .description {
  color: #123885;
  left: 10px;
  position: absolute;
  top: 30px;
  width: 120px;
}
.personimage .description strong {
  color: #123885;
  font-size: 11px;
}
h2.slide {
  cursor: pointer;
  background: url(/binary.ashx?id=10296) 0px 3px no-repeat;
  text-indent: 15px;
}

/**
-------------------------------------------------------------
Tools
------------------------------------------------------------- */

#tools {
  position: absolute;
  right: 176px;
  top: 51px;
  width: 390px;
  height: 369px;
  z-index: 1;
}

#tools ul.tools {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
}


#tools #imgmap {
  position: absolute;
  bottom: -2px;
  left: 0;
}

#tools li {
  padding: 0;
  margin: 0;
  border-top: 1px solid transparent;
}

#tools li a {
  /*width: 143px;*/
  height: 31px;
  display: block;
  color: #123997;
  font-weight: bold;
  padding: 2px 10px 2px 42px;
  margin: 3px 0 0 0;
}

#tools li a:hover {
  color: #CF152A;
}

#tools li a.go {
  background: transparent url(/binary.ashx?id=9308) left top no-repeat;
  line-height: 33px;
  margin-bottom: 2px;
}

#tools li a.ok {
  background: transparent url(/binary.ashx?id=9309) left top no-repeat;
}

#tools li a.person {
  background: transparent url(/binary.ashx?id=9310) left top no-repeat;
}

#tools li a.link {
  background: transparent url(/binary.ashx?id=10008) left top no-repeat;
}

#tools table,
#tools tr,
#tools td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

#tools td {
  height: 33px;
  vertical-align: middle;
  cursor: pointer;
}


#tools .contact {
  position: relative;
  top: -3px;
}
#tools .contact .ce_image {
  background: transparent url(/binary.ashx?id=10225) no-repeat scroll top left;
  width: 195px;
  height: 228px;
}
#tools .contact .ce_image img {
  padding-left: 4px;
  padding-top:5px;
}
#tools .contactinfos {
  background:transparent url(/binary.ashx?id=10226) no-repeat scroll top left;
  width: 173px;
  height: 144px;
  padding: 16px 11px;
  position: relative;
  bottom: 1px;
}
#tools .contactinfos.only {
  margin-top: 225px;
}

#tools .contactinfos * {
  color:#123885;
  font-size:11px;
}

.video{
  position: relative;
  display: block;
  width: 164px;
  height: 50px;
  left: 380px;
  bottom: 50px;
  padding-left: 14px;
  background: transparent url(/binary.ashx?id=92636) no-repeat scroll 0 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
    
a.backJob{
  background: url(/binary.ashx?id=75608) no-repeat;   
  display: inline-block;
  height: 23px;
  width: 23px;
  position: absolute;
  right: 0;
}
.closeVideo{
  height: 25px;
  position: relative;
  }
  
#jobVideo{
  margin-right: 0;
    text-align: center;
}


.videoButton {
  display: block;
  width: 114px;
  height: 50px;
  margin-right: 10px;
  padding-left: 55px; 
  background: transparent url(/binary.ashx?id=92636) no-repeat scroll 0 0;
  color: #fff;
  line-height: 50px;
  margin-bottom: 5px;
}

.videoButton span {
    display: block;
    line-height: 16px;
    padding-top: 8px;
    text-align: center;
    width: 100px;
}
    
    
#video{
  bottom: 17px;
  position: absolute;
  right: 10px;
}

#toolscontent{
  border: 5px solid #FFFFFF;
}
