@charset "UTF-8";

#navi a:link, #navi a:visited{
  display:block;
  background-image:url('images/porz_no.jpg');
  background-repeat:no-repeat;
  height:250px;
}
#navi a:hover, #navi a:active, #navi a:focus{
  display:block;
  background-image:url('images/porz_ro.jpg');
  background-repeat:no-repeat;
  height:250px;
}
#link_bayenthal{
  display:block;
  background-image:url('images/bayenthal_no.jpg');
  background-repeat:no-repeat;
}
#link_bayenthal:hover{
  background-image:url('images/bayenthal_ro.jpg');
}
#block{
  width:350px;
  padding-left:50px;
  padding-right:50px;
  height:auto;
  text-align:center;
  background-color:#af9bc8;
  color:#FFF;
  font-size:10px;
  line-height:12px;
  margin-top:0px;
  padding-top:15px;
  padding-bottom:15px;
}
#block h3{
  color:#FFF;
  font-size:12px;
  padding:0px;
  margin:0px;
  font-weight:bold;
}

.kontakt{
  margin-left:50px;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

ul li{
  list-style-image:url(images/li.jpg);
  margin-left:25px;
  color:#622081;
}

h3{
  font-weight:normal;
  color:#622081;
  margin-left:25px;
  margin-bottom:5px;
  margin-top:40px;
}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#898989;
  line-height:20px;
  overflow-y:scroll;
  overflow-x:hdden;
}

h1{color:#622081;font-size:16px; font-weight:normal;}
h2{color:#622081;font-size:12px; font-weight:normal;}

#container{
  position:absolute;
  width:1000px;
  min-height:700px;

  top:50px;
  left:50%;

  margin-left:-500px;
}
#links{
  position:absolute;
  width:200px;
  min-height:700px;

  top:0px;
  left:0px;
}

#mitte{
  position:absolute;
  width:400px;
  min-height:700px;

  top:0px;
  left:300px;
}

#rechts{
  position:absolute;
  width:200px;
  min-height:700px;

  top:0px;
  left:800px;

}
#logo{
  position:absolute;
  width:250px;
  height:125px;
  top:0px;
  left:0px;

}
#navi{
  position:absolute;
  width:250px;
  min-height:200px;

  top:155px;
  left:0px;

}
#navi2{
  position:absolute;
  width:250px;
  min-height:200px;

  top:155px;
  left:0px;

}
#title{
  position:absolute;
  width:600px;
  height:25px;

  top:150px;
  left:0px;

}
#content{
  position:absolute;
  width:450px;
  min-height:500px;

  top:200px;
  left:0px;

  background-image:url('images/blume.jpg');
  background-repeat:no-repeat;
  background-position:0px 325px;
}