	body{
	background-color: rgb(246,244,176);
	font-family: Verdana;
	color: black;
	font-size: 18px;
	}
	
	a:link {
		text-decoration:none;
		color: black;
	}
	
	a:visited {
		text-decoration: none;
		color: black;
		}
		
	a:hover {
		text-decoration: underline;
		color: black;
		}
		
	a:active {
		text-decoration: underline;
		color: black;
		}
		
	.geradedort{
		text-decoration: underline;
	}
	
	.unterpunkte{
		padding: 5px 5px 5px 30px;
		font-size: 16px;
	}
	
	.left{
		float:left;
		margin: 20px 20px 20px 0px;
	}
	
	.right{
		float:right;
		margin: 20px 0px 20px 20px;
	}
	
	.bild{
		width:1024px;
		height: 192px;
	}
	
	.tierbilder{
		width: 300px;
		height: 225px;
		margin: 20px;
	}
	
	.startseitebild{
		width: 600px;
		height: 450px;
		margin-left: 50px;
		margin-top: 120px;
	}
	
	.anreisebild{
		width: 600px;
		height: 310px;
		margin-left: 50px;
	}
	
	.anreisebild2{
		width: 600px;
		height: 393px;
		margin-left:50px;
	}
	
	.zeilenabstand{
		line-height: 1.5;
	}
	
	.kursiv{
		font-style:italic;
	}
	
	.fett{
		font-weight:bold;
	}
	
	.unterstrichen{
		text-decoration:underline;	
	}
	
	#box{
	position:absolute;
	width: 1024px;
	left:50%;
	margin-left:-512px;
	border-style: solid;
	border-width: 1px;
	background: rgb(246,244,176);
	}
	
	#menuebox{
	width: 160px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	margin: 10px 0px 10px 10px;
	padding: 15px 15px 15px 15px;
	background: rgb(247,249,216);
	float:left;
	}
	
	#familienbox{
	width:820px;
	height:30px;
	padding-top:10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
	float: left;
	font-size: 16px;
	text-align: center;
	}
	
	#ueberschriftbox{
	position: absolute;
	width:700px;
	left: 250px;
	top: 250px;
	border-style: none;
	font-size: 45px;
	line-height: 1.5;
	text-align: center;
	padding: 20px;
	}
	
	#textbox{
	width: 700px;
	border-style: none;
	text-align: justify;
	margin-top: 160px;
	margin-left: 250px;
	padding: 20px;
	}
	
	.absenden{
	width: 400px;
	height: 36px;
	font-size: 18px;
	background: rgb(247,249,216);
	border-color: black;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	text-align: center;
	margin-top: 30px;
	margin-left: 150px;
	}