/* eb.css: CSS-Datei für laterale.de */

body {
color:#DFDFDF; background-color:#003080;
background-repeat:repeat-y;
padding:0;
margin:0;
font-family:Arial,sans-serif;font-size:12pt;
}

h1 { font-size:18pt;letter-spacing:3pt;text-align:center;color:#FF9A00; }
h1.titel { font-size:25pt;letter-spacing:1pt;text-align:right }
h2 { font-size:20pt;letter-spacing:2pt;text-align:center }
h2.sh2 { font-size:18pt; }
h3 { font-size:16pt; }
h4 { font-size:14pt; }
pre { font-family:Courier New,Courier,monospace;font-size:12pt;color:#FFFF80; }
tt { font-family:Courier New,Courier,monospace;font-size:10pt;color:#FFFF80; }
.code { background-color:#003080; }
.big { font-size:110%; }
.small { font-size:75%; }
.menu { font-size:8pt;vertical-align:bottom; }
.qbar { background-color:#FFFFE0;font-size:9pt;font-family:Arial,sans-serif; }
pre.normal { color:#000000; }
a:link { color:#FF9A00;text-decoration:none; }
a:visited { color:#FF4D00;text-decoration:none; }
a:active { color:#FF4400;text-decoration:none; }
.menubaum {
    /*background-color:#0040A0;*/
    font-size:8pt;font-weight:bold;vertical-align:bottom;
    float:left;
    width: 130px;
    padding:20px 0 20px 10px;
    }

.menubaum a:hover{
color:#003080;
background:#FF9A00;
}

.kopf {
    background-repeat: repeat;
    font-size:25pt;letter-spacing:1pt;
    top: 0px; left: 0px;
    right: 0px;
    height: 50px;
    margin-top: 0;
    text-align:right;
    }

.fuss {
    background-repeat: repeat;
    clear:left;
    margin:0 0 0 0;
}
.text {
margin:0 0 10px 150px;
    }