/* Stilvorlage für Gut-Benutzbar */

div.kopf{
  position: static;
  /*width: 100%;*/
  background-color: #ffffff;
  padding: 0px 0px 0px 1ex;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #6699CC #00ff00 #6699CC #00ff00;
  margin: 0px 0px 0px 0ex;
}

div.balken{
  background-color: #d4d5e4;
  padding:0px 0ex 0px 1ex;
  clear:both;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #00ff00 #00ff00 #00ff00 #00ff00;
  margin: 0px 0px 0px 0px;
}

div.menue{
  background-color: #f3f3f3;
  float:left;
  width:20ex;
  overflow: hidden;
  border-style:solid;
  border-width:0px 0px 0px 0px;
  border-color:#facf17 #facf17 #facf17 #facf17;
  margin: 0em 0px 0px 0px;
}

div.menueeintrag{
  width:100%;
  padding:3px 1ex 3px 1ex;
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:#ffffff #ffffff #ffffff #0000ff;
}

a.menueeintrag:link{
  color: #000066;
  text-decoration:none;
}

a.menueeintrag:active{
  color:#ffcb80;
  text-decoration:underline;
}

a.menueeintrag:visited{
  color: #000020;
  text-decoration:none;
}

a.menueeintrag:hover{
  color: #000066;
  background-color:#ffffff;
  text-decoration:underline;
}

div.inhalt{
  padding:0ex 5ex 1ex 5ex;
  border-style:solid;
  border-width:0px 0px 1px 20ex;
  border-color:#00ff00 #00ff00 #ffffff #f3f3f3;
  margin: 0px 0px 0px 0ex;
}


body{
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  margin: 0px 0px 0px 0px;
}

div.bildRechts{
  background-color: #ffffff;
  overflow: hidden;
  float:right;
  margin:1ex;
}

div.beispiel{
  /*background-color: #faf5db;*/
  background-color: #ecf2ff;
  padding:0ex 1ex 0ex 1ex;
  margin: 0px 0px 1em 0px;
}


h1, h2, h3, h4, h5{
  margin-top: 1em;
  margin-bottom: 1ex;
  border: 0 0 0 0;
  padding: 0 0 0 0;
  /*color:#000000;*/
  color:#444444;
  line-height: 1;
  font-family: Arial, sans-serif;
}
h1{ font-size: 1.5em; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.3em; }
h4{ font-size: 1.2em; }
h5{ font-size: 1.1em; }

p{
  /* line-height: 1.2; */
  font-family: Arial, sans-serif;
}


a:link{
  color:#000066;
  font-family: Arial, sans-serif;
  text-decoration:underline;
  font-weight:normal;
}

a:active{
  color:#ffcb80;
  font-family: Arial, sans-serif;
  text-decoration:underline;
  font-weight:normal;
}

a:visited{
  color:#000020;
  font-family: Arial, sans-serif;
  text-decoration:underline;
  font-weight:normal;
}

a:hover{
  color:#000066;
  background-color:#f3f3f3;
  font-family: Arial, sans-serif;
  text-decoration:underline;
  font-weight:normal;
}

ul li{
  margin-bottom: 1ex;
}

ol li{
  margin-bottom: 1ex;
}

div.aktivermenueeintrag{
  background-color: #ffffff;
  width:100%;
  padding:3px 1ex 3px 1ex;
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:#ffffff #ffffff #ffffff #0000ff;
}

a.aktivermenueeintrag:link{
  color: #000066;
  text-decoration:none;
}

a.aktivermenueeintrag:active{
  color:#ffcb80;
  text-decoration:underline;
}

a.aktivermenueeintrag:visited{
  color: #000020;
  text-decoration:none;
}

a.aktivermenueeintrag:hover{
  color: #000066;
  background-color:#ffffff;
  text-decoration:underline;
}

p.rechtsklein{
  font-size: small;
  text-align: right;
}
