* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 1em;
}

body {
  background: #fcfcfc url("/images/layout/page_bg.gif") repeat-x;
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  text-align: center;
  color: #373737;
}

.engineering a,
.engineering a:visited,
li.engineering a,
li.engineering a:visited {
  text-decoration: none;
  color: #FF8B19;
}

.communication a,
.communication a:visited,
li.communication a,
li.communication a:visited {
  text-decoration: none;
  color: #94B145;
}

.translation a,
.translation a:visited,
li.translation a,
li.translation a:visited {
  text-decoration: none;
  color: #0072ca;
}

ul,
ol {
  margin-left: 0;
  padding: 0 0 0 18px;
  list-style-position: outside;
}

#main a:hover,
#main a:focus,
#main a:active {
  text-decoration: underline;
}

.home #main a:hover,
.home #main a:focus,
.home #main a:active {
  text-decoration: none;
}

#main h2 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

#main h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1em;
}

h1,
h2,
h3 {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  font-size: 1em;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 15px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

.bordered,
.bordered th,
.bordered td {
  border: 1px solid #c1c1c1;
  padding: 2px 5px;
}

hr {
  border-top: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

:target {
  background-color: #f0f0f0;
}

.small {
  font-size: 0.9em;
}

.small2 {
  font-size: 0.75em;
}

/* Struktur */

#page {
  margin: 50px auto;
  text-align: left;
  width: 850px;
  position: relative;
}

/* IE6... no comment \*/
* html #page {
  overflow: hidden;
}
/* */

#page_head {
  position: relative;
  font-size: 0.87em;
  padding-bottom: 5px;
  background: url("/images/layout/head_bg.gif") no-repeat left bottom;
}

.default #page_body {
  background: #fff url("/images/layout/body_bg.gif");
}

#main {
  padding: 20px 0 0 0;
  width: 470px;
  font-size: 0.71em;
  line-height: 1.45em;
  float: left;
}

#left,
#right {
  width: 170px;
  font-size: 0.71em;
  padding-top: 16px;
}

#left {
  float: left;
  margin-right: 20px;
  padding-bottom: 200px;
}

#right {
  margin-left: 20px;
  float: right;
}

/* \*/
* html #left,
* html #right {
  overflow-x: hidden;
}
/* */

#footer {
  clear: both;
  padding-top: 0.2em;
  font-size: 0.63em;
  color: #c7c7c7;
  position: relative;
  height: 2em;
  top: 2.2em;
  background: url("/images/layout/foot_bg.gif") no-repeat;
}

/* \*/
* html #footer {
  height: 35px;
}
/* */

/* Kopfbereich */
h1#claim {
  display: none;
}


/* Metanavigation */

#metanav {
  position: absolute;
  right: 0;
  top: 2px;
  list-style-type: none;
  color: #c7c7c7;
}

#metanav li {
  display: inline;
}

#metanav li a {
  font-size: 0.8em;
}

#metanav .li_sep {
  padding: 0 0.4em;
}

#metanav li a:hover,
#metanav li a:focus,
#metanav li a:active {
  text-decoration: underline;
}

/* Marginalspalten */

#right ul,
#left ul {
  padding: 0;
  border-top: 1px solid #fff;
  list-style-type: none;
}

* html #right ul,
* html #left ul {
  height: 1%;
}

#right ul li,
#left ul li {
  border-bottom: 1px solid #fff;
}

#left ul li.children {
  border-bottom: 0;
}

#right ul li a,
#left ul li a {
  display: block;
  width: 150px;
  padding: 5px 10px 4px 10px;
}

* html #right ul li a,
* html #left ul li a {
  width: 170px;
}

#left ul li a {
  padding-left: 15px;
  width: 145px;
}

.translation #left ul li a {
  background: url("/images/layout/navi_bg_translation.gif") repeat-y;
}

.communication #left ul li a {
  background: url("/images/layout/navi_bg_communication.gif") repeat-y;
}

.engineering #left ul li a {
  background: url("/images/layout/navi_bg_engineering.gif") repeat-y;
}

.translation #left ul li a:hover,
.translation #left ul li a:focus,
.translation #left ul li a:active,
#right ul li.translation a:hover,
#right ul li.translation a:focus,
#right ul li.translation a:active {
  background-color: #0072ca;
  color: #fff;
}

.engineering #left ul li a:hover,
.engineering #left ul li a:focus,
.engineering #left ul li a:active,
#right ul li.engineering a:hover,
#right ul li.engineering a:focus,
#right ul li.engineering a:active {
  background-color: #FF8B19;
  color: #fff;
}

.communication #left ul li a:hover,
.communication #left ul li a:focus,
.communication #left ul li a:active,
#right ul li.communication a:hover,
#right ul li.communication a:focus,
#right ul li.communication a:active {
  background-color: #94B145;
  color: #fff;
}

