body {
	background-color: #4c613a;
	}

#navigation{
	background-color:#613a28;
	color:#e0d5b9;
	font-family:"Times New Roman", Times, serif;
	width:100%;
	padding-top:5px;
	height:25px;
	}
	
#kopf{
	background-color: #4c613a;
	background-image: url(../img/kopf.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:150px;
	padding:0;
	margin:0;
	}
	
#spacer{
	height: 15px;
	background-color: #613a28;
	width:100%;
}

#content{
	background-color: #4c613a;
	width:100%;
	height:auto;
	min-height: 450px;
	color:#e0d5b9;
	padding-top:20px;

	
}

#footer{
	position:fixed;
	bottom:0px;
	background-color: #613a28;
	color:#e0d5b9;
	font-family:"Times New Roman", Times, serif;
	width:100%;
	padding-top:5px;
	height:25px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#613a28;
	font-size:80px;
	padding-top:20px;
	text-align:center;
	}
	
h2{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	font-size:48px;
	text-align:center;
	font-style:italic;
	font-weight: normal;
	}
	
h3{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	font-size:36px;

	}
	
h4{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	font-size:18px;
	padding-top:0px;

	}
	
p{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	font-size:16px;
	display:inline;
}

#content a{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	text-decoration:underline;
	font-size:14px;}
	

#navigation a{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	text-decoration: none;
	font-size:14px;}
	
#navigation a:hover{
	font-family:"Times New Roman", Times, serif;
	color:#e0d5b9;
	text-decoration: underline;
	font-size:14px;}
	
img {
	border:4px solid #e0d5b9;
	}
	
.space{ height:15px;
}

.minispace{ height:1px;
}