/* Formatvorlage für CGI und Perl Workshop */

body { background-color: #FFFFFF; }

/* Haupttabellentandfarbe*/
.hauptbg {background-color: #000080;}

/* Tabellenvordergrundfarbe*/
.hauptbgzelle {background-color: #F5F5F5;}

/* Codetabellenrandfarbe*/
.coderand {background-color: #000000;}

/* Codetabellenvordergrundfarbe*/
.codebg {background-color: #F8F3EB;}

/*Codetext*/
.pre { font-family: Courier New,Courier; font-size:11pt; color:#000080;}

pre { font-family: Courier New,Courier; font-size:11pt; color:#000080; line-height: 15pt; }

/* Überschriften*/
.h2 { font-size:13pt; font-family: Verdana, Arial; color: maroon;}

/* Überschriften*/
.tipp { font-size:11pt; font-family: Verdana, Arial; color: red; font-weight: bold;}

/* normaler Text*/
.normtext { font-size:9pt; font-family: Verdana, Arial; color: black; line-height: 15pt;}

a { font-size:9pt; font-family: Verdana, Arial; color: #AA5522; text-decoration: none; font-weight: bold;}
a:visited { color:#772200; text-decoration: none; font-weight: bold; }
a:hover { color:#772200; text-decoration: underline; font-weight: bold; }
a:active { color:#000000; text-decoration: none; font-weight: bold; }

td, table, body  { font-size:9pt; font-family: Verdana, Arial; color: black;line-height: 15pt;}
