html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
  font-family:"Tahoma", sans-serif;
  font-size:11px;
  line-height:18px;
  color:#737570;
  background:url('/con/cms/images/bg-body.gif') #fff repeat-x;
  text-align:justify;
}

.contact {
  font-size:12px;
  line-height:20px;
}

a {
  text-decoration:underline;
  color:#7abcb7;
}

a:hover {
  color:#4a8c97;
}

a img {
  border:none;
}

p {
  margin:0 0 1em 0;
}

h1, h2 {
  font-weight:normal;
  font-family:"Times New Roman", Times, serif;
  color:#7abcb7;
  font-size:24px;
  line-height:28px;
  margin:2em 0 1em 0;
  border-bottom:1px solid #efefef;
}

.hervorheben {
  color:#7abcb7;
}

.firstHeading {
  margin-top:0;
}

h3 {
  font-weight:normal;
  font-family:"Times New Roman", Times, serif;
  color:#7abcb7;
  font-size:20px;
  margin:2em 0 0.2em 0;
}

h4, h5, h6 {
  font-weight:bold;
  color:#7abcb7;
  font-size:1em;
  margin:1em 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration:none;
}

ul {
  margin:0 0 1em 0;
  padding:0;
  list-style-type:none;
}

ul ul {
  padding-left:1em;
}

ul li {
  list-style-image:none;
  padding:0 0 0 21px;
  margin:0;
  background:url("/con/cms/images/list-icon-cross.gif") transparent no-repeat 11px 6px;
}

* html ul li {
  background-position:11px 7px;
}

.center {
  text-align:center;
}

#container {
  position:relative;
  background:url('/con/cms/images/bg-container.gif') transparent no-repeat left top;
  min-height:100%;
  width:950px;
  margin:0 auto;
}

* html #container {
  height:100%;
}

#logo {
  position:absolute;
  border-bottom:none;
  margin:0;
  width:190px;
  height:109px;
  background:url("/con/cms/images/bg-container.gif") transparent no-repeat;
  overflow:hidden;
}

#logo a {
  display:block;
  text-indent:-9999px;
  width:190px;
  height:0;
  padding-top:109px;
  background:url("/con/cms/images/bg-container.gif") transparent no-repeat;
  overflow:hidden;
}

#languages {
  position:absolute;
  top:12px;
  right:0;
}

#languages a {
  color:#737570;
  padding:0 0 0 20px;
  line-height:12px;
  background:url("/con/cms/images/list-icon.gif") transparent no-repeat 10px 6px;
  text-decoration:none;
}

#navigation {
  position:absolute;
  top:90px;
  right:0;
  height:49px;
  width:auto;
  list-style-type:none;
  margin:0;
  padding:0;
}

#content {
  padding:214px 0 100px 0;
}

#sidebar {
  width:190px;
  float:left;
}

#main {
  width:710px;
  float:right;
}

#content.contact {
  min-height:388px;
  padding-left:20px;
  background:url("/con/cms/images/bg-contact.jpg") transparent no-repeat 467px 274px;
  border-bottom:1px solid #efefef;
}

* html .contact {
  height:388px;
}

.contact #main {
  width:580px;
}

.contact #form {
  width:320px;
  float:left;
}

#footer {
  position:relative;
  margin:-30px 0 0 0;
  z-index:1;
  height:30px;
  background-color:#e1e1e1;
}

#footer p {
  margin:0 auto 0 auto;
  font-size:10px;
  line-height:30px;
  height:30px;
  width:950px;
  color:#adadad;
  text-align:right;
  background:url("/con/cms/images/bg-footer.gif") transparent no-repeat;
}

#footer a {
  color:#8d8d8d;
  text-decoration:none;
}

#footer a:hover {
  color:#6d6d6d;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

