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

body {
  font-family: verdana, arial, sans-serif;
  font-size: 85%;
  padding: 0;
  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;
}

fieldset{
  border: 1mm solid #ccc;
}


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

.unsichtbar,
p#motive,
#servicemenue,
#hauptmenue,
hr {
  display: none;
}

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

#logo {
  display: block;
  height: 45px;
}

#logo img {
  width: 145px;
  height: 45px;
}

/* 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;
}