/* Basis CSS-Datei */

/* Link-Formatierung */
a:link { color:#000000; }
a:visited { color: #000000; }
a:hover { color:#404040;}

/* Body */
body {
  /* background-color: #FFFFd4;  */
  background-color: #ffffff;
  margin: 0px;
  color: #000000;
  }

/* Externe Links */
.ext_link  {
background-color: transparent;
background-image: url("ext_link.gif");
background-repeat: no-repeat;
padding-left: 20px;

}  
 
 
#container {
  font-size: 100.01%;      /* Schriftgröße */
  font-family: Helvetica,Arial,sans-serif;   /* Schriftfamilie */
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow:auto;           /* zu breites element - what happens */
  position: static;        /* positionionierung */
/*  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  vertical-align:middle;
}

#kopf {
  background-color: #1E4F6F;
 /* background-color: lightblue;   */
  margin-right:60px;
  color: #ffffff;
}

#kopf h1 {
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}

.kopf_inhalt {
  padding: 10px;
  padding-right: 440px; /* 60px hintergrundbildeinrückung + 350px Bild + 30px abstand */
  padding-left: 100px;

}

.kopf_hintergrundbild  {
    padding: 5px;
    margin-right: 60px;
    background-image:url(../files/ag_logo.gif);
    background-repeat:no-repeat;
    background-position: right center;
}


/* Ecken und Kanten */
/* Ecken für Fuss und Kopf */

.ecke_oben_rechts {
    background:url(../files/or.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

.ecke_unten_rechts {
    background:url(../files/ur.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* Ende Ecken und Kanten */


#navi {
    background-color: #1E4F6F;
    width: 250px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navi_inhalt {
    color: #ffffff;
    font-weight: normal;
    padding:20px;
    overflow: auto;
    line-height: 1.5; /* Zeilenabstand */
}

#navi a:link { color: #ffffff; }
#navi a:hover{ color: #ffffff; }
#navi a:visited{ color: #ffffff; }

#inhalt {
    position: static;
    margin: 10px;
    margin-left: 220px;
    margin-right: 40px;
    overflow: auto;
    padding: 20px;
    padding-left: 40px;
    padding-right: 100px;
    line-height: 1.5;            /* Zeilenabstand */
    text-align: justify;         /* Blocksatz */
}

#inhalt a:link { color: #000000; text-decoration: underline; }
#inhalt a:hover { color: #000000; text-decoration: underline; background-color: #DCDCDC; }
#inhalt a:visited { color: #808000; text-decoration: underline; }

/* Bilder einbauen */

#inhalt img {
  float: right;
  padding:4px;
  margin: 10px;
  margin-left: 30px;
  margin-right: -80px;
  border: 2px solid #1E4F6F;
}

.img_nostyle {
  border: 0px transparent !important!;
  margin: 0px !important!;
  padding: 0px !important!;
}

#fuss {
    background-color: #1E4F6F;
    color: #ffffff;
    clear: both;
    margin-right: 60px;
}

.fuss_inhalt {
    padding: 20px;
    font-size: 86%;
    text-align: center;
}


