
/* Allgemeine Elementeigenschaften */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  padding: 0;
  color: 000;
  margin: 1cm .5cm 0 .5cm;
}

a,
a:link,
a:visited{ 
  color: #000;
  text-decoration: none;
}

abbr {
  font-style: normal;
  border: none;
}

acronym {
  border: none;
}

img {
  border: 0;
}



/* Allgemeine Klassen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

#topinfo,
#wrappermainmenu,
#submenu,
#footer {
  display: none;

}


/* Inhalt */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#hauptinhalt,
#nebeninhalt {
  border-bottom:1mm solid #ddd;
}

h1 {
  font-size: 1.2em;
  line-height: 1.5em;
  clear:both;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: .9em;
}

#inhalt p,
#inhalt ul {
  line-height: 1.5em;
}