@charset "ISO-8859-1";
*{
padding:0; margin:0;
}

body {
background: #DFF8DB; 
margin: 0;
padding: 0;
/*text-align:center;*/
}

#wrapper {
margin: 0 auto;
width: 720px;
height: 100%;
padding: 0;
background: #DFF8DB;
border:0px solid #000;
text-align: left;
position: relative;
}

#top {
background: url(./images/navigation/logo_oben720px.jpg) top center no-repeat; 
width: 720px;
height: 120px;
}

#ueberschrift {
width: 520px;
margin: 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#000;
height: 20px;
padding: 0px 0px 0px 0px;
border:0px solid #7ebceb;
float: left;
}

#menu {
width: 140px;
height: 20px;
margin: 0px;
float: right;
text-align: left;
border:0px solid #00f;
padding: 0px;
}

#stuff {
width: 720px;
margin: 6px 0px 0px 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#000;
height: 400px;
padding: 6px 0px 6px 0px;
border:0px solid #060;
border-top: solid #060 1px;
border-bottom: solid #060 1px;
/*background-color: #fff;*/
}

#stuffleft {
float: left;
width: 480px;
margin: 0px 0px 0px 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#000;
height: auto;
padding: 0px 0px 0px 0px;
border:0px solid #060;
}

#stuffleftlinks {
/*float: left;*/
width: 260px;
margin: 8px 0px 0px 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#000;
height: auto;
padding: 6px;
border:1px solid #060;
background-color: #FFFFCD;
}

#stuffright {
float: right;
width: 200px;
margin: 0px 0px 0px 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#000;
height: 400px;
padding: 0px 0px 0px 4px;
border:0px solid #060;
border-right: solid #060 1px;
border-right-style: dotted;
border-left: solid #060 1px;
border-left-style: dotted;
background-color: #FFFFCD;
}

#stuffrightueb {
width: 200px;
height: 20px;
margin: 0px 0px 6px 0px;
text-align: center;
padding: 0px;
font-family:Verdana; font-style: normal; font-size:10pt; color:#060;
font-weight: bold;
}

h1 { font-family:Verdana; font-size:13pt; font-style:italic; color:#060; }
h2 { font-family:Verdana; font-size:15pt; font-style:italic; color:#f00; margin-bottom: 8px; }
h3 { font-family:Verdana; font-size:10pt; font-style:normal; color:#944206; }
h4 { font-family:Verdana; font-size:10pt; font-style:normal; color:#006600; margin: 8px 0 4px 0; }

ul {
 list-style: square;
 margin-left:20px;
}

td.fahrrad
{border:2px solid #00cc00; padding:8px;
}

ul#Navigation {
 width: 134px;
 height: 20px;    
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 border: 0px solid #0089fd;
 background-color: #DFF8DB;
 font-size: 12px;
 font-family: Verdana, sans-serif;
 }

ul#Navigation li {
 list-style: none;
 display: inline;
 margin: 0px;
 padding: 0px;
 
  }

ul#Navigation a, ul#Navigation span {
 display:block;
 width: 134px;
 margin: 2px;
 padding: 1px;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 font-family: Verdana, sans-serif;
 border: 1px solid black;
 border-left-color: white;
 border-top-color: white;
 color: #fff;
 background-color: #944206;
  }

.clr{clear:both}

img.left { float:left; margin: 0 10px 10px 0; }
