@charset "utf-8";
/* CSS Document */

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	background-color: #812C20;
}

#container {
	display: block;
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4EBE8;
	background-image: url(../bilder/footer_bg.gif);
	background-repeat: repeat-y;
}
#navi {
	display: block;
	float: left;
	width: 149px;
	padding-left: 71px;
}
#kontent {
	display: block;
	float: left;
	background-color: #F4EBE8;
	width: 454px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	background-image: url(../bilder/kontent_bg.gif);
	background-repeat: repeat-x;
}
#bilder {
	display: block;
	float: left;
	background-color: #C8A19B;
	width: 156px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo {
	margin-bottom: 50px;
}

marquee {
	line-height: 20px;
	font-size: 14px;
	color: #812C20;
}
#bilder img {
	padding-bottom: 20px;
}
#bilder img.none {
	padding-bottom: 0px;

}
#footer {
	display: block;
	height: 20px;
	padding-left: 265px;
}
a {
	color: #A86E63;
	text-decoration: none;
}
a:hover {
	color: #A86E63;
	text-decoration: underline;
}
.braun {
	color: #812C20;
}
#kontent img.platz {
	margin-right: 20px;
	float: right;
}
#kontent .img {
	float: right;
}
table {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
tr.b {
	vertical-align: top;
	background-color: #E3CBC5;
}
.head {
	font-size: 18px;
	font-weight: bold;
	color: #812C20;
}

