/* -- Allgemeines -- */
body {
 background: #e7f3f7; 
 color: black;
 margin: 0;
 padding: 1%; 
 min-width: 640px; 
 font-size: 100.01%; 
 font-family: verdana, arial, sans-serif ;
}
.skip { /* für Screenreader (Blinde) */ 
 position: absolute;
 margin-left: -10000px;
}
h1 { 
 font-size: 3em;
 line-height: 0.8em;
 padding: 20px 5px 5%;
 margin: 0;
}
h1, h2, h3, h4, h5, h6 { 
 color: red;
 font-family: Georgia, "Times New Roman", Times, serif;
 line-height:110%;
}
.fleft { 
 float: left;
 margin: 0 1em 0.2em 0; 
}
.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}
.klein { font-size:70%; }
.gross { font-size:large; }
.fett { font-weight:bold; }

/* -- Layoutspezifisches -- */
#container { 
 font-size: 0.8em; 
 max-width: 900px; 
 margin: auto; 
 border: 1px solid #aaa; 
 border-top: 0; 
}

/* - Logo bzw. Kopf - */
#logo {
 background: url(bilder/drk_logo_kompakt.png) 0 0 no-repeat white;  
 height: 70px; 
 padding: 0 20px;
 text-align: right;
 line-height: 24px;
 font-size: 50px; 
 overflow: hidden; 
 letter-spacing: -3px; 
 margin: 0; 
 
}
#logo a {
 color: black; 
 text-decoration: none;
}

/* - Menü - */
#menu { 
 background: red;
 padding: 5px 5%; 
 margin: 0;
 text-align: center;
 color: yellow; /* Menupunkt ohne <a>-Verweis*/
}
#menu li {
 font-size: 1.2em;
 display: inline; 
 list-style-type: none; 
 border: 0px solid white; 
 padding: 0 10px 0 15px;
 font-weight: bold;
}
#menu li a {
 color: white; 
 text-decoration: none;
}

/* - Der Hauptinhaltsteil - */
#main {
 background: 100% 0 white; /*url(../bilder/musikinstrument00062.gif) no-repeat 100% 0 white;  */
 padding: 0 20px 10px 3%; 
 line-height: 1.5em; 
}
