/* Netzwerkseite ohne Landkarte*/
a:link {color: rgb(0, 0, 203); text-decoration: none;}
a:visited {color: rgb(0, 0, 103); text-decoration: none;}
a:hover {color: rgb(172, 36, 36); text-decoration: underline;}
body {
   background-color: white;
   color: black;
   font-family: Calibri,Arial,sans-serif; 
   margin: 0px 20px 40px 20px; 
   }
p.p-untertitel {
   margin: 0px;
   font-weight: bold;
   }
p.p-absatz {
   margin: 5px 0px 30px;
   line-height: 1.3;
   }
p.p-text {
   margin: 5px 0px 0px;
   line-height: 1.3;
   }
p.p-grau-fett {
   background-color: rgb(204, 204, 204);
   width: 90%;
   margin: 40px 0px 30px;
   padding: 2px 10px;
   font-weight: bold;
   }
div.einzug {
   margin-left: 10px;
   width: 90%;
   }  
   

a.liste {display: none;}
body h2 {
  margin: 60px 10px 0px 10px;
  padding: 0px;
  }
#menu {
  position: absolute;
  width: 95%;
  margin: 5px 0px;
  padding: 5px;
  font-size: smaller;
  font-weight: bolder;
  border-bottom: 2px solid #AC2424;
  }
#menu a {text-decoration: none;}
#menu a:link {color: #666666;}
#menu a:visited {color: #666666;}  
#menu a:hover {color: #000000; font-weight: bolder;}   


#menurechts {
  float: right;
  display: inline;
  }
 
#karte {
  font-size: 14px;
  line-height: 24px;
  }
#karte ul {
  margin-right: 30px;
  }
#spalte {
  float: left;
  width: 50%;
  }
#rechts {
  position: relative;
  margin: 15px 10px;
  clear: both;
  }

