body {
font-size: 85%;
font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
text-align: center;
margin: 2px;
padding: 0px;
}

#wrap {
width: 100%;
margin: 0 auto;
text-align: left;
}

#header {
float: left;
width: 100%;
height: 165px;
text-align: center;
border-top: 2px solid #900;
background: #F0E68C;
background-image: url(../grafiken/banner2.gif);
background-repeat: no-repeat;
}
#header h1, h2, h3, h4, h5, h6 {
margin: 20px;
color: #f42424;
}

#navigation {
float: left;
width: 100%;
height: 40px;
border-bottom: 2px solid #900;
border-top: 2px solid #900;
background-color: #DEB887;
}
#navigation ul {
list-style-type: none;
}
#navigation ul li {
display: inline;
margin: 5px;
padding: 10px;
}

#sidebar {
float: left;
height: 2000px;	/* Bereich ist leer */
width: 20%;
left: 5px;
background: #F4A460;
}
#sidebar ul{
list-style-type: square;
font-weight: bold;
font-size: 110%;
/*text-indent: -20px;*/
}
#sidebar ul li{
margin-top: 40px;
}
#sidebar ul ul{
margin-top: 0px;
list-style-type: none;
font-weight: normal;
font-size: 85%;
text-indent: -20px;
}
#sidebar ul ul li{
margin-top: 4px;
}

#rightborder {
float: left;
height: 2000px;	/* Bereich ist leer */
width: 0.2%;
background: #900;
}

#content {
float: left;
height: 2000px;	/* Bereich ist leer */
width: 79.8%;
background: silver;
}

h1, h2, h3, h4, h5, h6 {
margin: 20px;
color: #2E8B57;
}

p {
margin: 40px;
text-indent: -20px;
}
p:first-line {
font-size: 100%;
}
p:first-letter {
font-size: 150%;
color: #2E8B57;
}

strong {
font-weight: bold;
color: #483D8B;
}

q {
quotes: "»" "«"; } 

ul:li {
list-style-type: disc;
/* list-style-image: url(http://07klocke.karl-linne.com/grafiken/reagenzglas.jpg); */
}

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


