body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  list-style-image: url(../../grafiken/aufzaehlung.gif);
  line-height: 18px;
  background-color: #E1E6EB;
    height: auto;
}





div.kopf {
  background-image: url(../../grafiken/kopf.jpg);
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 800px;
}

div.slogan {
  background-image: url(../../grafiken/slogan.gif);
  background-repeat: no-repeat;
position:absolute;
width:367px;
height:102px;
z-index:1;
left: 375px;
top: 160px;
}


div.adresse {
  position:absolute;
  width:200px;
  height:102px;
  z-index:1;
  left: 5px;
  top: 200px;
  font-size: 10px;
  line-height: 12px;
  color: #041E34;
}

div.nav-horizontal{
  position: absolute;
/*height:200px;*/
  /*width: 700px;*/
  right: 20px;
  top: 270px;
  z-index:10;

}

table.nav{
	bottom: 0px;

}

div.content {
  position:absolute;
  width:700px;
  z-index:5;
  left: 272px;
  top: 266px;
  height: auto;
  text-align: left;
}





h1 {
  font-weight: bold;
  color: #0063A5;
  font-size: 13px;
}

h2 {
  font-weight: bold;
  color: #999999;
  font-size: 13px;
}

h3 {
  font-weight: bold;
  color: #CC0000;
  font-size: 17px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

a:link
{
  font-size: 16px;
  font-weight: normal;
  color: #0063A5;
  text-decoration: none;
}

a:visited
{
  font-size: 16px;
  font-weight: normal;
  color: #0063A5;
  text-decoration: none;
}

a:hover
{
  font-size: 16px;
  font-weight: normal;
  color: #CC0000;
  text-decoration: none;
}

a:active
{
  font-size: 16px;
  font-weight: normal;
  color: #CC0000;
  text-decoration: none;
}
hr {
  border: medium dotted #CCCCCC;
}





.Bezeichnung
{
  float: left;
  width: 120px;
  font-weight : bold;
}







div.ar_text {
  position:relative;
  left:25px;
  top:20px;
  width: 450px;

}


div.ar_box {
  position:relative;
  border:1px solid #ffffff;
  left:20px;
  /*top:210px;*/
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  width: 240px;
  -moz-box-shadow: 5px 5px 3px #C7C7C7;
  -webkit-box-shadow: 5px 5px 3px #C7C7C7;
  box-shadow: 5px 5px 3px #C7C7C7;
  padding: 0px 10px;
  margin-top: 20px;
  background-color: #FFFFFF;
  background-image: url(../../grafiken/hintergrund-box.jpg);
  background-repeat: no-repeat;
}

p.box-head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-variant: small-caps;
  color: #041E34;

}
