body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: verdana;
    font-size: 12px;
    background-image: url('images/background.gif');}

img {border:0}

img.border {border: solid 1px #000000;}

a {
    text-decoration: none;
    color:#505050;
    outline: none;}
    
h1 {font-size: 1.4em; margin: 0px; margin-bottom: 10px}
h2 {font-size: 1.1em; margin: 0px; }

#container {
     position: absolute;
     left: 50%;
     width: 750px;
     height: 600px;
     left: 50%;
     top: 50%;
     margin-top: -300px;
     margin-left: -375px;
     background-color: transparent; }

#header {
  height:80px;
  padding: 0;
  margin: 0px 0px 0px 0px;
  width: 750px;
  display: block;
  /* background-image: url('images/ecke_links.gif');  */
  background-position: left top;}
  
#footer {
  height: 60px;
  width: 750px;  
  margin: 0px 0px 0px 0px;
  display: block;
  /* background-image: url('images/ecke_rechts.gif');  */
  background-position: left top;}
  
#menu {width: 200px; display: none;}
  
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 110px;
    left: 10px;
    width: 145px;
    font-family: tahoma;
    font-size: 1.0em;
    border-right: solid 1px #1e4d7c;}

#menu ul li {
    padding: 3px 0px 0px 0px;
    margin-bottom: 3px;}

#menu a { padding: 3px 3px 3px 5px;width: 135px; display: block; color: #000}
#menu a:hover {background-color: #a2bdf4; width: 135px; display: block;}
#menu a.aktiv {font-weight: bold;}
#menu a.nix {background-color: #ECF9FF;}

#content {background-color: #fff; height: 500px}

#content #text {
    border-top: none;
    position: absolute;
    left: 200px;
    top: 95px;
    padding-top: 10px;
    width: 500px;
    height: 460px;
    text-align: justify;
    overflow: auto;}


#kontakt {margin-top: 15px;}
#kontakt label {width: 120px; display: block; height: 20px;}
#kontakt input, #kontakt textarea {border: solid 1px #1e4d7c; width: 250px; position: absolute; left: 130px; margin-top: -20px;}
#kontakt textarea {height: 120px;}
#kontakt input.submit {width: 120px; margin-top: 100px;}
.error {background-color: #a2bdf4}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#adresse {list-style-type: none; margin: 0px; padding: 0px; width: 300px;}
#adresse li.abstand {margin-top: 5px;}

#links {border: none; width: 300px; float: left}
#rechts {border: none; width: 140px; float: right; margin-right: 10px; text-align: right}
#rechts ul {list-style-type: none; margin: 0px; padding: 0px; margin-top: 10px;}
#rechts li {margin-bottom: 5px;}
