/* ----------------------------------------
Lembeck Stylesheet für moderne Browser

Version: 1.0
Stand: 29.08.2007
Autor: Ramona Biermann
eMail: webmaster@lembeck.de
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff url(../Bilder/bg_body.jpg) repeat-x top;
	color: #46463e;
	font: 62.5%/1.5 Verdana, sans-serif;
	}
	
img {
	border: none;
	display: block;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

acronym, abbr {
	border-bottom: 1px dashed #5f5f55;
	cursor: help;
	}

acronym.ohne, abbr.ohne {
	border: none;
	cursor: default;
	}

.clear {
	clear: left;
	padding-top: 1.2em;
	}
	
.kleiner {
	font-size: 1em;
	}
	
.inline {
	display: inline;
	}
	
p, ul, ol {
	font-size: 1.2em;
	margin-bottom: 1em;
	}
	
ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
	}
	
h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 1em;
	}
	
h1 {
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1.3em;
	}
	
h3 {
	font-size: 1.2em;
	}
	

/* Container
---------------------------------------- */

#container {
	margin: 0 auto;
	max-width: 76em;
	}
	

/* Header
---------------------------------------- */

#header {
	background: transparent url(../Bilder/bg_container.jpg) no-repeat right 80px;
	height: 200px;
	}

/* Logo im Header */

#logo a {
	display: block;
	height: 80px;
	width: 470px;
	}
	
#logo a:hover {
	background-color: transparent;
	}

/* Navigation oben rechts */

#menu {
	margin-top: -80px;
	float: right;
	}
	
#menu ul {
	font-size: 1.1em;
	}

#menu li {
	display: inline;
	}

#menu a:link, #menu a:visited {
	border-top: 4px solid #ea8f39;
	color: #46463e;
	float: left;
	padding: 0.3em 1em;
	}

#menu a:hover {
	border-top: 4px solid #c74e05;
	color: #c74e05;
	text-decoration: none;
	}
	
/* Content Startseite
---------------------------------------- */

#contentstart {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	}	


/* Content
---------------------------------------- */

#content {
	float: left;
	margin: 0 0 1em 0;
	width: 70%;
	}
	
#content h2.abstand {
	padding-top: 1em;
	}
	
#content li {
	margin-bottom: 0.3em;
	margin-left: 1.6em;
	}

#content ul.autorenliste {
	margin-bottom: 1em;
	list-style-type: none;
	}

#content a:hover {
	text-decoration: underline;
	}

#content blockquote {
	background: #f5f5f2 url(../Bilder/icon_zitat.gif) no-repeat;
	padding: 2em 1em 0.5em 4em;
	margin: 1em 0 1em 0;
	}

#content blockquote .schmal {
	margin: 1em 6em 1em 6em;
	}

#content cite {
	font-size: 90%;
	line-height: 1.4em;
	font-style: normal;
	}

#content .bildli {
	float: left;
	margin: 0 1em 1em 0;
	padding: 0 12px 0 0;
	}

#content .bildre {
	float: right;
	margin: 0 0 1em 0;
	padding: 0 0 0 12px;
	}

#content .trenner {
	border-top: 1px #dbdaca solid;
	padding-top: 1em;
	}

#content table {
	margin-top: 2em;
	width: 100%;
	border-collapse: collapse;
	}
	
#content table h2 {
	padding: 1em 0 0 0;
	}

#content table h3 {
	vertical-align: top;
	padding: 0;
	}

#content td {
	border-top: 1px solid #dbdaca;
	vertical-align: top;
	padding: 0.5em 0 1em 0;
	}
	
#content td.ueber {
	background-color: #f5f5f2;
	border-top: 1px solid #dbdaca;
	padding: 0;
	}
	
#content form {
	background-color: #f5f5f2;
	padding: 1em 2em 2em 2em;
	}

#content form p {
	display: block;
	padding: 0.5em 0 0 0;
	}
	
#neu {
	clear: left;
	background-color: #f5f5f2;
	padding: 2em;
	}
	
#neu h3 {
	border: 1px dashed #dbdaca;
	border-width: 1px 0;
	padding: 0.2em 0;
	}

