body {
	background: url(../images/bg-start.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

body.stories {
	background: url(../images/bg-stories.jpg) repeat-x;
}

body.story {
	background: url(../images/bg-stories.jpg) repeat-x;
}

/* ALLGEMEIN */
div.main {
	width: 780px;
	height: 606px;
	border: 1px solid #949494;
	padding: 0 14px;
	margin: 40px auto 0 auto;
	text-align: left;
}
/* HEADER */
div.header {
	width: 780px;
	height: 86px;
	margin-top: 14px;
	color: #000000;
	background: #68696b;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 38px;
	border-bottom: 1px solid #565658;
	overflow: hidden;
}

div.header img {
	border: none;
}
/* NAVIGATION */
div.navigation {
	width: 780px;
	height: 25px;
	border-bottom: 1px solid #565658;
	padding-top: 4px;
	text-align: center;
}

div.navigation a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}

div.navigation span {
	color: #ffffff;
	font-size: 18px;
}

/* story */
div.navigation.story a {
	color: #464648;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
}

div.navigation a.termine {
	color: #464648;
	margin: 0 160px;
}
div.navigation span.textweiss {
	color: #ffffff;
	margin-right: 18px;
}

div.navigation span.textschwarz {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

div.navigation span.textgrau {
	color: #464648;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/* CONTENT */
div.content {
	width: 780px;
	height: 443px;
	text-align: center;
	overflow: hidden;
}

div.content a {
    color: #464648;
}

div.content h1, div.content h2 {
	font-size: 16px;
	margin: 3px 0;
	padding: 0;
	font-weight: normal;
}

div.content h2 {
	font-size: 14px;
}

div.content img.roman {
	margin-left: 45px;
	margin-right: 51px;
}

div.content img.stories {
	margin-right: 8px;
}

div.content div.storyimage {
	float: left;
	width: 240px;
	height: 397px;
	margin-top: 23px;
	margin-left: 17px;
}

div.content div.information {
	float: left;
	width: 290px;
	height: 397px;
	margin-top: 10px;
	margin-left: 20px;
}

div.content div.thumbnails {
	clear: both;
	position: relative;
	top: -148px;
	left: 465px;
	width: 320px;
	height: 148px;
}
div.content div.thumbnails img {
	margin-right: 13px;
}

a.bestellung {
	position:relative;
	top: -100px;
	left: -28px;
}

/* story */
body.story div.main div.content {
	text-align: left;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
}

/* FOOTER */
div.footer {
	width: 780px;
	height: 16px;
	background: #8b8c8e;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

div.footer a {
	color: #ffffff;
	width: 780px;
	height: 15px;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}

.slogan {
	position: relative;
	top: -85px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.slogan span {
    font-size: 11px;
}
