html {
	padding: 0;
  font-family : verdana, helvetica, sans-serif;
  font-size   : 10px;
  line-height : 14px;
  background       : #eeeeee;
  border:10px solid #fff;
  color:#616161;
}
div {
}
img {
  border  : 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
  font-weight : normal;
  color : #e816e1;
  text-decoration : none;
}
a:hover {
  text-decoration : none;
}
a.grey {
  font-weight : normal;
  color : #616161;
  text-decoration : none;
}
a.grey:hover {
  text-decoration : none;
  color : #e816e1;
}
h3 {
  padding:0;
  margin:0;
  font-weight:bold;
  color:#16ace8;
  font-size:10px;
}
#container {
  position        : relative;
  text-align      : left;
  margin-left     : auto;
  margin-right    : auto;
  width           : 840px;
  min-height      : 570px;
  height          : auto !important;  /* fr moderne Browser */
  height          : 570px;  /*fr den IE */
}
#header{
  width:841px;
  height:470px;
  background:url(../img/header.png) top left no-repeat;
}
#bar {
  padding-top:390px;
  width:620px;
}
#bar div {
  padding:4px 10px 4px 10px;
  text-align:center;
  float:left;
}
#bar_name {
  background:#000;
  color:#e816e1;
}
#bar_biz {
  background:#068eef;
  color:#ecfb91;
}
#bar_street {
  background:#efdb06;
  color:#c23d04;
}
#bar_zip {
  background:#ef0683;
  color:#a7f8ee;
}
#bar_tel {
  background:#38ef06;
  color:#066f7e;
}
#bar_email {
  background:#8700e1;
  color:#dcef06;
}
#bar_email a {
  color:#D5F00D;
}
.headlines{
  border-top:5px solid #fff;
  padding:12px 0 18px 0;
}
.visual{
  margin-bottom:10px;
}
#makro {
  background:url(../img/footer.jpg) top left no-repeat;
  padding-top:32px;
}
#person{
  padding:0 0 32px 0;
}
#links{
  padding:0 0 68px 0;
}
#footer{
  padding:0 0 20px 0;
}

