@charset "UTF-8";

/* Allgemeine Einstellungen */
 body { text-align      : justify;
        font-family     : sans-serif;
        font-size       : 100%;
        font-weight     : 500;
        background-color: #f0f0f0;
	color           : #0a3c81;
	/*color           : #061c51;*/
	margin          : 15px
      }

 h1,h2,h3,h4,h5,h6 { font-family  : sans-serif;
		     text-align   : left;
	             color        : #061c51;
		   }

p {margin-top: 0.5ex;
   margin-bottom: 0.5ex;
  }

/* p {text-indent:1em;}

 h1 + p {text-indent:0pt  }
 h2 + p {text-indent:0pt  }
 h3 + p {text-indent:0pt  }
 h4 + p {text-indent:0pt  }
 h5 + p {text-indent:0pt  }
 h6 + p {text-indent:0pt  }
*/

/* Tabelleneistellungen für Text mit Randnotizen */
.annotated { /* border-spacing : 10px; */
	     min-width      : 30em;
	     margin         : 0px;
	   }
.annotated td {	vertical-align:baseline;
	      }
.annotated td.note { /*font-weight: bold;*/
		     font-variant: small-caps;
		     font-size: 80%;
		     font-stretch: condensed;
		     text-align: left;
		   }
/* Vita */
.v_ita { font-size: 80% }
.v_ita h1 { font-size: 100% }

/* Haftungsausschluss */
.haftung { color: #00000;
	   font-size: 70%;}
.haftung h1 { font-size:100%;
	      font-weight:normal;
	    }
.haftung h2 { font-size:100%;
	      font-weight:normal;
	    }

/* Slogan */
.slogan { color: #fbee31;
	  background-color: #0a3c81;
	  /* text-decoration: blink; */
	  font-size: 140%;
	  text-align: center;
	}

/* Copy Rights */
.copyright {font-weight: bold;
	    font-size: 70%;
	   }

/* Definitionslisten */
 dd + dt { margin-top:1ex; }
 dt {
      font-family:sans-serif;
      font-weight:bold
    }
 dd { text-indent: 1em;
      text-align: left;
    }
 d { font-size: 80%;

 	}
/* Navigationsbereich oben und links */
.nav { font-family     : sans-serif;
       font-size       : 120%;
       background-color: #0a3c81;
       margin          : 5px;
     }
/*.nav.left { background-color: #f0f0f0;
	    background-image: url(border.png);
	    background-repeat: repeat-y;
	  }*/
.nav.top { background-image: url(rule.png);
	   background-repeat: repeat-x;
	   background-position: bottom left;
	   height: 105px;
	 }
/* Navigationsbereich rechts (externe links) */
.nav.external { background-color: #3a6cb1;
		color           : #061c51;
	      }


/* Einstellungen für Bilder */
img { float  : left;
      margin : 5px;
    }

.nav img { margin : 0px;
	   margin-bottom : 3px;
    }

/* Einstellung für Links */
 a:link    { color:#0a3c81; text-decoration:underline;}
 a:visited { color:#3a6cb1; text-decoration:underline;}
 a:focus   { color:#3a6cb1; text-decoration:none;}
 a:hover   { color:#3a6cb1; text-decoration:none;}
 a:active  { color:#fbee31; text-decoration:underline;}

.nav.external a:link    { color: #061c51; text-decoration:underline;}
.nav.external a:visited { color: #0a3c81; text-decoration:underline;}
.nav.external a:focus   { color: #0a3c81; text-decoration:none;}
.nav.external a:hover   { color: #0a3c81; text-decoration:none;}
.nav.external a:active  { color: #fbee31; text-decoration:underline;}

