        body {
        background-color: #b4d0bb;
        background-image: url(baum_hintergrund.jpg);
        background-position: top;
        background-repeat: no-repeat;
}

h1,h2,h3,h4,p,a {
	font-family: Bitstream Vera Sans, Tahoma, Arial;	
	color: green;
	font-size: 95%;
}

p {
	font-size: 95%;
	text-align:left;
}

p.fontsizeplus2 {
	font-size: 150%;
}

h1 {
	font-size: 190%;
	text-align:center;
}

h2 {
	font-size: 130%;
	text-align:center;
	
}

h3 {
	font-size: 100%;
	text-align:center;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 25px;
	height: 300px;
	width: 200px;
	border: solid 0px green;
	font: 150% bolder;
	margin:0px;
	padding: 0px;
	overflow: visible;
}

#navigation p,a {
	font-size:90%;
	line-height:150%;
}

#schprueche {
	font-size: 230%;
	color: green;
	position:absolute;
	top: 150px;
	left: 340px;
	overflow: visible;
}

#inhalt {
	position: absolute;
	top: 50px;
	left: 325px;
	width: 650px;
	bottom: 700px
	color: ;
	font: 150% bolder;
	margin: px;
	padding: px;
	overflow: visible;
	
}
#inhalty {
	position: absolute;
	top: 120px;
	left: 330px;
	width: 350px;
	color: ;
	font: 150% bolder;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#inhalt img.left {
	float: left;
	margin-right:10px;
	border: solid 1px green;
}

#inhalt img.right {
	float: right;
	margin-left:10px;
	border: solid 1px green;
}

#impressum {
	position:absolute;
	top: 100px;
	left:200px;
	height: 400px;
	width: 600px;
	font: 150% 
}

#eins { position: fixed;
	top: 125px;
	left:25%;
	color: green;
	font: 150% bolder;
}

#zwei { position: fixed;
position: fixed 5% 25%;
color: green;
font: 150%;
}

#drei { position: fixed;
top: 125px;
left: 75%;
color: green;
font: 150%;
}

#vier { position: fixed;
top: 125px;
left: 100px;
color: green;
font: 150%;
}


