/* Styles www.reintechnisch.de */

/* Gesamtdokument */
body { margin-right:20px; background-color:#EBEBEB; }

/* Schriftarten */

h1,h2,h3,h4,h5,a { font-family:Arial, sans-serif; }
p,ul,ol,li,td,th,blockquote { font-family:"Times New Roman", serif; }
pre { font-family:"Courier New",monospace; }


/* Schriftgroessen */

h1 { font-size:22pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:11pt; }
h5 { font-size:11pt; }
p,ul,ol,li,td,th,blockquote { font-size:11pt; }
pre { font-size:11pt; }
a { font-size:10pt; }


/* Schriftstil */

h1,h2,h3,h4,h5 { font-style:normal; font-weight:bold; }
p,ul,ol,li,td,th,blockquote { font-weight:normal; }
p,ul,ol,li,td,th { font-style:normal; }
/*blockquote { font-style:italic; }*/
blockquote { font-style:normal; }
a:visited { text-decoration:underline; }
a:link { text-decoration:underline; }

/* Colors */

/*A:visited { color:#3399FF; }*/
a:visited { color:#000000; }
a:link { color:#0033CC; }

/*Tabelle als Kastendarstellung */
td.Kasten { border-width:1pt; border-style:solid; border-color:#999999; background-color:#99CCFF; }
