BODY {
	font-size: 14px;
	padding: 0px;
	color: #000;
	font-family: trebuchet MS;
	background: #F8F8F8 url(/img/body.gif);
}
img {
  border: none;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#page {
  width: 1000px;
  float: left;
  background: #FFFFFF;
  padding: 0 15px;
  margin: 20px 0;
  border: 4px solid #dedede
}
#head {
  width: 100%;
  float: left;
  padding: 0 0 5px 0;
  margin: 0 0 3px 0;
}
.logo {
  float: left;
  width: 350px;
  height:85px;
  margin: 10px 0 0 0;
}
.logo h1 {
  font-size: 35px;
  font-family: 'Pinyon Script',cursive; 
  color: #222222;
  font-weight: normal;
  margin: 5px 0 5px 0;
}
.logo h3 {
  font-size: 35px;
  font-family: 'Pinyon Script',cursive; 
  color: #222222;
  font-weight: normal;
  margin: 5px 0 5px 0;
}
.logo span {
  float: right;
  text-align: right;
  color: #F25619;
  text-transform: uppercase;
  margin: 0 32px 0 0;
}
.logo h1 a {
  color: #222222;
}
.logo h3 a {
  color: #222222;
}
.logo img {
  border: none;
}
.logo a {
  text-decoration: none;
}
.telno {
  float: right;
  text-align: center;
  background: url("/img/telno.gif") no-repeat;
  width: 252px;
  height: 92px;
  margin: 15px 0 10px 0;
}
.telnoName {
  font-size: 19px;
  text-transform: uppercase;
  color: #222222;
  margin: 35px 0 0 0; 
}
.telnoNumber {
  font-size: 18px;
  color: #F25619;
}
.navi {
    float: left;
    width: 100%;
    height: 40px;
    margin: 15px 0 0 0;
    padding: 10px 0;
    background: url("/img/navibg.png") no-repeat;
}
.navi ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.navi ul li {
    float: left;
    font-size: 14px;
    list-style: none outside none;
    padding: 0;
    text-transform: uppercase;
}
.navi ul li a {
    border-right: 1px dotted #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 9px 52px 9px 50px;
    position: left;
    text-decoration: none;
    text-transform: uppercase;
}
.navi ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.navi ul li:last-child a {
    border: none;
}
.content {
    float: left;
    padding: 0 0 10px 0;
    margin: 5px 0 0 0;
}
.content h2 {
  font-size: 25px;
  font-family: 'Pinyon Script',cursive; 
  color: #222222;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.content p {
  text-align: justify;
  line-height: 20px;
  margin: 10px 0;
}
.contentImg {
  margin: 0 0 20px 0;
}
.content ol li {
  margin: 10px 0;
}
.referenz {
  float: left;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.referenz h2 {
  width: 97%;
  border-bottom: 1px dotted #dedede;
  font-weight: normal;
  font-family: trebuchet MS; 
  color: #6094BD;
  margin: 0 0 0 5px;
  padding: 8px 0 8px 0;
}
.referenz p {
   width: 95%;
   padding: 0 8px;
}
.referenz img {
  padding: 10px;
  border: 1px solid #dedede;
  margin: 0 0 20px 0;
}
.referenzL {
  background: #fafafa;
  float: left;
  width: 310px;
  border: 1px solid #dedede;
  margin: 0 32px 0 0;
}
.referenzR {
  background: #fafafa;
  float: right;
  width: 310px;
  border: 1px solid #dedede;
}
/*######### FOOTER #############*/
#footer {
  width: 100%;
  float: left;
  border-top: 1px dotted #dedede;
  margin: 3px 0 35px 0;
}
.footerNavi {
  width: 300px;
  float: right;
  margin: 0;
}
.footerNavi ul {
  list-style: none;
}
.footerNavi ul li {
  border-bottom: 1px dotted #dedede;
  padding: 10px 0;
}
.footerNavi ul li {
  border-bottom: 1px dotted #dedede;
  padding: 10px 0;
}
.footerNavi ul li:last-child {
  border-bottom: none;
}
.footerNavi ul li a {
  color: #000000;
  text-decoration: none;
}
.footerNavi ul li a:hover {
  color: #E10920;
  text-decoration: underline;
}
.footerCopy {
  width: 100%;
  float: left;
  border-top: 1px dotted #DFDFDF;
}
.footerCopy p {
  color: #666666;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
}