* {
    margin: 0;
    padding: 0;
}
 
html, body {
    height: 100%;
}

p {margin-top: 5px;
  margin-bottom: 5px;
  }
p.abs {margin-top: 25px;
  margin-bottom: 25px;
  }

#kopf {
  height: 100px;
  margin: 10px;
  background-color: #CCD1D1;
}

#bkpfad {
  height: 36px;
  margin: 0px 180px;
  background-color: #CCD1D1;
}

#mitte {
  position: relative;
  width: 100%;
}

#titel_nav {
   margin: 0px 180px;
  background-color: #CCD1D1;
}

#inhalt {
  margin: 0px 180px;
  background-color: #FFFFFF;
  padding-bottom: 2em;
}
#links {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 160px;
  height: 900px;
  background-color: grey;
}
#rechts {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 160px;
  height: 900px;
  background-color: grey;
}


#footer {
    position:sticky; /* absolute; */
    bottom: 0;
    width: 100%;
    height: 3em;
    background-color: white;
}
#f_left {     /* Linke Spalte mit 33% Breite und float:left */
    width: 33%;
    float: left;
    padding: 15px 0px 0px 10px;
    margin: 0px auto 0px auto;
    text-align: left;
}
#f_center {   /* Mittlere Spalte mit 33% Breite und float:left */
    width: 33%;
    float: left;
    padding: 15px 0px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
}
#f_right {    /* Rechte Spalte ohne feste Breite und float:right */
    width: auto;
    float: right;
    padding: 15px 10px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: right;
}
#f_clear {    /* Beendet den Float-Bereich */
    clear: both;
}


h1 {
position: relative;
left: 0%;
text-shadow: 1px 1px 3px grey;
}

#main {
position: relative;
padding: 10px;
}

ul.menu {
list-style-type: none!important;
padding-left: 0px!important;
border-top: 1px solid #aeaeae;
}
.menu li {
display: inline-block!important;
margin-right: 20px!important;
}
.menu li a {
text-decoration: none;
color: black;
}
.menu li a:hover {
border-bottom: 2px solid #aeaeae;
color: #aeaeae;
}

/*Linie zeichnen*/
hr {
border: none;
border-top: 1px solid blue;
color: #00CCFF;
background-color: #0011FF;
height: 1px;
margin: 0px 80px 0px 0px;
}
.line{
border: none;
border-top: 1px solid blue;
color: #FFCC00;
background-color: #00CCFF;
height: 1px;
margin: 0px 0px 0px 0px;
}

/*Ariadnepfad - Breadcrumb - Brotkrümelnavigation */
