body {
	font-family: Arial, Helvetica, sans-serif; color : #663300;
}

td {
	font-family: Arial, Helvetica, sans-serif; color : #663300;
}

th {
	font-family: Arial, Helvetica, sans-serif; color : #663300;
}

img {
	border: 0;
}
#img-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
}

#logo {
	position: absolute;
	top: 0;
	right: 10;
	width: 73px;
	high: 46px;
}

/* Formatierungen für den Textbereich */
#inhalt {
	margin: 75px 0 0 120px;
	padding: 2px;
}

#inhalt h1 {
	margin: 15px 12% 15px 10%;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}

#inhalt h2 {
	margin: 15px 12% 15px 10%;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
}


#inhalt p {
	margin: 15px 12% 15px 10%;
	padding: 0;
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.5em;
}

/* Formatierungen für den Seitenabschluss */

#footer {
	background: #A4987D;
	width: 100%;
	height: 60px;
}	

	
/* Formatierungen für den Navigationsbereich */
#navi {
	background: #A4987D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 150px;
	width: 70%;
	height: 60px;
}

#navi p {
	position: absolute;
	top: 20px;
	left: 10px;
	padding-bottom : 10px;

}

#navi p a {
	color : black;
	margin-right : 3px;
	padding-top : 20px;
	padding-bottom : 10px;
	padding-left : 4px;
	padding-right : 4px;
	border-right : 2px solid #E20025;
	text-decoration: none;
}

#navi p a:link{
	background-color : #A4987D;
}

#navi p a:visited {
	background-color : #AFA899;
}

#navi p a:hover {
	background-color : #BAB2A0;
}

#navi p a:active {
	background-color : #A38D58;
}