body{
	font: 1em Sans,Sans-Serif;
	color: #118811;
	background: url(./images/back.jpg) #236A00;
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

#text{
	position: relative;
	z-index: 1;
	top: 0px;
	left: 305px;
	width: 485px;
	height: 500px;
	overflow: hidden;
}

#inhalt1{
		margin: 0px;
		width: 485px;
		height: 30px;
		z-index: 1;
		text-align: center;
}

#inhalt1 h1{
	font-size: 1.3em;
	font-variant: small-caps;
	text-decoration: underline;
}

#inhalt1 h2{
		font-size: 1.2em;
		font-variant: small-caps;
	}
	
#inhalt1 h3{
		font-size: 1.1em;
		font-variant: small- caps;
	}

#inhalt .animation{
		width: 200px;
		height: 100px;
		padding: 0px;
		margin-top: 10%;
	}
	
#inhalt2 a{
		color: #118811;
	}
	
#inhalt1 .thumb1{
		width: 75px;
		height: 50px;
		border: 0px none;
	}
	
#inhalt1 .thumb2{
		width: 50px;
		height: 75px;
		border: 0px none;
	}
	
#inhalt2{
		margin: 0px;
		width: 485px;
		height: 30px;
		z-index: 1;
		text-align: justify;
}

#inhalt2 h1{
	font-size: 1.3em;
	font-variant: small-caps;
	text-decoration: underline;
}

#inhalt2 h2{
		font-size: 1.2em;
		font-variant: small-caps;
	}
	
#inhalt2 h3{
		font-size: 1.1em;
		font-variant: small- caps;
	}

#inhalt2 .img1{
		width: 170px;
		height: 114px;
		margin-top: 1%;
		margin-left: 30%;
		border: 0px none;
	}

#impressum{
		margin: 0px;
		width: 485px;
		height: 30px;
		z-index: 1;
		text-align: center;
		font-size: 0.9em;
}

#impressum h1{
		font-weight: bolder;
		font-size: 1em;
	}
	
#impressum h2{
		font-weight: bolder;
		font-size: 0.95em;
	}

#impressum a{
		font-weight: bolder;
		font-size: 0.95em;
		color: #118811;
	}

#menu{
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(./images/gras.gif);
	z-index: 5;
}

#innermenu{
		position: relative;
		top: 40%;
		left: 30%;
	}

#innermenu ul{
		padding: 0px;
		display: inline;
		list-style-type: none;
	}

#innermenu li{
		margin-left: 2%;
		padding: 0px;
		float: left;
	}

#innermenu a{
		font-weight: 0.95em;
		color: #B3E189;
		text-decoration: underline;
	}
	
/* Schriftformate */

.fett{
		font-weight: bold;
	}
	
.kursiv_fett{
		font-size: 0.9em;
		font-weight: bolder;
		font-style: italic;
	}
	
.kursiv{
		font-style: italic;
		
	}
	