#left ul li a.active {
  font-weight: bold;
}

#left ul li li a{
  padding-left: 30px;
  width: 130px;
}

* html #left ul li li a{
  width: 170px;
}

#left h1,
#right h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
}

#left h1 {
  padding-left: 15px;
  margin: 0 0 -1px 0;
}

#right h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}

#right img {
  margin: 0 0 10px 10px;
}

#right p img {
  border: 0;
  margin: 0;
  vertical-align: middle;
}

#right p,
#right h3 {
  padding-left: 10px;
}


/***********
 * Sitemap *
 ***********/

#main .sitemap ul {
  padding: 0;
  margin: 0;
}

#main .sitemap li {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-image: none;
  list-style-type: none;
}

#main .sitemap li li {
  margin: 0 0 10px 0;
}

#main .sitemap li span {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.3em;
}

#main .sitemap ul ul {
  margin: 10px 0 20px 15px;
}

#main .sitemap ul ul li span {
  border: 0;
  padding-bottom: 0;
  font-size: 1.15em;
}

#main .sitemap ul ul ul li span {
  font-size: 1em;
}


/* hebt Floating auf */

br.clear {
  clear: both;
  font-size: 0;
  display: block;
  line-height: 0;
  height: 0;
}

.home #page_body {
  text-align: center;
}

.home #main {
  width: 850px;
  margin: auto;
  float: none;
  text-align: left;
}

.home #main .block-container {
  width: 850px;
  margin: 20px 0;
}

.home #main .homeblock {
  width: 268px;
  background: #f0f0f0;
  float: left;
  margin: 10px;
  height: 325px;
  border: 1px solid #c1c1c1;
  overflow: hidden;
}

.home #main .homeblock.engineering {
  margin-left: 0;
}

.home #main .homeblock.communication {
  margin-right: 0;
}

.home #main div.homeblock:hover {
  background: #e0e0e0;
}

.home #main .homeblock h2 {
  margin: 0;
}

.home #main .homeblock h2 a {
  padding: 10px 10px 10px 10px;
  display: block;
}

.home #main p {
  padding: 0 10px;
}

.home #main .homeblock p a {
  padding: 0px 10px 0px 0px;
  margin: 0;
  line-height: 150%;
}

.home #main .homeblock p {
  color: #373737;
  display: block;
  padding: 10px 0px 10px 10px;
}

.co {
  margin-bottom: 20px;
}

.twocol {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.val {
  width: 25%;
  text-align: center;
  white-space: nowrap;
}

.angebot {
  text-align: center;
  border: 2px solid #ff8b19;
  margin: 20px auto;
  padding: 1px;
  width: 152px;
}

* html .angebot {
  margin: 30px 7px;
}

.angebot a,
.angebot a:visited {
  display: block;
  width: 150px;
  color: #f0f0f0;
  background: #ff8b19;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  border: 1px solid;
  text-transform: uppercase;
}

.workshop {
  margin: 40px 0;
}

.workshop h2 {
  color: #fff;
  background: #ff8b19;
}

.workshop p {
  padding: 10px;
  margin: 10px;
  background: #ddd;
  line-height: 1.35em;
}

.workshop a:hover,
.workshop a:focus,
.workshop a:active {
  text-decoration: underline !important;
}

.image {
  margin-bottom: 10px;
}

.image a       { cursor: url("/images/layout/lupe_inc.cur"), pointer; }
.image a.large { cursor: url("/images/layout/lupe_dec.cur"), pointer; }

.image img {
  width: 470px;
}

.image .large img {
  width: 740px;
  margin: 0 -145px;
  padding: 10px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  z-index: 5;
  position: relative;
}

/* \*/
* html .image .large {
  position: relative;
  left: -145px;
  margin-right: -500px;
  display: block;
}

* html .image .large img {
  margin: 0;
  display: block;
  border: 10px solid #fff;
}
/* */



form {
  padding: 0 0 20px 90px;
}

input.text {
  border: 1px solid #c7c7c7;
  padding: 1px 2px;
  width: 200px;
  margin-top: 7px;
}

input.submit {
  padding: 1px 2px;
  color: #fff;
  background: #FF8B19;
  font-weight: bold;
  margin-top: 7px;
}

ul.contractible {
	list-style: none;
}

ul.contractible li h3 {
	cursor: pointer;
}



/****************
 * Druckversion *
 ****************/

@media print {

  #left,
  #metanav,
  #footlinks,
  #seperator {
    display: none;
  }

  #main,
  #right {
    float: none;
  }

  #right {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
  }

  #page {
    position: relative;
    width: 650px;
  }

  #page_head {
    height: 80px;
  }

  #logo {
    top: 0;
  }

  #footer {
    margin-left: 0;
  }

}
