html{
  height: 100%;
}
body {
  margin:0;
  padding:0;
  height: 100%;
  background: #9d9d9d url(/assets/images/body_bg.jpg) repeat-x top;
  }
body,table,input,textarea,select,button {
  font-family:arial, sans-serif;
  font-size:12px;
  color:#000;
  line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6{

}
h1 {
  font-size:14px;
  font-weight:bold;
  color:#77052b;
  font-style: italic;
}
#header h1{
  display: none;
}
h2 {
  font-size:13px;
  font-weight:bold;
  color:#77052b;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
h4, h5, h6{
  font-size: 12px;
}
a {
  color:#77052b;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
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;
}
/* 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: 760px;
  height: 50px;
  margin: 0 auto;
}
#toplinks ul{
  float: right;
  color: #fff;
  font-size: 11px;
  margin: 25px 15px 0 0;
  list-style: none;
}
#toplinks li{
  float: right;
  list-style: none;
}
#toplinks a{
  margin: 0 3px;
  color: #fff;
  text-decoration: none;
}
#toplinks ul.lang-de a.de,
#toplinks ul.lang-en a.en,
#toplinks a:hover{
  border-bottom: 2px solid #fff;
}
#toplinks a.de{
  float: left;
  display: block;
  background: url(/assets/images/flag-de.png) no-repeat;
  width: 16px;
  height: 17px;
}
#toplinks a.en{
  float: left;
  display: block;
  background: url(/assets/images/flag-en.png) no-repeat;
  width: 16px;
  height: 17px;
}
#container{
  background: url(/assets/images/container_bg.png) repeat-y;
  width: 760px;
  margin: 0 auto;
}
#main{
  width: 750px;
  min-height: 300px;
}
#header{
  background: url(/assets/images/header.jpg) no-repeat;
  width: 750px;
  height: 130px;
}
#content{
  padding: 20px 20px;
  width: 710px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
#footer{
  background: url(/assets/images/footer_bg.png) no-repeat;
  width: 760px;
  height: 33px;
  margin: 0 auto;
}
#footer p{
  font-size: 11px;
  line-height: 26px;
  margin: 0 0 0 22px;
}
/*Navigation
********************************/
#nv{
  height: 60px;
  padding: 0 16px;
}
#nv ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#nv ul li{
  list-style: none;
}
#nv1,
#nv2{
  border-bottom: 1px dotted #333333;
  height: 29px;
  line-height: 29px;
}
#nv1 ul li{
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  color: #787978;
}
#nv1 ul li a{
  color: #787978;
  margin-right: 5px;
}
#nv2 ul li{
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #787978;
}
#nv2 ul li a{
  color: #787978;
  margin-right: 5px;
}
#nv ul li a{
  text-decoration: none;
}
#nv ul li a:hover,
#nv ul li a.a1,
#nv ul li a.s1{
  color: #9a0637;
}
