﻿<style type="text/css">
<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width:100%;
  margin: 0 auto;
}

#kopfbereich {
  background-repeat: no-repeat;
  padding: 50px;
  background-color:red;
  background-image: url("logo.jpg");
  background-position: 100% 0%;
}

#inhalt {
 
  background-color: withe;
  margin-left: 202px;
  padding: 20px;
  }

#steuerung {
  float: left;
  height: 300px;
  width: 50px;
  padding: 100px;
  position:relative;
  left:0px;
  top:0px;
  background-color: withe;
  border: 0px solid black;
  font-size:14pt;
}


#h1{
      font-size: 25px;
      font-family: Verdana,Arial,sans-serif;
      color: black;
      font-weight: bold;
      text-align: left;
      }
#text{
      font-size: 16px;
      font-family: Verdana,Arial,sans-serif;
      color: black;
      font-weight: bold;
      text-align: left;
      }
#textfuss{
	font-size: 8px;
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
	}

#fussbereich {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  padding: 10px;
  background-color:blue;
  color: white;
  text-align: center;
  }

-->
</style>