body {
	background-image: url(backback.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #5c4130;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #ffffff;
	line-height: 16px;

	}

body.mainbody {
	
background-image: url(back.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	
}

div.maindiv {
	background-image: url(back.gif);
	position: absolute;
	padding: 0px 0px;
	width: 904px;
	left: 50%;
	margin-left: -452px;
	}

p {
	margin: 0px 0px 8px 0px;
	}


/* Die obere Navigation */
div.navi {
	background-color: #eed293;
	background-repeat: repeat-x;
	width: 844px;
	text-align: center;
	padding: 0px;
	
	}

div.navi a, div.navi a:visited {
	color: #5b422e;
	text-decoration: none;
	padding: 0px 0px;
	}

div.navi a:hover {
	color: #482810;
	text-decoration: none;
	}

div.navi span.trenner {
	border-left: 2px #5b422e dotted;
	}




/* Der Inhalt */

div.inhalt { 
	border-top: 0px #000000 solid;
	border-bottom: 0px #660000 solid;
	overflow: hidden;
	float: left;
	width: 904px;
	padding: 8px 0px 0px 8px;
	
	}
	
/* Der Footer */
div.footer {
	background-color: #eed293;
	text-align: center;
	float: left;
	clear: both;
	width: 865px;
	padding: 0px;
	margin-left: 4px;
	}

div.footer a, div.footer a:visited, a:hover {
	color: #95836b;
	text-decoration: none;
	padding: 0px 0px;
	}

