/* Styles fuer 2-Spalter Klassik, Variation */

* {
margin: 0;
padding: 0;
}

body   { color: #000; font-size: 100.01%; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: transparent; margin: 20px 10% 20px 20px; width: 750px }
p   { font-size: 70%;}
li { font-size: 70%; list-style-type: square }
table { }
/* Die Farbangabe im |#wrapper| sorgt dafuer, dass im Contentbereich
eine durchgaengige Hintergrundfarbe inkl. rechter |border| angezeigt 
wird, auch wenn das Menue laenger als der Text ist ... */
#wrapper  { color: #000; background-color: #f0f0f0; height: 1% }
/* Wenn man sicher ist, dasz der Text IMMER laenger als das Menue
oder die Farbe dieselbe wie der Hintergrund ist, kann man diesen Div
komplett streichen. Die |border|s kann man dann bei Bedarf den 
anderen |div|s zuweisen ... */

/* ---- */
#header    { color: #fff; background-color: #f60; background-image: url("../images/head-tansania.jpg"); height: 120px }

/* ---- */
#mainmenue     { color: #680000; background-color: #fc9; padding: 3px 10px 8px 200px; position: relative; width: 538px; border-top: 1px solid #000; border-bottom: 1px solid #000 }
#mainmenue a   { color: #680000; font-size: 70%; font-weight: bold; text-decoration: none; background-color: #ffebcd; margin-right: 3px; padding: 1px 5px 2px; border: solid 1px black }
#mainmenue a:hover   { color: white; background-color: #f60 }

/* ---- */
#leftmenue  { color: #000; background-color: #f60; margin-top: 10px; padding-bottom: 10px; left: 10%; width: 166px; float: left }
#leftmenue ul li {
list-style-type: none;
}
#leftmenue a  { color: #680000; font-weight: bold; text-decoration: none; background-color: #fc9; display: block; margin: 2px 0; padding: 1px 0 2px 5px; width: 170px; border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000 }
#leftmenue a:hover  { color: #f60; background-color: #ffebcd }

/* ---- */
#content  { color: #000; background-color: #ffebcd; border-left: 177px solid #f60 }
#content h1, #content h2, #content h3  { color: #666; background-color: transparent; padding: 20px 50px 10px 20px }
#content h4 { color: black; background-color: transparent; padding-left: 20px }
#content h1  { font-size: 135%; letter-spacing: 1pt; padding: 30px 50px 20px 20px }
#content h2  { font-size: 117% }
#content h3 {
font-size: 105%;
}
#content h4 { font-size: 80%; line-height: 150% }
#content p  { line-height: 150%; padding: 0 50px 15px 20px }
#content li  { line-height: 150%; list-style-position: outside; display: list-item; margin-left: 50px; padding-top: 0; padding-right: 50px; padding-bottom: 15px }
#content p.topper {
padding: 10px 0 30px 40px;
}
#content a  { color: #900; text-decoration: none; background-color: transparent; border-bottom: 1px solid #900 }
#content a:hover {
background-color: transparent;
color: #060;
border-bottom: 1px solid #060;
}
/* ---- */
#table   { font-size: 85%; margin-left: 4% }
.table  { background-color: #ffebcd }
.table2  { background-color: #fc9 }
/* ---- */
.breaker {
clear: both;
}
#footer  { color: #808080; font-size: 75%; background-color: transparent; height: 40px }
#footer p  { text-align: center; padding: 8px 15px }
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* ---- */
#main .invis, hr {
display: none;
}
#main { border: solid 1px black }
.image  { margin-top: 5px; margin-right: 10px; float: left }
image { margin-right: 25px; float: left }
