/* -- Allgemeines -- */
body {
  background:  #DDEEFF;
   margin: 0;
  padding: 0%; /* Ein wenig Abstand, damit der Anschein eines Blattes auf der Wand immer erhalten bleibt. */
  min-width: 1024px; /* Bei weniger als 640px Breite soll ein Scrollbalken erscheinen. */
  font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
  font-family: verdana, arial, trebuchet, sans-serif ;
}
a { color:#333399;text-decoration:none; }
a:visited { color: #6600FF; } /* Besuchte Links werden schwarz, bleiben dennoch unterstrichen. Somit erkennt man wo man sich schon befunden hat. */
a:hover { color:#333399;text-decoration:none;font-weight: bold; }
.skip { /* Da ein wichtiger Screenreader das display: none; auch für sich versteht und nichts vorließt obwohl das hier sich vor allem an Blinde richtet, muss man es so lösen dass man diesen Link außerhalb des Sichtfeldes bringt. Somit wird er trotzdem vorgelesen. */
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 {
  font-size: 1.8em;color:#0033CC;
  font-weight: bold;
  line-height: 1.4em;
  padding:0.2em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}

h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { /* Alle Überschriften bekommen eine besondere Farbe, und da sie sehr groß sind, können wir es uns erlauben hier eine Schrift mit Serifen zu wählen. Wir spielen hier ein wenig mit Typographie, und entgegen dem Einheitsbrei auf vielen Seiten. */
  color: #333399;
  font-family: verdana, arial, trebuchet, sans-serif
}
img { /* Alle Bilder bekommen einen schönen Rahmen. */
  border: solid 0px #aaa;
  padding: 1px;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
.fleft { /* Sachen, an denen der Text vorbeifließen soll, werden diese Klassen zugewiesen. */
  float: left;
  margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen, sonst kleben die Sachen so am Text. */
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

/* -- Layoutspezifisches -- */

#container {
  font-size: 0.8em;
  max-width: 800px;
  margin: auto;
  border: 1px solid #aaa;
  border-top: 0;
  background: #CCFFCC;
}
#footer {position:relative; left:240px;
  clear: both;
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  position:fixed; top:0; left:200px; width:720px; height:60px;
          background: #0033cc;z-idex:3;
  padding-left:20px;
  padding-right:20px;
margin:0;
  text-align:center;
font:bold 28px Comic Sans MS;
  color: #FFFF77;
}

#europalogo {
  position:fixed; top:48px; left:0px;
z-idex:3;
margin:0;
}

/* - Menü - */
#menu {
position:fixed; left:200px; top:300px; width:720px; height:22px;
 solid #000;   z-idex:3;
  background: #0033CC;
  padding-left:20px;
  padding-right:20px;
margin:0;
text-align:right;
a:hover { color: #FFFF00; font-weight:bold; text-decoration:none;}
 }
#menu li {
  font-size: 0.8em;
  display: inline;
  list-style-type: none;
  border-left: 1px solid white;
  padding: 0 10px 0 15px;
  font-weight: normal;
}

#menu li a {
color: white; text-decoration: none;
}
#menu li a:hover {
color: #FFFF00; font-weight:bold; text-decoration:none;
}



/* - Navigation, Linke Spalte - */
#subnav {
position:fixed; top:310px; left:0px;
  width: 170px; z-index:3;
background:white;
float: left;
padding-top:10px;
padding-left:10px;
line-height: 25px;
margin: 1em 1% 0 1%;
font-size: 0.8em;font-color:#333399;}
#subnav li {
  font-size: 1.2em;
  list-style-type: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
}

#subnav li:hover {color:#996666; font-weight:bold;text-decoration:none;}
#subnav li:a {color:#996666; font-weight:normal; text-decoration:none;}

#subnav 2nd{ color:#996666; font-weight:normal; text-decoration:none; font-size: 1.0em;
  list-style-type: none;
  padding: 5px 5px 5px 20px;
  font-weight: normal;
}

/* - Der Hauptinhaltsteil - */
#main {
position:absolute; top:310px; left:200px; width:720px; z-index:-1;
  background: #FFFFFF;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  font-size: 0.9em;
  line-height: 1.25em;
text-align:justify;  solid #000;
}

#footer {position:relative; left:240px;
  clear: both;
  padding: 0 20px;
}
#evang {position:fixed; top:100px;left:0px;width:170px; z-index:3;   background:white;
float: left;
padding-top:10px;
padding-left:10px;
line-height: 25px;
margin: 1em 1% 0 1%;
font-size: 0.8em;font-color:#333399;}


#spende {
position:fixed; top:310px; left:1000px; width:220px; z-index:-1;
  background: #FFFFFF;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  font-size: 0.9em;
  line-height: 1.25em;
text-align:justify;  solid #000;
}