* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

header, nav, footer, aside, section {
    display: block;
}

#wrapper {
	
	/*display: flex;*/
  width: 800px;
 /* max-width: 900px;*/
  margin: 0 auto;
    /* background-color: #eeeeee; */
    /*width: 900px;*/
    /* border: 2px solid red; */
   margin: 0 auto; 
     /*text-align: left; */
    /*background-image: url(bilder/durchsichtig8.png);*/   
}

header {
    /* background-color: yellow; */
    /* background-image: url(Bilder/textlogo.png); */
    height: 160px;
    width: 100%;
    margin: 0 auto;
}

header p {
    /* background-color: orange; */
    text-align: right;
   /* padding-right: 15px; */
}

header a {
    color: white;
}

#logotext {
	/*background-image: url(Bilder/logo160.png);*/
    padding-top: 45px;
    
     margin-left: 320px; 
    width: 160px;
    height: 100px;
    color: white;
   
    
}
#logotext2 {
	 
   padding-top: 45px;
    margin-left: 480px;
    height: 100px;
    width: 500px;
    color: white;
}
#steuerungoben {
     background-color: blue;
    width: 855px;
    height: 24px;
    float: left;
   
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}

#steuerungoben a {
    display: block;
    width: 175px;
    background-color: blue;
    float: left; 
    /* border-right: 1px solid red; */
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
    font-weight:bold
}

#steuerungoben a:hover {
    background-color: lightblue;
} 

#steuerunglinks {
    /* background-color: green; */
    width: 700px;
   /* float: left; */
    
}

#steuerunglinks ul {
    padding-left: 0.5em;
    padding-top: 20px;
    list-style-type: none;
}

#steuerunglinks ul ul {
    list-style-type: square;
}

#steuerunglinks li {
    padding-bottom: 0.5em;
}
#steuerunglinks a {
    font-size: 10pt;
}

aside {
    /* Rechter Block */
    width: 175px;
    float: right;
}

aside a {
	font-size: 10pt;
}
aside p {
    margin-top: 30px;
    margin-left: 10px;
    font-size: 10pt;
}

aside img {
    /* margin-left: 10px; */ 
    border:1px solid silver;
}

section {
	 float: left;
    font-size: 10pt;
    font-size: 10pt;
    width: 500px;
    margin-left: 5px;
    margin-right: 0 auto;  
   /*  margin-top: 30px; */
    margin-left: 0 auto;
    margin-top: 30px;
}


footer {
    /* background-color: brown; */
     
    color: white;
    text-align: center;
    clear: both;
}  
.blockueberschrift {
      color: white;
      width: 175px;
      text-align: center;
      background-color: blue;
      font-weight:bold;
      font-size: 10pt;
}
.blockueberschriftMitte {
	color: white;
      width: 610px;
      text-align: center;
      background-color: blue;
      font-weight:bold;
      font-size: 10pt;
}

.inclinfo {
	  background-color: white;
	  color: darkblue;
}


p.infoinhalt {
   display: none;
   width: 800px;
   margin-left: 18px;
   margin-right: 8px;
   color: darkblue;
   font-size: 10pt;
  }

p.emil {
	color: darkblue;
  
}

#suchen {
    display: none;
    
  }
span.suchwort {
    background-color: #FFFF00;
}
.row_0 {
  background-color: #FFFFFF;
}
.row_1 {
  background-color: #E7E6FE;
}


