/* 
   sahneberg.de - sahnehang.de
   mm@raut.de - 06.10.2005
   mmenke@netzpepper.de - 18.03.2011
*/

div#sahne {
	height: 520px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #AAC9E6;
	border: 1px solid black;
	font-size: 100.01%;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	background-color: #80A2BB;
}
p {
	margin: 0;
	padding: 0;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#oben {
	background-image:url(/fileadmin/bilder/oben.gif);
	background-repeat: no-repeat;
	width: 940px;
	height: 116px;
	border-bottom: 4px solid #668699;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#navigation {
	height: 100px;
	overflow: hidden;
	width: 200px;
	padding: 3px;
	margin-left: 95px;
	margin-top: 0px;
}
div#navigation a {
	display: block;
	float: left;
	color: black;
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 2px;
	margin-top: 5px;
	width: 82px;
}
div#navigation a:hover {
	text-decoration: underline;
	float: left;
}
div#navigation a.aktiv {
	width: 82px;
	float: left;
	display: block;
	color: black;
	font-size: 0.9em;
	text-decoration: underline;
	margin-left: 2px;
	margin-top: 5px;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#links {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 88px;
	height: 396px;
	padding-top: 4px;
	border-right: 3px solid #946643;
}
div#links a {
	display: block;
	color: black;
	font-size: smaller;
	text-decoration: none;
	margin-left: 6px;
	margin-bottom: 4px;
	font-size: 0.9em;
}
div#links a:hover {
	text-decoration: underline;
}
div#links a.aktiv {
	display: block;
	color: black;
	font-size: smaller;
	text-decoration: underline;
	margin-left: 6px;
	margin-bottom: 4px;
	font-size: 0.9em;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#mitte {
	position: absolute;
	top: 120px;
	left: 91px;
	width: 311px;
	height: 358px;
	padding: 21px;
	border-right: 3px solid #946643;
	background-color: #FDEED7;
	line-height: 1.1em;
	overflow: auto;
	background-image: url(/fileadmin/bilder/mittehinter.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#mitte h1, 
div#rechts h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.7em;
	font-size: 1.3em;
	color: #946643;
	line-height: 1.2em;
	font-weight: normal;
}
div#mitte a,
div#rechts a {
	color: black;
	text-decoration: underline;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#rechts {
	position: absolute;
	top: 120px;
	left: 447px;
	width: 493px;
	height: 400px;
	background-color: #FDEED7;
}
div#rechts div#rechtsoben {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 451px;
	height: 103px;
	overflow: hidden;
	padding-top: 60px;
	padding-left: 21px;
	padding-bottom: 21px;
	padding-right: 21px;
	font-size: 1.5em;
	color: #946643;
	line-height: 1.2em;
	font-weight: normal;
	border-bottom: 3px solid #946643;
}
div#rechts div#rechtsoben div {
	text-align: center;
}
div#rechts div#rechtsoben a { 
	color: #946643;
}

div#rechts img {
	position: absolute;
	top: 187px;
	left: 0px;
	width: 493px;
	height: 213px;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

div#rechts div#rechts_platz {
	padding: 21px;
}

div#rechts div#rechts_platz h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.7em;
	font-size: 1.3em;
	color: #946643;
	line-height: 1.2em;
	font-weight: normal;
}
div#rechts div#rechts_platz table {
	border: 0;
}
div#rechts div#rechts_platz table td {
	border: 0;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

ul {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */

table.contenttable {
	border-spacing: 0px;
	border-collapse: collapse; 
	background-color: #f5dcbf;
	border: 1px solid #946643;
	margin-bottom: 10px;
}
table.contenttable th {
	text-align: left;
	font-weight: bold;
	background-color: #dfc1a2;
}
table.contenttable td,
table.contenttable th {
	border: 1px solid #946643;
	padding: 1px;
	padding-right: 10px;
}
