body {
	background-image: url(images/beige.gif);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 13px;
}

#center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/hintergrund.gif);
	width: 950px;
}

#sub_navi {
	width: 950px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
}

#header_foto {
	height: 200px;
	width: 950px;
	position: relative;
	padding-right: 20px;
}

#navi {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	float: left;
	padding-top: 75px;
	padding-left: 32px;
}

#navi a {
	text-decoration: none;
	color: #333;
}

#navi a:hover {
	color: #99161D;
}


#navi li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#main {
	width: 650px;
	padding-top: 20px;
	float: right;
}
#copyright  {
	font-size: 13px;
	color: #FFF;
	background-image: url(images/beige.gif);
	padding-bottom: 40px;
	clear: both;
}
#main p {
	line-height: 20px;
}
#picture {
	float: right;
	width: 200px;
	margin-left: 50px;
	padding-top: 50px;
	clear: left;
}

#footer {
	width: 950px;
}




a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #99161D;
}

h1 {
	color: #9A161D;
	font-weight: normal;
	font-size: 16px;
}

li {
	list-style-type: none;
}
.quelltext {
	font-size: 10px;
	font-style: italic;
}
.link_on {
	color: #99161D;
}

