
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-size: 14px;
  background-image: url(images/backgrd_body.png);
  height: 100%;
}

div.scroll {
height: 600px;
width: 910px;
overflow: auto;
background-color: url(images/backgrd_body.png);
}



ul {
  list-style: none;
}

li {
  line-height: 20px;
  padding-left: 3px;
}

table#wrapper_table {
  height: 100%;
  width: 100%;
  /* background-image: url(images/backgrd.png);    */
}

div#wrapper {
  height: 100%;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
}

div#company_header {
  width: 100%;
  margin-top: 5px;
}

div#logo {
  float: left;
  padding-top: 10px;
  margin-left: 140px;
  height: 80px;
  width: 80px;
  background-image: url(images/scs_logo.png);
  background-repeat: no-repeat;
  background-position: left;
}

div#company_name {
  float: right;
  padding-top: 60px;
  height: 40px;
  width: 450px;
  background-image: url(images/company_name.png);
  background-repeat: no-repeat;
  background-position: right;
}

div#line_header {
  margin-top: 10px;
  border-top: 1px solid #EEE;
}

div#slogan {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
  background-image: url(images/slogan.png);
  background-repeat: no-repeat;
}

div#box01, div#box02, div#box03 {
  float: left;
  width: 260px;
  height: 355px;
  padding: 18px;
  padding-top: 13px;
  background-image: url(images/box_backgrd_off.png);
  background-repeat: repeat-x;
}

div#box02 {
  margin-left: 10px;
  margin-right: 10px;
}

div#box01:hover, div#box02:hover, div#box03:hover {
  background-image: url(images/box_backgrd_on.png);
}

div#title_box01, div#title_box02, div#title_box03 {
  height: 40px;
  background-repeat: no-repeat;
}

div#title_box01 {
  background-image: url(images/title_box01.png);
}

div#title_box02 {
  background-image: url(images/title_box02.png);
}

div#title_box03 {
  background-image: url(images/title_box03.png);
}

div#float_finisher {
  clear: both;
}

div#line_footer {
  margin-top: 15px;
  border-top: 1px solid #EEE;
}

div#footer {
  margin-top: 5px;
  margin-bottom: 10px;
}

div#adresse {
  float: left;
  color: #FFF;
}

div#impress {
  text-align: right;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #ACE611;
  color: #933;
}


div#suchbegriffe {
  visibility: hidden;
}
