html{
     margin:0;
     padding:0;
     border:0;
}

body{
     font-family:Arial,sans-serif;
     font-size:11pt;
     color:black;
     text-align:center;
     background-color:white;
}

#seite{
     width:770px;
     margin-top:10px;
     margin-right:auto;
     margin-bottom:5px;
     margin-left:auto;
     text-align:left;
     background:url('bilder/hintergrund.jpg');
     background-repeat:repeat-y;
}
#preis{
     width:500px;
     margin-top:10px;
     text-align:center;
     font-size:12pt;
}
#randoben{
     height:5px;
     overflow:hidden;
     background-color:rgb(255,0,0);
     width:100%;
}
#randunten{
     clear:both;height:5px;
     overflow:hidden;
     background-color:rgb(0,128,0);
     width:100%;
}
#kopfleiste{
     text-align:center;
     padding:10px 0 0 0;
}
#links{
     width:160px;
     float:right;
     padding:10px 0 0 0;
}

#menue {
     font-size:12pt;
     font-weight:bold;
     background-color:white;
     text-align:left;
     padding:0 10px 0 10px;
     margin:0 10px 0 10px;
     border-left:2px solid rgb(0,128,0);
     line-height:1.4em;
}

#menue ul{
     list-style-type:none;
     margin:2px 1px 3px 0;padding:0;
}

#menue li{
     display:block;
     padding:5px 0 5px 0;margin:1px;
}
#menue li a {
     display:block;
     height:1.5em;
     text-decoration:none;
     color:rgb(0,128,0);
}
#menue li a:link {

}

#menue li a:hover {
     color:white;
     background-color:rgb(0,128,0);
}
#menue .selected {

        color:red;
}
#inhalt{
     width:585px;
     margin-top:15px;
     padding:10px 10px 10px 15px;
     text-align:left;

}
#inhalt h1{
     font-weight:bold;
     font-size:14pt;
}


#inhalt a{
     font-family:arial,sans-serif;
     font-size:11pt;
     text-decoration:none;
     border-bottom:solid 1px rgb(255,0,0);
     color:black;
}
#inhalt ul{
     list-style-type:none;
}

#slogan{
     font-weight:bold;
     line-height:2em;
     font-size:12pt;
     text-align:center;
}
#strecker {
     font-size:11pt;
     font-weight:bold;
     background-color:white;
     text-align:center;
     padding:50px 10px 0 10px;
     margin:10px 10px 0 10px;
     line-height:2em;
}
#bildlinks {
     float:left;
     padding:0px 0px 0px 0px;
     margin:5px 10px 0px 10px;
     border:1px solid black;
     font-size:7pt;
}
#bildrechts {
     float:right;
     padding:0px 0px 0px 0px;
     margin:5px 10px 0px 10px;
     font-size:9pt;
     text-align:center;
}
#bildrechts a{
     text-decoration:none;
     border:0px;
     font-size:9pt;

}
#tabelle{
     font-size:11pt;
     width:560px;


}
#tabelle tr{vertical-align:top;
}
#copyright{
     clear:both;
     text-align:center;
     font-size:10pt;
     margin:10px 0 10px 0;
}
