body {
 background: url(../img/bg.gif) #e7f3f7;
 color: black;
 margin: 0;
 padding: 1%;
 min-width: 640px;
 font-size: 100.01%;
 font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }
.skip {
 position: absolute;
 margin-left: -10000px;
}
h1 {
 font-size: 3em;
 line-height: 1em;
 padding: 20px 0 5px 5%;
 margin: 0;
 border-bottom: 1px dashed #aaa;
}
h2 {
 font-size: 2em;
 line-height: 4em;
 }
h1, h2, h3, h4, h5, h6 {
 color: #6699CC;
 font-family: Georgia, "Times New Roman", Times, serif;
}
img {
 border: none 1px #aaa;
 padding: 1px;
 max-width: 95%;
}
.fleft {
 float: left;
 margin: 0 1em 0.2em 0;
}
.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}

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

#logo {
 background: url(../img/stones1.jpg) 0 0 no-repeat blue;
 height: 104px;
 padding: 0 35px;
 text-align: left;
 line-height: 40px;
 font-size: 40px;
 overflow: hidden;
 letter-spacing: -1px;
 margin: 0;
 font-weight: bold;
 }
#logo a {
 color: black;
 text-decoration: none;
 font-family: "Monotype Corsiva";
 }


#menu { 
 background: url(../img/stones2.jpg) #287635;
 padding: 5px 5%;
 margin: 0;
 text-align: right;
 color: yellow;
}
#menu li {
 font-size: 1.2em;
 display: inline;
 list-style-type: none;
 border-left: 1px solid white;
 padding: 0 10px 0 15px;
 font-weight: bold;
}
#menu li a {
 color: white;
 text-decoration: none;
}

#subnav {
 width: 26%;
 min-width: 10em;
 float: right;
 padding: 10px 1%;
 margin: 1%;
 border-left: 1px dotted #aaa;
 font-size: 0.7em;
 }
#subnav dt {
 font-size: 1.2em;
 font-family: Georgia, "Times New Roman", Times, serif;
 padding: 0.5em;
 margin-top: 1em;
 border-top: 1px dotted #aaa;
 font-weight: bold;
}
#subnav dd {
 padding: 0;
 margin: 0.2em 0;
}

/* - Her Hauptinhaltsteil - */
#main {
 /*background: url(../img/hans.gif) no-repeat 100% 0 white; /* Die kleine blaue halbdurchsichtige Blume wird als Hintergrundbild, welches rechts oben in der Ecke steht, deffiniert. */
 background: 0 white;
 padding: 0 31% 10px 40px; /* Der rechte Abstand 31% Stellt sicher dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei Columnen Eindruck entsteht. */
 line-height: 1.5em; /* Zesseren Lesbarkeit erhöhen wir die Linienhöhe. */
}

