html, body {
margin-top:4px;
margin-left:0px;
margin-right:0px;
margin-bottom:30px;   /* Abstand Ende der Seite     background-color:rgb(0,0,79);*/
padding:0px;
background-image:url(../bg_content.png);
background-color:rgb(0,0,79);
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
color:rgb(92,92,92);
font-style:normal;
font-weight:normal;
text-align:center;
}
#container {
width: 988px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 988px im Browserfenster betraegt. Hier aber feste Angaben, da der IE 6 ansonsten nicht richtig anzeigt. */
height:100%;
margin: 0% auto; /* Durch automatische Raender (in Verbindung mit einer Breite) wird die Seite zentriert. */
text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ueberschrieben. */
max-width: 988px;
background-color:rgb(255,250,250);
border-right:0px groove lightblue;     /* border-right:5px groove white; */
}
#header {
background-color:rgb(255,250,250);
background-image:url(../images/header_verlauf2.gif);
background-repeat:repeat-x;
height:118px;
margin:0px;
padding:0px;
}
#navigation {
float:left;
width:170px;
}
#features {
float:right;
width:170px;
}
#content {
margin:0 170px;
}
clearfix:after {        /* clearfix zum Aufheben der Floatumgebung */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
#dflagge {              /* Flagge Deutschland */
position:absolute;
margin-top:12px;
margin-left:800px;
width:20px;
height:13px;
border:none;
}
#deutsch {
position:absolute;
margin-top:12px;
margin-left:825px;
color:rgb(0,82,173);
font-weight:bold;
}
a.navi_sprache:link, a.navi_sprache:visited {   /* Verlinkung Deutsche und Englische Flagge */
color:rgb(0,82,173);
text-decoration:none;
}
a.navi_sprache:hover, a.navi_sprache:active {
color:rgb(212,130,2);
}
#eflagge {              /* Flagge England */
position:absolute;
margin-top:12px;
margin-left:896px;
width:20px;
height:13px;
border:none;
}
#englisch {
position:absolute;
margin-top:12px;
margin-left:921px;
color:rgb(2,82,173);
font-weight:bold;
}
#logo {                /* Position Logo */
position:absolute;
margin-top:50px;
margin-left:16px;
width:49px;
height:56px;
border:none;
}
.daag1 {
position:absolute;
margin-top:60px;
margin-left:76px;
font-size:20px;
font-weight:bold;
color:rgb(0,82,173);
}
.daag2 {
position:absolute;
margin-top:83px;
margin-left:76px;
font-size:13px;
font-weight:bold;
color:rgb(0,82,173);
}
#kontakt {             /* Position Kontakt */
position:absolute;
margin-top:83px;
margin-left:840px;
color:rgb(212,130,2);
font-weight:bold;
}
#anfahrt {             /* Position Anfahrt */
position:absolute;
margin-top:83px;
margin-left:917px;
color:rgb(212,130,2);
font-weight:bold;
}
a.navi_kontakt:link, a.navi_kontakt:visited {    /* Verlinkung Kontakt und Anfahrt */
color:rgb(212,130,2);
text-decoration:none;
}
a.navi_kontakt:hover, a.navi_kontakt:active {
color:rgb(0,82,173);
}
a.navi_laufband:link, a.navi_laufband:visited {    /* Verlinkung Kontakt und Anfahrt */
color:rgb(2,46,119);
text-decoration:none;
}
a.navi_laufband:hover, a.navi_laufband:active {
color:rgb(212,130,2);
}
#hoehe {              /* Abstand SEITENENDE */
line-height:15px;
}
#hoehe1 {              /* NUR Abstand SEITENENDE CHRONIK */
line-height:25px;
}
#hoehe2 {              /* NUR Abstand SEITENENDE CHRONIK */
line-height:35px;
}