/* DATEI: formate.css */

/* Font für allgemeine Sachen festlegen */

body { background-color:#d3d7cf }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; text-decoration:none; }

/* Überschriften */
h1 { font-size:26px; margin-bottom:18px; color: #204a87 }
h2 { font-size:21px; margin-bottom:18px; color: #204a87; text-decoration:none }
h3 { font-size:16px; color: #204a87 }
h4 { font-size:13px; color: #204a87 }

/* Diverse Schriftgrößen */
p,ul,li,td,th,address{ font-size:13px; }

/* ListItem-Abstände */
li { margin-top:3px; }

/* pre */
pre { font-family:Courier New,Courier; font-size:11px; color:#0000C0; }

/* Anchors */
a { text-decoration:none; }
a:link { color:#3465a4; text-decoration:none; }
a:visited { color:#555753; text-decoration:none; }
a:hover { color:#729fcf; text-decoration:underline; }
a[href]:hover { color:#729fcf; text-decoration:underline; }
a:active { color:#729fcf; text-decoration:underline; }

b.rtop, b.rbottom{display:block;background: #d3d7cf}
b.rtop b, b.rbottom b{display:block;height: 1px;
           overflow: hidden; background: #3465a4}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#logo{ background: #3465a4 }

div.fortune {
  background: rgb(255,255,204);
  color: rgb(0,0,0);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0,0,255);
  padding: 5px;
  font-size: small;
}