body {
  margin:0;
  padding:0;
  background:#e6e6e6;
}
body,table,input,textarea,select,button {
  font-family:arial, sans-serif;
  font-size:12px;
  color:#626262;
  line-height: 1.5em;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 0.5em 0;
  font-weight:normal;
}
h1 {
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#f28e00;
}
#header h1{
  display: none;
}
h2 {
  font-size:16px;
  line-height:20px;
  color:#f28e00;
}
h3{
  font-size: 14px;
  color: #f28e00;
}
h4, h5, h6{
  font-size: 12px;
  color: #525252;
  font-weight: bold;
}
ul {
  margin:0 0 .5em 0;
  padding:0;
}
ul li {
  margin:0 0 .3em 16px;
  padding:0;
}
a {
  color:#f5a416;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
.left{
  float: left;
}
.right{
  float: right;
}
img.left {
  margin:0 15px 10px 0;
  float:left;
}
img.right {
  margin:0 0 10px 15px;
  float:right;
}
.clear{
  clear: both;
}

table {
  font-size:11px;
  border-spacing:1px;
  margin:0 0 0.5em 0;
}
table th {
  background:#aaa;
  color:#fff;
  vertical-align:middle;
  text-align:center;
  padding:2px;
}
table td {
  background:#eee;
  vertical-align:middle;
  padding:2px;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/**************Master******************/
#toplinks {
  width: 975px;
  height: 20px;
  background: #fff;
  margin: 0 auto;
}
#toplinks p {
  /*margin: 0 0 0 725px;*/
  text-align:right;
  padding:0 20px 0 0;
}
#toplinks a {
  font-size: 11px;
  text-decoration: none;
  color: #000;
}
#toplinks a:hover {
  border-bottom:solid #000 3px;
}
#toplinks .lang-de a.de {
  border-bottom:solid #000 3px;
}
#toplinks .lang-en a.en {
  border-bottom:solid #000 3px;
}
#header-bg{
  background: #8f8f91;
  height: 140px;
  width: 100%;
}
#header{
  background: url(/assets/images/header.jpg) no-repeat 50% 0;
  height: 140px;
  margin: 0 auto;
  position: relative;
  left: -10px;
}
#main{
  width: 975px;
  background: #fff;
  min-height: 500px;
  margin: 0 auto;
}
#cont-left{
  float: left;
  width: 180px;
  margin: 20px 0;
  min-height: 300px;
}
#nv1{
  margin: 15px 0 0 0;
}
#nv1 ul{
  list-style: none;
  padding: 0;
  text-align: right;
  margin: 0;
}
#nv1 ul.d2 {
  margin: 5px 0;
  border-right:solid #f28e00 3px;
}
#nv1 ul li{
  margin: 0 10px 0 0;
  line-height: 20px;
}
#nv1 ul.d2 li {
  margin:0 0 4px 0;
  font-size: 11px;
  line-height:16px;
  padding:0 10px 0 0;

}
#nv1 ul li a {
  text-decoration:none;
}
#nv1 ul li a.d1{
  font-size: 14px;
  color: #a0a0a0;
}
#nv1 ul li a.d2{
  color: #a0a0a0;
}
#nv1 ul li a:hover, #nv1 ul li a.s1:hover, #nv1 ul li a.a1:hover{
  text-decoration: none;
  color: #f5a416;
}
#nv1 ul li a.s1, #nv1 ul li a.a1{
  color: #000;
}
#left-line{
  float: left;
  width: 19px;
  height: 180px;
  margin: 40px 0 0 0;

}
#cont-right{
  width: 775px;
  min-height: 300px;
  float: left;
  margin: 19px 0 20px 0;
  border-top: 1px solid #626262;
}
#content{
  width: 755px;
  margin: 20px 20px 0 0;
}
#footer{
  margin: 10px auto;
  text-align: center;
  color: #525252;
  font-size: 10px;
}