body {
  font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background:#f9f7fa;
  /*background: url(../images/background.jpg) no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0px;
}

#content {
  margin: 0px auto;
  width: 800px;
  background-color:rgba(255,255,255,0.5);
}

h1 {
  font-size: 11px;
}

a {
	color: #6c2188;
  text-decoration: none;

}

a:hover {
  color: #6c2188;
}

#navigation {
  position: absolute;
  width: 163px;
  top: -345px;
  margin-left: 33px;
  padding: 0px;
  height: 800px;
  z-index: 10;
  color:#6c2188;

}


#topnavi {
  position: absolute;
  top: 10px;
  margin-left: 523px;
  z-index: 20;
}

#topnavi ul{
  list-style-type: none;
  padding-left: 15px;
  padding-top: 3px;
  margin: 0px;
}

#topnavi ul li{
  float: left;  
}




#bottomnavi {
  position: absolute;
  bottom: 0px;
  top:511px;
  text-align:left;
  color:#474747;
  
 

}

#bottomnavi ul{
  list-style-type: none;
  text-align: center;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 7px;
  margin: -20px;
  text-align:left;
  color:#474747;
}

#bottomnavi ul ul{
  list-style-type: none;
  text-align: center;
  margin-left: 5px;
  
  margin-top: 5px;
  padding: 0 0 20 5;
  text-align:left;
  color:#474747;
}

#bottomnavi ul ul li{
  padding: 3px;
  color:#474747;
  width: 200px;
  height: 14px;
  margin-bottom: 5px;
}

#bottomnavi ul li {
  padding: 3px;
  color:#474747;
  width: 124px;
  height: 14px;
  margin-bottom: 5px;
}

#bottomnavi ul li a{
  padding-left: 23px;
  padding-top: 3px;
}

#bottomnavi li:hover {
  background-image:url(../images/pfeil_activ.png);
}

#bottomnavi a:hover {
  color: #fff;
}


.active {
  background-image:url(../images/pfeil_activ.png);
}

.active a{
  color: #ffffff;
}

.inactive {
  background-image:url(../images/pfeil.png);
}


#leftnavigation {
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
}

#leftnavigation ul {
  list-style-type: none;
}

#leftnavigation li {
  
}


    border: 1px solid rgb(127, 0, 0);
    border: 1px solid rgba(150, 148, 144, 0.75);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */  
  
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0); /* IE6-9 


*/




#inhalt {
  position: relative;
  background: #fffff;
  width: 100%;
  min-height: 650px;
  
}



#breadcrump {
  color: #6c2188;
  font-size:10px;

}

#breadcrump a {
  color: #6c2188;

}


#text {
  position: relative;
  margin-left: 208px;
  width: 430px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 17px;
  text-align: justify;
  color:#474747;
  border-left: 2px dotted #6c2188;
  min-height: 650px;
}



#pagefooter {
  position: relative;
 color:#FFF;
  
}

#footer {
  padding: 5px;
  text-align: center;
  color:#FFF;
 background-color: #6c2188;
}

table {
  font-size: 11px;
  color: #474747;  
   
}

table td{
  padding-bottom: 0px;
  vertical-align: middle;
}

table th{
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid black;
  
}

.price {
  text-align: right;
}


input[type="text"] {
  font-size: 11px;
  color: black;
  margin: 1px;
}

tr {
  vertical-align:middle;
}

fieldset {
  margin-top: 10px;
}

fieldset div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.name img{
  width: 140px;
}

.label {
  padding-top:4px;
    
}