body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-color: #e4dac7;
	text-align: center
}

a:link 		{ font-family: Trebuchet MS, Verdana; font-size: 13px; font-weight: bold; color: #815f3e; text-decoration: none; }
a:visited 	{ font-family: Trebuchet MS, Verdana; font-size: 13px; font-weight: bold; color: #815f3e; text-decoration: none; }
a:hover 	{ font-family: Trebuchet MS, Verdana; font-size: 13px; font-weight: bold; color: #ff0000; text-decoration: none; }
a:avtive 	{ font-family: Trebuchet MS, Verdana; font-size: 13px; font-weight: bold; color: #815f3e; text-decoration: none; }

div#rahmen {
	margin: 0px auto;
	margin-top: 50px;
	padding: 6px 10px 20px 10px;
	width: 780px;
	border: 1px solid #d5c4a1;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: left;
	font-family: Trebuchet MS, Verdana;
	font-size: 13px;
	color: #837761;
}

div#rahmen img#welcome {
	margin-bottom: 15px;
}

div#rahmen img#header {
	margin-bottom: 20px;
}

div#rahmen ul#navi {
	margin: 0px;
	text-align: center;    /* Achtung: Absolute Positionierung, muss bei Änderung der Menüpunkte verändert werden (daraus folgend width verändern) */
	list-style-type: none;
	width: 730px;
	height: 35px;
	border: 1px solid #a68b59;
	background-image: url(images/navi_background.gif);
}

div#rahmen ul#navi li {
	margin-top: 7px;
	margin-left: 25px;
	display: block;
	float: left;
	font-family: Trebuchet MS, Verdana;	font-weight: bold;	font-size: 14px;	color: #ffffff;
}

div#rahmen h1.headline {
	margin: 20px 0px;
	padding-top: 1px;
	padding-left: 20px;
	display: block;
	width: 750px;
	height: 20px;
	border: 1px solid #a68b59;
	background-image: url(images/headline_background.gif);
	font-family: Trebuchet MS, Verdana;
	font-size: 13px;
	color: #ffffff;
}

div#rahmen img.float_left {
	margin: 0px 20px;
	float: left;
}
#footer
{
background-color: #d5c4a1;
font-family: Trebuchet MS, Verdana;
font-size: 12px;
margin: 0px auto;
width: 800px;
color: #837761;
}
img
{
border: 0px;
}