﻿html {
	background: #300;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 1em cambria, times, serif;
	background: #300 url(bg.jpg) no-repeat top center;
}

#preload1 {
	background-image: url(menu_active.gif);
}

#top {
	width: 682px;
	height: 5px;
	margin: 0 auto;
	color: #996633;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	background: #300 no-repeat top center;
}

#wrap {
	color: #505050;
	margin: 0 auto;
	width: 682px;
	background: url('parchment.jpg') repeat-y top center;
	min-height: 770px;
}

#header {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	background: url('ornament.gif') no-repeat center bottom;
}


#header h1 {
	font: 250% cambria, times, serif;
	color: #630;
	font-weight: 600;
	margin: 0 auto;
	padding: 30px 0 2px 0;
}

#header h1 img {
	padding: 0 15px;
}

#header img {
	margin: 20px 0 10px 0;
}

#header h2 {
	font: 100% cambria, times, serif;
	color: #505050;
	letter-spacing: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	font-variant: small-caps;
}

#nav ul {
	padding: 0 !important;
	padding: 0 0 0 5px;
	margin: 0;
}

#nav {
	margin: 0 auto;
	padding: 13px 0 19px 0;
	list-style-type: none;
	width: 600px;
	text-align: center;
	border-top: 1px solid #600;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li a {
	padding: 5px 8px 5px 8px;
	font: bold 1em cambria,garamond,times,serif;
	color: #993300;
	text-align: center;
	text-decoration: none;
}

#nav li  a:hover {
	color: #C90;
	text-decoration: none;
}

#content {
	margin: 0 160px 0 20px;
	padding: 20px;
	line-height: 1.4em;
}

#content img {
	float: left;
	clear: none;
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px solid #600;
}


#content img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

#content img.nofloat {
	float: none;
	margin: 3px 10px 3px 10px;
}

#content img.noborder {
	border: none;
	float: none;
	margin: 10px 10px 10px 10px;
}

#content img.inline {
	border: none;
	margin: 0 0em 0 0.5em;
	float: none;
}

#content a {
	color: #800;
	text-decoration: underline;
}

#content a:hover {
	color: #C90;
	text-decoration: none;
}

#content p.clear {
	clear: both;
}

#content h1 {
	font: 600 1.6em cambria,garamond,times,serif;
	color: #600;
	margin: 0 0 10px 0;
}

#content h2 {
	font: 600 1.2em cambria,garamond,times,serif;
	color: #740;
	margin: 3px 0;
}

#content h3 {
	font: 400 0.9em cambria,garamond,times,serif;
	color: #404040;
	font-style: italic;
	margin: 0 0 10px 0;
}
	

#side {
	width: 150px;
	float: right;
	clear: none;
	margin: 0 20px 0 0;
	}
	
div.right {
	float: right;
	clear: right;
	width: 150px;
	margin: 30px 0 0 0;
}

div.right h4 {
	font: 1.1em cambria,garamond,times,serif;
	border-top: 1px solid #98615F;
	background: url('h3bg.gif') no-repeat bottom center;
	padding: 2px 0 16px 0;
	text-align:center;
	color: #a80;
	font-variant: small-caps;
	margin: 0;
}

div.right ul {
	list-style:none;
	margin:0;
	padding: 5px;
}

div.right li {
	margin:0;
	padding:0;
}

div.right li a {
	display:block;
	text-decoration:none;
	font-size: 0.9em;
	padding: 5px 5px 5px 22px;
	background: url(menu.gif) left no-repeat;
	color: #633;
}

div.right li a:hover {
	background: url(menu_active.gif) left no-repeat;
	color: #800;
}

.entry {
	padding: 10px 10px 25px 10px;
	background: url('entrybg.gif') no-repeat bottom center;
	border-top: 1px solid #601C2A;
	line-height: 1.3em;
}

.entry p {
	font-size: 0.8em;
}

.comment a {
	font: 0.8em cambria,garamond,times,serif;
	color: #800;
	text-decoration: underline;
	padding: 4px 6px;
}

.comment a:hover {
	color: #ECCAA3;
	text-decoration: none;
	background-color: #600;
}
	
ol {
	color: #600;
	font: 600 1.0em cambria,garamond,times,serif;
	font-style:italic;
}
 
ol span {
	font: 400 1.0em cambria,garamond,times,serif;
	color: #505050;
	font-style: normal;
}

ol li {
	margin-left: 25px;
	padding: 4px 0
}

#content ul {
	list-style-type: none;
	margin-left: -14px;
	padding-left: 0;
}
	
#content ul li {
	padding-left: 14px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left 9px;
	background-image: url(bullet.gif);
}

table {
	width: 100%;
	margin-bottom: 20px;  
	
	font-size: 1em;
	border-collapse: collapse;
}

table caption {
	margin-top: 10px;
	padding: 0 0 0.5em 3px;
	
	font: 400 1.2em cambria,garamond,times,serif;
	text-align: left;  
}

table th,
table td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px !important;
	padding: 6px 10px;
}


thead th {
	color: #740;
	border-top: 2px solid #600;
	border-bottom: 1px solid #600;
}


tbody td {
	border-bottom: 1px solid #D6B8A0;
}

tbody tr:hover {
  background-color: #EDD4AE;
}

form label {
	display:block;
}

form input.text, form textarea {
	width:100%;
	border:1px #87764B solid;
	color:#211000;
	padding:4px 5px;
	font:12px 'Segoe UI',Verdana,Arial,sans-serif;
	background-color: #F6EDCB;
}

form input.text:hover, form textarea:hover {
	border:1px #87764B solid;
}

form input.text:focus, form textarea:focus {
	border:1px #2D1A06 solid;
	color:#211000;
}

form input {
	margin-right:8px;
	padding:3px 5px;
	font:12px 'Segoe UI',Verdana,Arial,san-serif;
}

* html form input.text,

* html form textarea {
	border-color:#533a18;
	color:#333;
}
	
#footer {
	width: 682px;
	margin: 0 auto;
	color: #996633;
	padding: 10px 0;
	text-align: center;
	font-size: 0.8em;
	background: #300 url('foot.jpg') no-repeat top center;
}

#footer a {
	color: #963;
	text-decoration: underline;
}

#footer a:hover {
	color: #c90;
	text-decoration: none;
}

#footer p {
	line-height: 1.1em;
}

.Titel {
	font-style: italic;
	font-weight: bold;
}

.Autor {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #740;
}

div.trenner {
	border: none;
	margin: 0;
	background: url('entrybg.gif');
	height: 21px;
}

.Zitat {
	font-style: italic;
	margin: 0.1em 0 0.7em 0;
}

div.AutorBereich {
	background-image: url(entrybg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 25px 0;
	margin: 0 0 1.2em 0;
}

div.BuchBereich {
	background-image: url(entrybg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 25px 0;
	margin: 0 0 1.2em 0;
}
