* {
    margin: 0;
    padding: 0;
}

#mittig {
        text-align: left;
        width: 600px;
        height: 400px;
        margin: 0px auto;
    }
body {
    background-attachment: fixed;
    background-image: url("Bilder/Blau.jpg");
    font-family: Tahoma,Arial,sans-serif,Courier,fantasy;
    font-size: 119%;
    text-align: center;
    
}
 #seitenbereich {
       width: 1000px;
       margin: 0px auto;
               }

h1 {
    background-color: #ffff00;
    color: black;
    text-align: center;
}
h2 {
    color: black;
    text-align: left;
}
p {
    color: black;
    text-align: left;
}
ul {
    color: black;
    text-align: left;
}
h3 {
    color: black;
    text-align: left;
}
#bereichkopf {
      font-size: 30pt;
	  border: 1px solid white;
	  text-align: center;
	  color: Black;
	  margin-bottom:5px;
	  margin-top: 5px;
	  background-color: #ffff00;

    }
    #Navigation {
    width: 175px;
    height: auto;
    float: left;
    padding: 20px ;
    border: 1px solid black;
    background-color: white;
    line-height: 37px;
}

   #bereichinhalt {
    margin-left: 221px;
    padding: 30px;
    border: 1px solid black;
    color: black;
    background-color: white;
}
#bereichfuss {
    background-color: #ffff00;
    color: black;
    margin: 1%;
    padding: 2%;
}  
img {
    float: right;
    margin: 1%;
}
span {
    font-weight: bold;
}
.feed {
    background: url("Bilder/feed-icon-14x14.png") no-repeat scroll 0 50%;
    font-size: 50%;
    margin-left: -10%;
    padding: 24%;
}
#video {
    float: right;
    margin: 1%;
}
    
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Georgia, Times New Roman, Times, serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; }.datagrid table td, .datagrid table th { padding: 3px 4px; }.datagrid table tbody td { color: #7D7D7D; font-size: 13px;border-bottom: 1px solid #8F989C;font-weight: bold; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }