<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html
{
  margin: 0px;
  padding: 0px;
}
body
{
  margin: 0px;
  padding: 0px;  
  overflow-y: scroll;
  color: black;
  font-size: 14px;
  font-family: arial, helvetica, tahoma ,verdana, sans-serif;
  text-align: left;
  background: #ffffff;
}
header
{
  position: relative;
  padding: 0px;
  margin: 0px auto 0px auto;
  max-width: 1010px;
  border-top: 1px solid white;
  z-index: 20;  
}
#logo
{
  padding: 0px;
  margin: -70px auto 0px auto;    
}
#logo a
{
  margin: 0px;
}
#logo img
{
  width: 180px;
}
#logo a, #logo img
{
  position: relative;
  text-decoration: none !important;
  border: none !important;
  z-index: 22;
}
nav
{
  background-color: #0a51a1;
  position: absolute;
  padding: 0px 0px 0px 70px;
  top: -20px;
  left: 100px;
  z-index: 1;  
}
nav a
{
  display: table-cell;
  padding: 10px 18px;
  font-weight: bold;
  color: white;
  font-size: 16px;
  z-index: 21;  
}
nav a:hover
{
  text-decoration: none;
  background-color: #084386;
}
nav a:first-child
{
  padding-left: 30px;
}
nav a:last-child
{
  //padding-right: 18px;
}
nav a.b
{
  text-decoration: underline;
}

#menu_mobile, #nav_mobile
{
  display: none;
}

#sprache
{
  
  position: absolute;
  top: 10px;
  right: 10px;
	text-align: right;
	margin: 0px;
  padding: 0px;   
  z-index: 20;
}
#sprache img
{
  width: 30px;
  border: 1px solid gray;
}

#page_main
{
  position: relative;
  padding: 0px;
  margin: -60px auto 0px auto;
  text-align: center;
  max-width: 1010px;
  z-index: 25;
}

main
{
  position: relative;
  margin: 0px;
  padding: 10px 10px 10px 190px;
  text-align: left;
  z-index: 3;
  color: black;
  min-height: 100px;
  //background-color: gray;
}

footer
{
  position: relative;
  background-color: #a2c7dd;
  width: 100%; 
	text-align: center;
	vertical-align: bottom;
	margin: 8px auto 0px auto;
  padding: 15px 0px 15px 0px;
	font-size: 14px;
	color: black;  
}
footer a
{
  color: black;
  text-decoration: none;
}
footer img
{
  vertical-align: middle;
}
#page_footer
{
  position: relative;
  padding: 0px;
  margin: 0px auto 0px auto;
  text-align: center;
  max-width: 1010px;
}
#page_footer_mobile
{
  display: none;
}
#safetyteam
{
  font-size:12px;
  margin: 10px 0px 0px 0px;  
}

/*
#dhtmltooltip
{
  font-size: 12px;
  position: absolute;
  width: 150px;
  border: 1px solid black;
  padding: 10px;
  background-color: white;
  visibility: hidden;
  text-align:left;
  z-index: 100;
  box-shadow: 0px 0px 0px #fff;
  transition-property: opacity;
  transition-duration: 0.3s;
  border-radius: 0px;
}
#dhtmltooltip table
{
  font-size: 12px;
}
*/
/*
.ui-autocomplete
{
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete
{
  height: 100px;  
}
*/
/*
ul.ui-autocomplete li:before
{
  content: "";
  content: none;
}
*/

.noselect ::selection
{
  background: transparent;
  color: inherit;
}
.noselect ::-moz-selection
{
  background: transparent;
  color: inherit;
}
.noselect
{
  cursor: default;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


// SLIDESHOW
#slides {
  display: none;
}
.container {
  margin: 0 auto;
  width: auto;
}</pre></body></html>