#content .flaeche {
	background-color: #f5f5f2;
	padding: 1em 2em 1em 2em;
	}

/* Content 2spaltig */

#linkespalte {
	float: left;
	margin-top: 2em;
	width: 48%;
	}

#rechtespalte {
	float: right;
	margin-top: 2em;
	width: 48%;
	}


/* Buchinfos */

#info {
	margin: 0 0 0 175px;
	}

.titelbild {
	background-color: #fff;
	border: solid 1px #dbdaca;
	float: left;
	margin: 0 0 2em 0;
	padding: 12px;
	}

.edatum {
	background: url(../Bilder/icon_neu.gif) no-repeat left bottom;
	font-weight: bold;
	padding: 0 0 0 3em;
	}

#einzug175 {
	margin-left: 175px;
	}

#einzug175 .titelbild {
	margin-left: -175px;
	display: inline;
	}

#einzug175 .edatum {
	background: url(../Bilder/icon_neu.gif) no-repeat left bottom;
	font-weight: bold;
	padding: 1em 0 0 3em;
	border-top: 1px #dbdaca solid;
	}
	
#einzug175 .linie {
	padding: 1em 0 0 0;
	border-top: 1px #dbdaca solid;
	}

#einzug175 .abstandunten {
	margin-bottom: 3em;
	}
	
	
/* Bestellformular */

#content fieldset {
	margin: 1em 0;
	padding: 2em;
	border: 1px solid #dbdaca;
	}
	
#content label {
	display: block;
	}
	
#content input {
	width: 100%;
	}
	
#content input.radio, #content input.submit {
	width: auto;
	}
	
#content input:focus, #content textarea:focus {
	background: #f9e7c7;
	}
	
#content textarea {
	width: 100%;
	height: 100px;
	font: 85% Verdana, sans-serif;
	}
	
		
/* Links
---------------------------------------- */

a {
	text-decoration: none;
	}

a:link {
	color: #c74e05;
	}

a:visited {
	color: #c74e05;
	}

a:hover {
	background: #f5f5f2;
	color: #c74e05;
	text-decoration: underline;
	}

a:link.linkextern, a:visited.linkextern, a:hover.linkextern {
	background: url(../Bilder/icon_linkextern.gif) no-repeat left;
	padding-left: 14px;
	margin-left: 0.2em;
	}

a:link.linkintern, a:visited.linkintern, a:hover.linkintern {
	background: url(../Bilder/icon_linkintern.gif) no-repeat left;
	padding-left: 14px;
	margin-left: 0.2em;
	}

a:link.linkpdf, a:visited.linkpdf, a:hover.linkpdf {
	background: url(../Bilder/icon_acrobat.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 0.2em;
	}

a:link.linkmail, a:visited.linkmail, a:hover.linkmail {
	background: url(../Bilder/icon_email.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 0.2em;
	}


/* Sidebar
---------------------------------------- */

#sidebar {
	float: right;
	margin-bottom: 1em;
	width: 25%;
	}
	
#sidebar form {
	border: 1px dashed #dbdaca;
	border-width: 1px 0;
	margin: 0 0 2em 0;
	padding: 0.5em 0;
	}

#sidebar form .bg {
	background: #f5f5f2;
	padding: 1em;
	}

#sidebar input {
	font-size: 1em;
	padding: 0.1em;
	}

#sidebar ul, ol {
	font-size: 1.1em;
	list-style-type: none;
	}

#sidebar li {
	border-bottom: 1px #dbdaca dashed;
	padding: 0.2em 0;
	}
	
#sidebar .lileer {
	border-bottom: 1px #dbdaca dashed;
	padding: 0.9em 0;
	}
	
#sidebar li.linieoben {
	border-top: 1px #dbdaca dashed;
	border-bottom: 1px #dbdaca dashed;
	padding: 0.2em 0;
	}

#sidebar a {
	display: block;
	padding: 0 1em;
	margin: 0;
	}

#sidebar a:hover {
	text-decoration: none;
	}


/* Footer
---------------------------------------- */

#footer {
	border-top: 1px dashed #dbdaca;
	clear: both;
	padding-top: 0.5em;
	}

#footer p {
	font-size: 1em;
	}
