/* general styles */
body { }
body, td, div, p, h2, h3 {
      	color: #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
p { margin: 8px 0px 8px 0px; text-align:justify}
h1 { 
     color: #000088;
     font-family: times new roman,times,serif;
     font-style: italic; 
     font-variant: small-caps;
     font-weight: normal;
     font-size: 36px;
     margin: 16px 0px 20px 0px; }
h2 { font-style: normal;
     font-variant: normal;
     font-weight: normal;
     font-size: 16px;
     margin: 8px 0px 8px 0px; }
h3 { font-style: italic;
     font-weight: normal;
     font-size: 16px;
     margin: 8px 0px 8px 0px; }
h4 { font-style: normal;
     font-weight: normal;
     margin: 8px 0px 8px 0px; }
.box { background: white url(bilder/box.gif) no-repeat scroll center left;
       padding: 0px 0px 0px 17px; }
a { text-decoration: none; }
a:link { color: #0000EE; }
/* a:visited { color: #A05DC3; } */
a:visited { color: #990033; }
a:active { color: #FF0000; }
/* a:hover { text-decoration: underline; } */
a:hover { color: #FF0000; }
