/* -- Allgemeines -- */
body {
 /* background: #000033; */
 background: #687c89;
 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; }

h1 { 
 font-size: 3em;
 line-height: 0.8em;
 padding: 20px 0 5px 5%;
 margin: 0;
 border-bottom: 1px dashed #aaa;
}
h1, h2, h3, h4, h5 { 
 color: #6699CC;
 font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 0.8em;
	color: darkgray;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	text-align: right;
 	font-weight: bold;
}

.fleft { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. */
 float: left;
 margin: 0 1em 0.2em 0;
}
.fright {
 float: right;
 margin: 0 0 0.2em 1em;
}


/* -- Layoutspezifisches -- */
#container { 
 font-size: 0.8em; 
 max-width: 900px; 
 width: 900px;
 margin: auto; /* Hiermit zentrieren wir unsere Seite */
 border: 0px solid #aaa; /* Eine kleine optische Abgrenzung */
 border-top: 0;
 min-height: 500px;
}

/* - Logo bzw. Kopf - */
#logo {
 background: url(../img/banner_dff3.jpg) 0 0 no-repeat black;
 height: 150px; 
 padding: 0 20px;
 text-align: right;
 line-height: 54px;
 color: white;
 font-style: italic;
 font-size: 24px; 
 overflow: hidden; 
 letter-spacing: 3px; 
 margin: 0; 
}

/* - Menü - */
#menu { 
 background: url(../img/dff_menu_bg.jpg) 0 0 no-repeat black;
 padding: 5px 5%;
 margin: 0;
 text-align: right;
 color: yellow; 
}
#menu li {
 font-size: 1.2em;
 display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
 list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
 border-left: 1px solid white; /* Ein optischer Trennungsstrich */
 border-top: 1px solid white;
 border-right: 1px solid white;
 padding: 2px 12px 5px 12px;
 font-weight: bold;
 background: #ababab;
 filter:alpha(opacity=90);
 opacity: 0.9;
 -moz-opacity:0.9;
}
#menu li a {
 color: white; /* Hier ist das mit der Linkfarbe genau so, sie soll weiß sein. */
 text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
 width: 26%; 
 min-width: 10em; 
 float: right; 
 padding: 70px 1%;
 margin: 1%;
 border-left: 1px dotted #aaa; 
 font-size: 0.9em; 
}
#subnav dt { /* Die Ueberschriften in der Subnavigation */
 font-size: 1.2em;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 padding: 0.5em;
 margin-top: 1em;
 border-top: 1px dotted #aaa; 
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
 padding: 0;
 margin: 0.2em 0;
}

/* - Her Hauptinhaltsteil - */
#main {
 background:  100% 0 white; 
 padding: 0 31% 10px 20px;
 line-height: 1.5em;
 min-height: 500px;
}

/* Bildunterschriften */
.picdec {
	font-family: verdana, arial, sans-serif ;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

/* Datumsangaben */
.dates {
	font-family: verdana, arial, sans-serif ;
	font-size: 0.85em;
	font-weight: bold;
	color: #252525;
}