body {
	background-color: #d1d2d4;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#cont {
	position: absolute;
	left:50%;
	width: 850px;
	margin-left: -425px;
	background-color: white;
}

#head {
	height:234px;
	background-color: white;
}

#head img {
	border: 0px;
}

#korpus {
	margin: 0px;
	width: 850px;
	height: 500px;
	background-color: white;
}

#menu {
	float: left;
	padding-bottom: 20px;
	width: 170px;
	height: 100%;
	font-size: small;
	line-height: 0.5em;
	display: block;
}

#menu p {
	background-color: #a8875c;
	list-style-type: none;
	color: white;
	font-family: Garamond, Times;
	font-size: medium;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #DDDDDD;
	text-decoration: none;
}

a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

#menubild {
	background-image: url(src/menu_bild.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#inhalt {
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-right: 60px;
	padding-top:20px;
	padding-bottom: 30px;
	background-color: white;
}

#text {
	width: 560px;
	color: #555555;
	margin-top:20px;
	clear: both;
}

#text td {
	vertical-align: top;
	padding-left: 10px;
	color: #555555;
}

#titel {
	color: #a8875c;
	font-weight: bold;
}

#inhalt .bild {
	float: left;
	margin-right: 10px;
}

#inhalt .bildr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#inhalt .bildli {
	float: none;
	margin-right: 10px;
}

#inhalt .speak {
	float: left;
	margin-right: 5px;
	border: 0px;
}

#inhalt a {
	color: #a8875c;
	text-decoration: none;
}

#inhalt a:hover {
	color: #88673c;
	text-decoration: none;
}

.titelupper{
	color: #a8875c;
	font-weight: bold;
	text-transform:uppercase;
}
.titel {
	color: #a8875c;
	font-weight: bold;
}
.img { float: left; padding: 2px 10px 2px 0px;}
