* {
  margin: 0;
  padding: 0;
}


body {
  background: #fff;
  font: 18px Arial, Verdana sans-serif;
  text-align: left;
}

body * {
  margin: 0;
  padding: 0;
}

#container a {
  color: #f48000;
  text-decoration: none;
}

#vcard {
  background: url(../img/vcard_meinBogenland.png) left top no-repeat;
  height: 450px;
  margin: 20px auto 0;
  width: 806px;
}

#abstract {
  color: #75382a;
  left: 380px;
  padding: 0;
  position: relative;
  text-align: left;
  top: 20px;
  width: 380px;
}

#abstract .webLink {
  font-style: italic;
  margin-bottom: 5px;
  width: 380px;
}

#abstract span.domainName {
  font-size: 26px;
  font-style: normal;
  letter-spacing: 0.5px;
}

#abstract .head {
  font-size: 22px;
  margin-bottom: 6px;
  width: 380px;
}

#abstract .courseInfo {
}


#addressInfo {
  color: #75382a;
  height: 220px;
  left: 40px;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  text-align: left;
  top: 80px;
  width: 280px;
}

#addressInfo .address {
  margin-bottom: 10px;
}

a.mailtoLink {
  color: #f48000;
  text-decoration: none;
}


#construction {
  background: #f8d1a6 url(../img/borderBottom.png) left bottom repeat-x;
  color: #75382a;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  width: auto;
}

