#edit-menu {position: relative; left: 10px;width:500px;}
#oben {background-color:#000069; position:relative; top:-0px; left:0px; width:100%; height:150px;overflow: hidden;}
#menubar {margin: 0; padding: 2px 0px 2px 0px; position: absolute; top:95px; left: 110px; border-width:2px 0px 2px 2px; border-style:solid; border-color:#ffffff; height:auto; width:89%}
.one{position:relative; top:0px; left:15px; margin: 0px -3px 0px -4px}
.menu {width:122px;}

/*links background */
.one a {text-decoration: none;  color:#ffffff; font-family:verdana; border-style: solid; border-color: #ffffff; border-width: 1px 2px 0px 2px; background: #9999ff; padding: 3px 5px 3px 5px; font-size: 13px; font-weight:400;}
.two a {display:block; text-decoration: none;  color:#ffffff; font-family:verdana; border-style: solid; border-color: #ffffff; background: #6666cf; padding: 3px 3px 3px 3px; font-size: 11px; font-weight:normal; border-width:1px 2px 1px 2px;}

//geht aus irgendeinem grund nicht uber die klassennamen#start a:hover {background: #7777e0;}
#aktuell a:hover {background: #7777e0;}
#touren a:hover {background: #7777e0;}
#mitgliedschaft a:hover {background: #7777e0;}
#uber_uns a:hover {background: #7777e0;}
#kontakt a:hover {background: #7777e0;}
#bilder a:hover {background: #7777e0;}
#links a:hover {background: #7777e0;}

.text {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #370104;}

#start {position: absolute; left:130px; top:117px; width:auto; height:50px}
#aktuell {position: absolute; left:205px; top:117px; width:auto; height:100px}
#touren {position: absolute; left:260px; top:117px; width:auto; height:100px}#bilder {position: absolute; left:330px; top:117px; width:auto; }#uber_uns {position: absolute; left:380px; top:117px; width:auto;}#mitgliedschaft {position: absolute; left:450px; width:auto; top:117px;}#links {position: absolute; left:550px; top:117px; width:auto;}
#kontakt {position: absolute; left:580px; top:117px; width:auto;}
#wikicontrols {
        width: auto;
		margin: 2px;
}

#wikicontrols a {
        color: #dddddd;
        background-color: #000069;
        text-decoration: none;
        border: 0px;
        padding: 1px 3px;
        font-size: 8pt;
}

#wikicontrols a:hover {
        color: #9999ff;
        border-color: #eee;
        background-color: transparent;
}






body {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Verdana;
  color:#555555;
  background-color:#ffffff;
  font-size: 87.5%;
  line-height: 135%;
}

INPUT {
background-color: transparent;
border-bottom-width: 1px;
border-color: #316B94;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
color: #000000;
font-family: Arial, Helvetica, Tahoma, Verdana;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}

#top {
  background-color: #000069;

}

#header {
  margin: 0em auto;
  padding: 1em 0em 1.1em 0em;
  width: 46em;
  text-align: left;
  color: #004A84;
}

#container {
  margin: 0em auto 1em auto;
  width: 48em;
  text-align: justify;
}

#main {
  padding: .5em 1em 1em 1em;
  width: 800px; /* Value for IE. */
   margin: 0em auto 1em auto;
  text-align: justify; 
}
html>body #main {
  width: 800px; /* Value for functioning browsers. */
   margin: 0em auto 1em auto;
  text-align: justify;
}

#sidebar {
  width: 9em;
  float: right;
  padding: 0em;
  margin: 0em;
}

#footer {
  margin: 0em;
  padding-top: 1em;
  clear: both;
  font-size: 80%;
  color: #aaa;
  text-align: center;
}

/* Classes */

#banner {
  color: #FFFFFF;
  font-size: 160%;
  font-weight: normal;
  border-bottom:1px dashed #888;
  padding-bottom: 5px;
  margin: 0em;
}

h1 {
  font-family:Century Gothic, georgia, helvetica, times, sans-serif;
  color: #333333;
  font-size: 170%;
  font-weight: bold;
  margin: .8em 0em .4em 0em;
  border-bottom:0px solid #eeeeee;
  padding-bottom: .25em;
}

h2 {
  font-family:Century Gothic, georgia, helvetica, times, sans-serif;
  color: #333333;
  font-size: 130%;
  font-weight: bold;
  margin: .8em 0em .4em 0em;
  border-bottom:1px solid #eeeeee;
  padding-bottom: .25em;
}

h3 {
  font-family:Century Gothic, georgia, helvetica, times, sans-serif;
  color: #333333;
  font-size: 100%;
  font-weight: normal;
  margin: .8em 0em .4em 0em;
  border-bottom:0px solid #eeeeee;
  padding-bottom: .25em;
}

p {
  margin: 0em;
  padding: 0em 0em .5em 0em;
}

p.address {
  font-style: italic;
}

img {
  border: none;
  max-width: 468px;
}

#main a {
  color: #00319c;
}

#main a:visited {
  color:#00319c;
}

#main a:hover {
  color: #6666cf;
}

ul {
  padding: 0em 0em 0em .9em;
  margin: 0em;
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

dl {
  padding: 0em;
  margin: 0em 0em .5em 0em;
}


#main span.box {
        border: 1px solid #ddd;
        padding: 1px 2px;
        margin: 1px;
}

#main pre {
  background: url(quote.gif) no-repeat;
  color: #666;
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding-left: 28px;
  font-family: monospace;
}


#main table {
  background-color: transparent;
 border: 0px solid #ddd;*/
}
#main td {
 /* background-color: #eee;*/
  border: 0px solid #ccc;
  padding-left: 10px;
    padding-right: 10px;
}


#sidebar table {
  background-color: #eee;
  border: 1px solid #ddd;
}
#sidebar td {
  background-color: #eee;
  border: 1px solid #ccc;
}
/*
#wikicontrols {
        width: auto;
		margin: 2px;
}

#wikicontrols a {
        color: #dddddd;
        background-color: #000069;
        text-decoration: none;
        border: 0px;
        padding: 1px 3px;
        font-size: 8pt;
}

#wikicontrols a:hover {
        color: #9999ff;
        border-color: #eee;
        background-color: transparent;
}*/

#images {
  float: right;
  background-color: #f5f5f5;
  border:1px solid #ccc;
  font-size: 70%;
  padding: 0.3em;
  margin-left: 1em;
}

.dillo { display: none; }