/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.caption{max-width:100%}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   tl_files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (tl_files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* css_main_navi.css */
#mainnav ul.level_2 a,#mainnav ul.level_2 span{height:24px;position:relative;display:table-cell;padding-right:15px;padding-left:15px;vertical-align:middle;font-size:14px;font-weight:normal;text-decoration:none;color:#4e5452;z-index: 700;display: table-cell !important;vertical-align: middle !important;height: 24px !important;border: none !important;text-shadow: 1px 1px 1px rgba(240,238,240,1)}#mainnav ul.level_2 li{position:relative;float:none;display:block;font-size:14px;font-weight:normal;color:#4e5452;list-style-type:none;border: none !important;float: none !important;height: 24px !important}#mainnav ul.level_2{position:absolute;display:none;margin:0;padding:10px 0 8px;background-color:#f0eef0;-moz-box-shadow:0 0 5px 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,0.2);box-shadow:0 0 5px 5px rgba(0,0,0,0.2);z-index: 580}#mainnav ul.level_1 li.active{border-right:1px solid rgba(0,0,0,1)}#mainnav ul.level_1 div.arrow{position:absolute;margin-right:auto;margin-left:auto;text-align:center;z-index: 699}#mainnav ul.level_1 li span.active{height:34px;position:relative;display:table-cell;margin:0;padding:0 15px;vertical-align:middle;border-right:1px solid #fff;border-left:1px solid #fff;font-weight:normal;z-index: 700;cursor:pointer;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	-o-user-select: none;	user-select: none;text-shadow: 1px 1px 1px rgba(0,0,0,0.35)}#mainnav img.arrow{display:block;margin-right:auto;margin-left:auto;text-align:center;z-index: 699}#mainnav ul.level_1 img.active{position:absolute;z-index: 699}#mainnav ul.level_1 img.over{position:absolute;display:none;z-index: 699}#mainnav ul.level_2 img.subover{position:absolute;display:none;z-index: 699}#mainnav ul.level_1 li a{height:34px;position:relative;display:table-cell;padding-right:15px;padding-left:15px;vertical-align:middle;border-right:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18);text-decoration:none;color:#fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.35);z-index:700}#mainnav ul.level_1 li,#mainnav ul.level_1 li.active{height:34px;float:left;display:block;margin:0;padding:0;border-right:1px solid rgba(0,0,0,.25);color:#fff}#mainnav ul.level_1{width:900px;height:45px;position:absolute;margin:0;padding:0;list-style-type:none;background:url("../../tl_files/layout/menu_bg.png") center top no-repeat;z-index: 930}#mainnav{font-size:16px}
/* css_standard.css */
.sicherheitsfrage{width:378px}.tnt_auf_sdg_aktstat h2{padding:0}h2{margin-top:0;margin-bottom:0;padding:20px 40px 15px;font-size:18px;font-weight: 300}.jobDescription h2{color:#348063;font-weight: 400}.jobImage{margin-top:15px;margin-bottom:15px;margin-left:40px}.jobImage img{display:block}.jobTitle{display:block;margin-top:10px;margin-bottom:10px;font-size:16px;color:#348063}#main div.hiringOrganization p,#main div.jobLocation p,#main div.organizationContact p{margin-bottom:0;padding-bottom:0}.organizationContact{margin-top:10px;margin-bottom:20px}div.module_headline{padding:20px 24px 10px;font-size:24px;color:#606b67}#main{width:auto;margin-right:201px}#main div.ce_form.bewerbeform div.submit_container{left:5px;float:left;padding-right:120px;border: none}#main div.ce_form.bewerbeform div.submit_container input{width:64px;height:21px;border: none}#main div.ce_form.bewerbeform input{width:378px;height:15px;margin-bottom:5px;margin-left:10px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform textarea{width:378px;height:165px;margin-bottom:5px;margin-left:10px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform select{margin-bottom:5px;margin-left:10px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform fieldset{width:378px;margin-right:auto;margin-bottom:5px;margin-left:10px;padding:5px;text-align:left;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform fieldset input{width:30px;margin-bottom:5px;margin-left:10px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform fieldset span{min-width:340px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.bewerbeform div.formbody{padding-left:40px}#main div.ce_form.bewerbeform{float:left;clear:left}#main .ce_text h1,#main div.ce_form.bewerbeform h1{padding:46px 40px 25px;font-size:24px;line-height:32px;color:#348063;font-weight: 300}#main section.branframe{padding-top:90px}#main section.mod_lostPassword input.submit:hover{margin-top:10px;border:1px solid #348063;font-family:Ubuntu,sans-serif;font-weight:normal;color:#348063;background: none;font-weight: 300}#main section.mod_lostPassword input.submit{margin-top:10px;border:1px dashed #67736E;font-family:Ubuntu,sans-serif;font-weight:normal;color:#67736E;background: none;font-weight: 300;cursor: pointer}div.logo{width:200px;float:left;clear:right;display:inline-block}#main div.ce_form.kontaktform label{display:none}#main div.mod_registration input.text,#main div.mod_registration input.captcha{width:150px;height:15px;padding:5px;border:1px solid #B8E2D2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.mod_registration div.ctrl_company input,#main div.mod_registration div.ctrl_email input{width:287px}#main div.mod_registration div.ctrl_city label{width:34px}#main div.mod_registration #captcha label{width:103px}#main div.mod_registration #captcha span.captcha_text{padding-left:10px}#main div.mod_registration div.ctrl_postal input{width:45px}#main div.mod_registration div.ctrl_city input{width:160px}#main div.mod_registration div.ctrl_street input{width:287px}#main div.mod_registration div.ctrl_company,#main div.mod_registration div.ctrl_email,#captcha{margin-top:25px;padding-top:15px;border-top:1px dashed #B8E2D2}#main div.mod_registration div.ctrl_firstname,#main div.mod_registration div.ctrl_lastname,#main div.mod_registration div.ctrl_postal,#main div.mod_registration div.ctrl_city{display:inline}#main div.mod_registration p.error.inline{display:inline;padding-left:10px}#main div.mod_registration div.ctrl_phone,#main div.mod_registration div.ctrl_fax{display:inline-block;margin-top:10px}#main div.mod_registration div.ctrl_lastname,#main div.mod_registration div.ctrl_city,#main div.mod_registration div.ctrl_fax{padding-left:20px}#main div.mod_registration input{margin-top:10px;margin-left:10px}#main div.mod_registration div.error label,#main div.mod_registration p.error,#main div.mod_registration label.error,#main div.mod_registration input.error{color:#c6331a;font-weight: 300}#main div.mod_registration label{width:100px;display:inline-block}div.old_extranet{float:right;clear:both;display:inline}#header p.register.old a{text-decoration:none;color:#67736E}#header p.register.old a:hover{text-decoration:none;color:#348063}#header div.login p.register.old{height:19px;float:right;display:table-cell;margin:0 15px 0 0;padding:3px 0 0;vertical-align:middle;text-align:center}#header div.languages nav.mod_changelanguage li{float:right;margin:0;padding:0;list-style-type:none}#header div.languages nav.mod_changelanguage ul{margin:0;padding:0;list-style-type:none}#imagecontainer .ce_gallery{display:none}#vignette{width:900px;height:211px;position:absolute;margin-top:74px;z-index:750}#layerframe{width:900px;height:285px;position:absolute;z-index:700}#vignette img{background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      zoom: 1}#imagecontainer figure.image_container{margin:0;padding:0}#right p.contact,#right p.contact{font-size:11px}#header.logged div.languages div.switch{display:block}#header.logged div.subfunction{display:none}#tl_logout p.login_info{margin:0;padding:0 0 10px}#header div.languages div.switch a:hover{padding-right:5px;text-decoration:underline;color:#67736e}#header div.languages div.switch a{padding-right:5px;text-decoration:none;color:#67736e}#header div.languages div.switch{position:relative;float:right;display:block;padding-top:20px;padding-right:23px;font-size:12px}#header div.languages{width:183px;margin:0 0 0 auto;padding-top:13px;padding-right:0;padding-bottom:0}div.error input,div.error textarea{color: #cb2518 !important}#main .ce_text a{color:#67736e}#main div.ce_form.kontaktform div.submit_container{float:right;padding-right:120px;border: none}#main div.ce_form.kontaktform div.submit_container input{width:64px;height:21px;border: none}#main div.ce_form.kontaktform div.submit_container input.en{width:48px;height:21px;border: none}#main div.ce_form.kontaktform div.submit_container input.nl{width:87px;height:21px;border: none}#main div.ce_form.kontaktform div.submit_container input.es{width:55px;height:21px;border: none}#main div.ce_form.kontaktform div.submit_container input.fr{width:68px;height:21px;border: none}#main div.ce_form.kontaktform input{width:378px;height:15px;margin-bottom:5px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.kontaktform textarea{width:378px;height:165px;margin-bottom:5px;padding:5px;border:1px solid #b8e2d2;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300}#main div.ce_form.kontaktform div.formbody{padding-right:40px;padding-left:40px}#main div.ce_form.kontaktform div.formbody div.widget-checkbox fieldset{float:left;border:0px hidden}#main div.ce_form.kontaktform div.formbody div.widget-checkbox fieldset span{width:200px;margin-right:auto;margin-left:-10px}#main div.ce_form.kontaktform div.formbody div.widget-checkbox fieldset span input{width:10px}#main div.ce_form.kontaktform div.formbody div.widget-checkbox fieldset span label{width:360px;display:inline}#main div.ce_form.kontaktform{width:560px;float:right;clear:left}#main .ce_text.kontakt{width:335px;position:relative;display:inline-block}:focus{outline: 0}#main .ce_text table.kunden td{width:208px;height:158px;margin-right:auto;margin-left:auto;padding:5px;vertical-align:middle;text-align:center;background-image:url("../../tl_files/layout/pic_shadow_kunden-partner.png");background-position:center top;background-repeat:no-repeat}#main .ce_text table.kunden td.nobg{width:208px;height:158px;padding:10px;background: none}#main .ce_text table.kunden{margin:5px 20px 25px}#main .ce_text table.overview{margin:5px 20px 25px}#main .ce_text table.leistungen td{padding:19px;background-image:url("../../tl_files/layout/pic_shadow_leistungen_overview.png");background-position:center top;background-repeat:no-repeat;font-size:13px}#main .ce_text table.leistungen p{margin:0;padding:0}#main .ce_text table.leistungen h3{margin:0;padding:5px 0 2px 13px;font-size:18px;font-weight: 300}#main .ce_text table.leistungen p.description{margin:0;padding:0 0 0 13px;font-size:12px;line-height:15px}#main .ce_text h3.slowakei{margin:-15px 0 0;padding:0 0 15px 40px;font-size:18px;font-weight: 300}#main .ce_text h3{margin:0;padding:0 0 15px 40px;font-size:18px;font-weight: 300}#main .ce_text h4{margin:0;padding:0 0 5px 40px;font-size:15px;font-weight: 300}#right .ce_text p.img_wrapper{margin:0;padding:10px;background-image:url("../../tl_files/layout/pic_shadow_werkstatt.png");background-position:center top;background-repeat:no-repeat}#right .ce_text ul{margin:0 0 0 23px;padding:0;font-size:14px;line-height:21.5px;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text p.nopadding{margin:0;padding:0 40px}#main .ce_text table.unternehmen{margin:5px 20px 40px 6px;border-spacing: 16px 0px}#main div.video_player{width:619px;height:337px;padding:40px;background-image:url("../../tl_files/layout/video_bg.jpg");background-position:center top;background-repeat:no-repeat}#main .ce_text table.unternehmen ul{margin:0 0 0 36px;padding:0;font-size:14px;line-height:21.5px;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text table.unternehmen h3{margin:0;padding:20px 0 15px 20px;font-size:18px;font-weight: 300}#main .ce_text table.unternehmen td.image{padding:19px;background-image:url("../../tl_files/layout/pic_shadow_unternehmen.png");background-position:center top;background-repeat:no-repeat}#main .ce_text table.overview p{margin:0;padding:0}#main .ce_text table.overview img,#main .ce_text table.unternehmen img,#main .ce_text table.leistungen img{border: none !important}#main .ce_text table.overview img,#main .ce_text table.unternehmen img,#main .ce_text table.leistungen img,#main .ce_text table.kunden img{border: none !important}#main .ce_text table.overview p.description{margin:0;padding:0 0 0 13px;font-size:12px;line-height:15px}#main .ce_text table.leistungen{margin-top:5px;margin-right:20px;margin-left:20px}#main .ce_text table.cookies{width:90%;margin:0 0 0 40px;background-color:#eee;border:1px solid;border-collapse:separate}#main .ce_text table.overview h3{margin:0;padding:5px 0 2px 13px;font-size:16px;font-weight: 300}#main .ce_text table.overview td{height:292px;padding:0 19px 19px;background-image:url("../../tl_files/layout/pic_shadow_unternehmen_overview.png");background-position:center top;background-repeat:no-repeat;font-size:13px}body.firefox #main .ce_text table.overview td{height:292px;padding:19px;background-image:url("../../tl_files/layout/pic_shadow_unternehmen_overview.png");background-position:center top;background-repeat:no-repeat;font-size:13px}#footer ul.footer_navi li a:hover{text-decoration:underline}#footer ul.footer_navi li a{text-decoration:none;color:#348063}#footer ul.footer_navi li.first{border-right:1px solid #348063}#footer ul.footer_navi li{position:relative;float:right;display:inline;margin:0;padding:0 6px}#footer ul.footer_navi{width:450px;position:relative;float:right;clear:both;margin:0 90px 0 0;padding:0;list-style-type:none}#footer div.inside{margin:0;padding:85px 0 0 95px;font-size:11px;color:#348063}#footer p.copy{width:350px;display:inline;margin:0;padding:0}#right .ce_text a{text-decoration:none;color:#67736E}#right .ce_text p{padding-left:9px;line-height:16px}#right .ce_text h1{width:189px;height:26px;display:table-cell;padding-left:10px;vertical-align:middle;background-image:url("../../tl_files/layout/right_headline_bg.png");background-position:center top;background-repeat:repeat-x;font-size:16px;color:#fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.35);font-weight: 300}#right .ce_text{margin-right:6px;margin-left:7px;padding-top:30px}#main p.image_container{padding-top: 10px !important;padding-bottom: 10px !important;padding-left: 0 !important;padding-right: 0 !important}#main .ce_text ul.green{margin:0 0 0 55px;padding:0;font-size:18px;line-height:21.5px;color:#348063;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text ul{margin:0 0 0 55px;padding:0;font-size:14px;line-height:21.5px;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text ul.slowakei{margin:-10px 0 0 55px;padding:0 0 20px;font-size:14px;line-height:21.5px;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text ul.lager{margin:0 0 20px 55px;padding:0;font-size:14px;line-height:21.5px;list-style-type:square;list-style-image:url("../../tl_files/layout/text_arrow.jpg")}#main .ce_text ul.slowakei li{padding-bottom:10px}#main .ce_text ul.transport li{padding-bottom:20px}#main .ce_text p,section.mod_lostPassword{margin:0;padding:0 40px 20px;font-size:14px;line-height:21.5px}#main div.mod_registration{margin:0;padding:0 40px 20px;font-size:14px;line-height:21.5px}#main .ce_text h1,#main div.ce_form.kontaktform h1{margin:0;padding:46px 40px 25px;font-size:24px;line-height:32px;color:#348063;font-weight: 300}#main .ce_text h1.second{margin:0;padding:20px 40px 25px;font-size:24px;line-height:32px;color:#348063;font-weight: 300}#right figure.image_container{margin:0;padding:0}#right{height:100%;min-height:100%;position:relative;margin-left:-201px;background:url("../../tl_files/layout/right_bg.png") center top repeat-y}#imagecontainer div.inside img{display:block;margin:0;padding:0}#imagecontainer{width:900px;margin-right:auto;margin-left:auto}div.custom{background:url("../../tl_files/layout/bg_content.png") center top repeat-y}#header div.languages img.lang{float:right;display:inline-block;margin:0;padding:0 8px 0 0}#header div.languages{position:relative;float:right;display:inline-block;margin-right:80px}#header div.branframe{position:relative;float:right;display:inline-block;margin-right:80px}#header div.login div.subfunction p.forget{float:right;display:inline-block;margin:0 52px 0 0;padding:0}#header div.login div.subfunction p.forget.fr{float:right;display:inline-block;margin:0 61px 0 0;padding:0}#header div.login div.subfunction p.forget.es{float:right;display:inline-block;margin:0 23px 0 0;padding:0}#header div.login div.subfunction p.forget.nl{float:right;display:inline-block;margin:0 33px 0 0;padding:0}#header div.login div.subfunction p.forget.en{float:right;display:inline-block;margin:0 32px 0 0;padding:0}#header div.login div.subfunction p.register{float:right;display:inline-block;margin:0 95px 0 0;padding:0}#header div.login div.subfunction p.register.fr{float:right;display:inline-block;margin:0 17px 0 0;padding:0}#header div.login div.subfunction p.register.nl{float:right;display:inline-block;margin:0 53px 0 0;padding:0}#header div.login div.subfunction p.register.en{float:right;display:inline-block;margin:0 60px 0 0;padding:0}#header div.login div.subfunction p{display:inline-block;margin:0;padding:0}#header div.login div.subfunction a{text-decoration:none;color:#67736E}#header div.login div.subfunction a:hover{text-decoration:none;color:#348063}#header div.login p.error{max-width:145px;max-height:45px;float:right;display:inline-block;margin:2px 10px 0 0;padding:0}#login_help{float:right;display:inline-block;margin:1px 10px 0 0;padding:0}#header div.login div.subfunction{float:right;clear:right;margin:0;padding:3px 0 0}#header div.login div.subfunction.old{float:right;clear:both;display:inline-block;margin:0;padding:0}#header div.login div.submit{float:right;display:inline-block;padding-left:4px}#password{width:91px;height:15px;float:right;padding-right:0;padding-left:5px;vertical-align:top;border:1px solid #b8e2d2;font-size:13px;color:#67736e}#username{width:180px;height:15px;float:right;margin-right:3px;padding-left:5px;vertical-align:top;border:1px solid #b8e2d2;font-size:13px;color:#67736e}#header div.login{float:right;display:inline-block;padding-top:13px}#header_content{width:1050px;margin-right:auto;margin-left:auto}#header img.logo{display:inline-block;margin-left:35px}#footer{background-image:url("../../tl_files/layout/bg_footer_right.png");background-position:center top;background-repeat:no-repeat}#header div.inside{width:100%;height:120px;left:0;top:0;position:fixed;display:block;background:url("../../tl_files/layout/header_bg.png") center top no-repeat}#header.logged div.inside{background:url("../../tl_files/layout/header_bg_website.png") center top no-repeat}#container{padding-top:34px;padding-right:75px;padding-left:75px;background:url("../../tl_files/layout/bg_content.png") center top repeat-y;z-index:925}#header{position:fixed;background:url("../../tl_files/layout/bg_content.png") center top repeat-y;z-index: 950}body{background-color:#f5f6f7;font-size:13px;color:#67736e;font-family: Ubuntu, Arial, sans-serif; font-weight: 300; overflow-y: scroll;overflow-x: hidden}
