@charset "utf-8";
/* CSS Document */

a {
	font-weight: bold;
}

a:link {
color: #652D07;
text-decoration: none;
}

a:visited{
color: #823909;
text-decoration: none;
}

a:hover{
color: #823909;
text-decoration: none;
}

a:active {
color: #823909;
text-decoration: none;
}

body{
background-image: url(bilder/Holz-Jahresringe.png);
font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper{
width: 980px;
height: auto;
margin: auto;
background-image: url(bilder/background_white.png);
color: #652D07;
}

#pictures{
	width: 980px;
	height: 150px;
	background-color: #FFDDBB;
}

#navigation{
color: #652D07;
width: 200px;
height: 430px;
margin-top: 20px;
float: left;
}

#main{
width: 700px;
height: auto;
margin-top: 20px;
margin-left: 250px;
}

