body {
	margin:0px;
	padding:0px;
	background: #ffffff url(Img/script2.jpg);
	font: 11px Courier, mono;
	color: #000000;
}

a, a:link, a:visited {
	background: none;
	text-decoration: none;
	font-size: 14px;
	font-variant: small-caps;
	font-family: times, serif;
	font-weight: bold;
	color: #6d1c1c;
}

a:hover, a:active, a:visited:hover {
	background: none;
	font: small-caps bold times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-family: times, serif;
	font-weight: bold;
	color: #a32a2a;
}

.content {
	background: #CDBCA3 url(Img/header.jpg) top center no-repeat;
	width: 930px;
	height: 500px;
	padding: 10px;
	margin-top: -260px;
	margin-bottom: 0;
	margin-left: -480px;
	margin-right: 0;;
	border-top: 15px solid #CDBCA3;
	border-bottom: 5px solid #CDBCA3;
	border-left: 5px solid #e3cba1;
	border-right: 5px solid #e3cba1;
	position: absolute;
	top: 50%;
	left: 50%;
}

.story {
	background: #fdffe5;
	height: 350px;
	width: 600px;
	padding: 10px;
	margin-right: 140px;
	margin-top: 90px;
	margin-bottom: 15px;
	border: 5px solid #f5eccb;
	overflow: auto;
	position: relative;
	left: 16px;
}

img {
	margin-right: 10px;
}

/* Überschriften */


#h1 {
	background: #feffef;
	font: small-caps bold 24px times, serif;
	padding: 10px 20px 10px 20px;
	color: #451212;
	text-align: left;
	border-bottom: 1px solid #bbae8f;
}

#h2 {
	background: #feffef;
	font: small-caps bold 20px times, serif;
	padding: 10px 20px 10px 20px;
	color: #451212;
	text-align: left;
	border-top: 1px solid #e4dec5;
	border-bottom: 1px solid #e4dec5;
}

#h3 {
	background: #feffef;
	font: small-caps bold 18px times, serif;
	padding: 10px 20px 10px 20px;
	color: #451212;
	text-align: left;
	border-bottom: 1px solid #bbae8f;

}

#h4 {
	background: #feffef;
	font: small-caps bold 16px times, serif;
	padding: 10px 20px 10px 20px;
	color: #451212;
	text-align: center;
	border-bottom: 1px solid #bbae8f;

}

#h5 {
	background: #feffef;
	font: small-caps bold 16px times, serif;
	padding: 10px 20px 10px 20px;
	color: #451212;
	text-align: left;
	border-bottom: 1px solid #bbae8f;

}

#h6 {
	background: #fff;
	font: small-caps bold 15px times, serif;
	padding: 10px 20px 10px 50px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #bbae8f;

}

/* Navigations */

#naviL {
	float: left;
	width: 120px;
	border-top: 2px solid #CDBCA3;
	border-left: 2px solid #CDBCA3;
	border-right: 2px solid #CDBCA3;
	font: bold 13px verdana, sans-serif;
	color: #890101;
	display: unchanged;
	margin: 0px 5px 10px 5px;
}

#naviR {
	float: right;
	width: 120px;
	border-top: 2px solid #CDBCA3;
	border-left: 2px solid #CDBCA3;
	border-right: 2px solid #CDBCA3;
	font: bold 13px verdana, sans-serif;
	color: #890101;
	display: unchanged;
	margin: 0px 5px 10px 5px;
	text-align: right;
}

#sectionLinks {
	margin: 0px;
	padding:  0px;
	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background: #ebe3be;
	font: bold 13px verdana, sans-serif;
	padding: 3px;
	color: #890101;
	border-bottom: 2px solid #CDBCA3;
	text-decoration: none;
}

#sectionLinks a:hover, a:visited:hover {
	display: block;
	background: #a6855b;
	font: bold 13px verdana, sans-serif;
	padding: 3px;
	color: #ffeadb;
	border-bottom: 2px solid #CDBCA3;
	text-decoration: none;
}

/* Footer */

#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 11px Verdana, sans-serif;
	color: #451212;
}

.left {
	float: left;
	width: 290px;
}

.right {
	text-align: center;
	float: left;
	width: 290px;
}

.clear {
	height: 5px;
	clear: both;
	float: none;
}