* {
    margin: 0;
    padding: 0; 
/*    border: 0 none; */
}

body {
    background: #FFFFFF;
/*    text-align: center;*/
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}

.textbold,
a {
  color:#ac8367;
  font-weight:normal;
  text-decoration: underline;
}

.clearer{
	clear:both;
}

div#buehne {
     width: 823px;
/* height: 611px;*/
/*    margin: 0 auto; */
}

#content {
  background-color: #FFFFFF;
}

#contentRight,
#contentMiddle,
#contentLeft,
.label,
.formw{
  float: left;
}

#contentLeft{
  width:324px;
  text-align:right;
}


#contentMiddle{
  width:297px;

}
#contentMiddle .row{
  clear:left;
}
#contentMiddle .label{
  width:73px;
  margin-bottom: 8px;
}
#contentMiddle .formw{
  width: 224px; 
  margin-bottom: 8px; 
}
#contentRight{
  width:202px;
  height: 278px;
  background:  url(../img/bildrahmen.jpg) 1px 0px no-repeat;  

}

#contentLeft .borderLeft{
  width:324px;
  height: 125px;
  background:  url(../img/bg_contentLeft.gif) repeat-y;  

}
#contentLeft .borderLeftContent{
  padding-right: 13px;
  line-height: 13pt;
}
#contentRight .borderRightContent{
  padding-left: 13px;
  line-height: 12pt;
}

#content p {
  margin-top: 20px;
  line-height: 13pt;
  text-align:justify;
}
#textpic{
  float:left;
  margin-top:23px;
  margin-right: 23px;
  margin-bottom: 23px;

}

#content p.smalltext {
}

#content #p1,
#content #p2 {
}

#content a {
}

#content ol {
}

#content ul {
  list-style-type:none;
}

#content ul li {
  padding: 0 0 3px 20px;
  background:  url(../img/link.gif) 0px 1px no-repeat;  
}
#content ul li a{
  color:#000;
  text-decoration: underline;
  font-weight: normal;
}


#content p.float {
}

#headline{
  padding:0px;
  margin:0px;
  margin-top:15px;
}
#head{
  padding:0px;
  margin:0px;
  margin-bottom:-2px;
}



/* ########################### Formular-Elemente ######################### */

#mailform{
  position:relative;
  height: 270px;
  width: 297px; 
}

#mailform textarea,
#mailform input{
	border: 1px solid #dfdfdf;
  width: 224px;
  height: 13px;
 	margin:0px;
	padding:0px;
	background-color:#e0dedf;
	font-family: Verdana,sans-serif;
  font-size:10px;  
}

#mailform textarea{
  height: 92px;
}
#mailform #mailformPLZ{
 	margin:0px;
	padding:0px;
  width: 92px;
}

#mailform #mailformOrt{
 	margin:0px;
	padding:0px;
  width: 125px;
  margin-left:3px;  
}
#mailform #mailformSubmit{
  position: absolute;
  right: 0px;
  bottom:0px;
  width: 66px;
  height: 17px;
}

.tiefstellen{
  margin-bottom:-3px;
}
#spacer{
  height: 16px;

}