html, body {
margin:0px;
padding:0px;
background-color: rgb(92, 134, 50);
background-image: url(grafik/blabla4.png);
background-repeat: no-repeat;
}
#top_section {
background-color:rgb(248,228,147);
background-image:url(back-h.png);
background-repeat:no-repeat;
height:100px;
margin:0px;
padding:0px;
}
#main_section {
margin:0px;
padding:0px;
}
#navigation {
position:absolute;
left:10px;
top:10px;
width:100px;
}
#content {
margin-left:120px;
margin-right:0px;
background-color: rgb(92, 134, 50);
}
a.navi {
display:block;
white-space:nowrap;
overflow:hidden;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-top:1px solid black;
font-family:Tahoma,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
letter-spacing:0.1em;
padding:3px;
text-align:left;
}
a.navi:link, a.navi:visited {
background-color:rgb(115,115,75);
color:white;
}
a.navi:hover, a.navi:active {
background-color:white;
color:black;
}
a.nlink {
white-space:nowrap;
overflow:hidden;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-top:1px solid black;
font-family:Tahoma,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
letter-spacing:0.1em;
padding:3px;
text-align:center;
}
a.nlink:link, a.nlink:visited {
background-color:rgb(115,115,75);
color:white;
}
a.nlink:hover, a.nlink:active {
background-color:white;
color:black;
}
#bild_rechts_oben {
	display:block;
}
#bild_links_unten {
	
}
#seitentext{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:20px;
	font-family:Arial,sans-serif;
    font-size:14px;
}
h1 {
	margin-top:20px;
	margin-left:20px;
	font-family:Arial,sans-serif;
    font-size:36px;
}
h2 {
	margin-top:20px;
	margin-left:20px;
	font-family:Arial,sans-serif;
    font-size:24px;
}
h3 {
	margin-top:20px;
	margin-left:20px;
	font-family:Arial,sans-serif;
    font-size:20px;
}
#dar {
	text-align:left;
	width:250px;
}
ul {
	font-family:Arial,sans-serif;
    font-size:14px;
}
	
