@charset "utf-8";
/* CSS Document */

body { 
	font-size: 101%;
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	
	}

html { font-family:  Arial, Helvetica, Verdana, sans-serif;  }

img {border: 0px; } 

.intro {font-weight: normal; font-size: 1em; }

h2.seitentitel{ color: #084081; margin: 0px; padding: 0px;  }
h3 {  font-size: 1.2em;}
h4 {  font-size: 1.1em;   }

.highlight { color: #084081; font-weight: bold }
.highlight2 {color: #084081; font-weight:normal}

a.nav { display: block; width:179px; height: 26px;  
	margin-top: 10px;
	padding-top: 5px; padding-left: 0px; padding-right: 0px; padding-bottom:0px; 
	text-align:center; text-decoration:none; color: #084081; font-size: 0.85em; font-weight:bold}
a.nav:link, a.nav:visited { background-image:url(../img/menupunkt-bg.gif); }
a.nav:hover, a.nav:active { background-image:url(../img/menupunkt-bg-hover.gif); text-decoration:none;  }

a.link { color: #084081; text-decoration:none}
a.link:hover { text-decoration:underline }

ul {  margin-left: 20px; }
li { font-weight: normal; margin-bottom:10px; list-style-image:url(../img/dot-blue.gif);   font-size: 1em;}
li li { font-weight: normal; list-style-image:url(../img/dot-orange.gif); font-size:1em; margin-top:10px;}

ul.klein { }
ul.klein li { font-size: 1em; list-style-type:square; list-style-image:none; margin-bottom: 5px; margin-top: 0px; }

table.listtable {  width:100%; border-collapse:collapse; border-color:#13007C; border-style:solid;border-left: 1px; border-top: 1px; border-bottom-width: 2px; border-right: 2px; font-size:0.8em}
table.listtable td { border: 1px solid #13007C;  padding: 2px; padding-left: 5px; }
table.listtable th { color: #13007C; border: 1px solid #13007C;padding: 2px; padding-left: 5px;}
table.listtable td table td { border: none; font-size: 1em; padding-right: 20px;  }