/* DATEI: formate.css */
h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
font-family : Arial, sans-serif;
color : #191ca7;
background-color : #ffffff;
}
h1 {
font-size : 26px;
margin-bottom : 18px;
}
h2 {
font-size : 21px;
margin-bottom : 18px;
}
h2.sh2 {
font-size : 21px;
}
h3, h3.xmp, h3.xpl, h3.inf, h3.tip, h3.akt {
font-size : 16px;
margin-top : 2em;
margin-bottom : 0;
}
h4 {
font-size : 13px;
}
p, ul, ol, li, div, td, th, address, blockquote {
font-size : 13px;
}
li {
margin-top : 3px;
}
pre {
font-size : 13px;
color : #0000c0;
background-color : #ffffff;
font-family : "Courier New", Courier, sans-serif;
}
code, kbd, tt {
font-family : "Courier New", Courier, sans-serif;
color : #0000c0;
background-color : #ffffff;
}
var {
font-style : normal;
color : #0000c0;
background-color : #ffffff;
}
blockquote, cite {
font-style : italic;
}
.xmpcode {
color : #000000;
border-width : 10px;
border-style : solid;
border-color : #eeeeee;
background-color : #ffffe0;
}
.code {
color : #000000;
background-color : #ffffe0;
}
.tabxpl {
color : #000000;
background-color : #e4eeff;
}
.doc {
color : #000000;
background-color : #eeeeee;
}
.nav {
color : #000000;
background-color : #ffeedd;
}
.qbar {
color : #000000;
background-color : #ffffe0;
font-size : 13px;
font-family : Arial, sans-serif;
}
.blue {
color : #0000c0;
background-color : #ffffff;
}
pre.normal {
color : #000000;
background-color : #ffffff;
}
a:link {
color : #0000c0;
text-decoration : none;
font-weight : bold;
background-color : #ffffff;
}
a:visited {
color : #0000c0;
text-decoration : none;
font-weight : bold;
background-color : #ffffff;
}
a:active {
color : #191ca7;
text-decoration : underline;
background-color : #ffffff;
}
a.an {
text-decoration : none;
}
.unicode {
font-size : 15px;
font-family : "Arial Unicode MS", Arial, sans-serif;
}
ins {
color : #009900;
font-weight : bold;
text-decoration : none;
background-color : #ffffff;
}
del {
color : #990000;
font-weight : bold;
text-decoration : line-through;
background-color : #ffffff;
}