/* CSS - Datei für die OJK */

body 	{background-color: #E4E4E4;}

/* jeder Link auf der Seite schwarz, besuchte schwarz */
a:link { font-family: Arial; font-size: 10pt; color: #000000; text-decoration: none }
a:active { font-family: Arial; font-size: 10pt; color: #FFFFFF; text-decoration: underline }
a:hover  { font-family: Arial; font-size: 10pt; color: #000000; text-decoration: none; font-weight: bold }		
a:visited { font-family: Arial; font-size: 10pt; color: #000000; text-decoration: none }		 


/* blaue Überschrift als Tabellen-Überschrift */
h1 {font-family: Arial; font-size: 12pt; color=#00008A; fontweight: bold;}


/* normaler Text */
p {font-family: Arial; font-size: 10pt; }

dd {font-family: Arial; font-size: 8pt; }


/* einfach ein roter Bildrahmen */
img {border-style: outset; border-color: #EA0000;}

/* alle Horizontal-Linien in rot */
hr {color: #EA0000; width: 90%;}
