html{
  height: 100%;
}
body {
  margin:0;
  padding:0;
  height: 100%;
  background: url(/assets/images/body-verlauf.png) #d36069 repeat-x;
  }
body,table,input,textarea,select,button {
  font-family: verdana, sans-serif;
  font-size:12px;
  color: #6B1321;
  line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,p,table,form,fieldset {
  margin:0 0 10px 0;
}
h1 {
  font-size:22px;
  font-family:georgia,serif;
  font-weight:normal;
  line-height:24px;
}
#header h1{
  display: none;
}
h2 {
  font-size:18px;
  font-family:georgia,serif;
  font-weight:normal;
  line-height:20px;
}
h3{
  font-size: 15px;
}
h4, h5, h6{
  font-size: 14px;
}
a {
  color:#d36069;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
.left{
  float: left;
}
.right{
  float: right;
}
img.left {
  float:left;
}
img.right {
  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
********************************/
#container{
  width: 942px;
  margin: 0 auto 20px auto;
}
#header{
  background: url(/assets/images/header.png) no-repeat;
  width: 942px;
  height: 236px;
}
#main{
  background: url(/assets/images/main-bg.png) repeat-y;
  width: 942px;
  padding: 15px 0 0 0;
}
#main-left{
  float: left;
  width: 195px;
  padding: 0 0 0 49px;
  margin:0 20px 0 0;
}
#content{
  float: left;
  margin: 0 0 20px 0;
  min-height:350px;
  height:auto !important;
  height:350px;
  width: 665px;
}
#main-bottom{
  background: url(/assets/images/main-bottom.png) no-repeat;
  width: 942px;
  height: 13px;
}
/*Navigation
********************************/
#nv1{
  width: 920px;
  height: 56px;
  float: left;
  margin: 158px 0 0 0;
}
#nv1 ul{
  display: block;
  list-style:none;
  line-height: 56px;
  height: 56px;
  margin: 0;
  padding: 0 0 0 160px;
}
#nv1 ul li{
  float: left;
  line-height: 56px;
  margin: 0 20px 0 0;
}
#nv1 ul li a{
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  text-decoration: none;
}
#nv1 ul li a:hover,
#nv1 ul li a.a1,
#nv1 ul li a.s1{
  color: #d26068;
}
#nv2{
  width: 195px;
  font-size: 12px;
}
#nv2 ul.d1{
  padding: 10px 0;
  background: #f0abb0;
  margin: 0 0 20px 0;
  list-style: none;
}
#nv2 ul.d2{
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
#nv2 li.d1{
}
#nv2 a{
  color: #d36069;
  text-decoration: none;
  height: 25px;
  display: block;
  margin: 0;
  line-height: 25px;
  padding: 0 0 0 20px;
}
#nv2 a.d1{
  font-size: 14px;
}
#nv2 a.d2{
  font-size: 12px;
}
#nv2 a:hover,
#nv2 a.a1,
#nv2 a.s1{
  color: #9c4049;
}
/*Footer
********************************/
#footer{
  background: url(/assets/images/footer.jpg) no-repeat;
  width: 920px;
  height: 152px;
  margin: 0 0 0 9px;
  font-family: arial, sans-serif;
  color: #fff;
  font-size: 10px;
}
#footer p{
  float: right;
  margin: 112px 30px 0 0;
}
#footer a{
  color: #fff;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline;
}
