/* ************************************************************************** */
/* Stylesheet für www.imbannderzahlen.de                                      */
/*                                                                            */
/* Version 1.1 - 11.12.2009                                                   */
/*                                                                            */
/* (c) Copyright 2009 by Impression Media Dorsten - www.impressionmedia.de    */
/* ========================================================================== */
/* Versionshistorie                                                           */
/* (N = Neu; F = Fix; V = Verbesserung)                                       */
/* -------------------------------------------------------------------------- */
/* 1.0 - 15.02.2009: erste Fassung                                            */
/* ************************************************************************** */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

html * {
	font-size: 100.01%; /* alle Schriftgrößen auf Standard (16 Pixel) zurücksetzen */
	}

#page-wrapper {
	margin: 0 auto;
	width: 960px;
	}

strong {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

html {
	background: #EBF3DB url(../img/main-bg.jpg) top center repeat-y;
	}

body {
	background: transparent;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 100,01%;
	line-height: 1.4em;
	color: #333;
	}

#page-wrapper {
	background: transparent;
	width: 900px;
	}

#header {
	background: #fff url(../img/header-bg.jpg) top left no-repeat;
	border: #aaa 1px solid;
	border-bottom: none;
	border-top: none;
	margin-left: 24px;
	position: relative;
	width: 850px;
	}

#header-content {
	background: transparent;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	}

#header-content h1,
#header-content h2 {
	font-weight: bold;
	}

#header-content h1 {
	color: #5D1231;
	font-size: 300%;
	line-height: 1.5em;
	padding-top: 0.5em;
	}

#header-content h2 {
	color: #B50404;
	font-size: 150%;
	padding-bottom: 1.5em;
	}

#header-menu {
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 2px;
	}

#header-menu ul {
	float: right;
	}

#header-menu ul li {
	float: left;
	margin-left: 8px;
	}

#header-menu ul li a {
	border-bottom: #333 1px dotted;
	color: #333;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
	}

#header-menu ul li a:hover {
	border-bottom: green 1px dotted;
	color: green;
	}

#main-menu {
	background: transparent url(../img/menue-bg.gif) repeat-x bottom left;
	float: left;
	font-size: 70%;
	list-style: none;
	margin: 0;
	margin-left: -24px;
	padding: 10px 0 0 18px;
	width: 850px;
	}

#main-menu li {
	float: left;
	margin: 0;
	padding: 0;
	}

#main-menu a {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	border: 1px solid #aaa;
	color: #333;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 4px;
	text-decoration: none;
	}

#main-menu a:hover,
body#startseite #tab-startseite a,
body#das-buch #tab-das-buch a,
body#das-e-book #tab-das-e-book a,
body#persoenlichkeitsanalyse #tab-persoenlichkeitsanalyse a,
body#lebensweganalyse #tab-lebensweganalyse a,
body#lesermeinungen #tab-lesermeinungen a,
body#presse #tab-presse a,
body#warenkorb #tab-warenkorb a,
body#kontakt #tab-kontakt a,
body#impressum-agb #tab-impressum-agb a {
	background: #F2EDDE url(../img/menue-tab-active.gif) repeat-x top left;
	border-bottom-color: #F2EDDE;
	color: green;
	padding-bottom: 5px 7px;
	}

#content-wrapper {
	clear: left;
	}

#content {
	float: left;
	margin-left: 24px;
	width: 600px;
	}

#content .gutter {
	background: #fff;
	border: #aaa 1px solid;
	padding: 20px;
	position: relative;
	margin-top: 24px;
	margin-right: 10px;
	}

#content h2,
#content h3,
#content h4 {
	color: green;
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	}

#content h3, #content h4 {
	font-size: 100%;
	margin-bottom: 0.3em;
	}

#content ul, #content ol {
	line-height: 1.5em;
	list-style: square;
	margin-left: 2.5em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	}

#content ol {
	list-style: decimal;
	}

#content p {
	margin-bottom: 0.8em;
	}

#content p.slogan {
	color: #B50404;
	font-weight: bold;
	}

#content p.autor {
	}

#content a {
	color: #333;
	text-decoration: none;
	border-bottom: #333 1px dotted;
	}

#content a:hover {
	color: green;
	border-bottom: green 1px solid;
	}

p.clear-both {
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	}

.clear-left {
	clear: left;
	}

.clear-right {
	clear: right;
	}


#sidebar {
	float: right;
	margin-right: 24px;
	width: 240px;
	}

#sidebar .gutter {
	background: #fff;
	border: #aaa 1px solid;
	padding: 20px;
	margin-top: 24px;
	position: relative;
	}

#footer {
	background: #fff url(../img/header-bg.jpg) top left no-repeat;
	border: #aaa 1px solid;
	border-bottom: none;
	height: 220px;
	margin-left: 24px;
	margin-top: 10px;
	width: 850px;
	}

#footer-content {
	background: transparent;
	padding: 20px 20px 0 20px;
	}

img.img-left-border {
	background: #fff;
	border: #aaa 1px solid;
	float: left;
	margin: 0 10px 10px 0;
	padding: 6px;
	}

a.button,
a.button-top,
#content a.button,
#content a.button-top,
#cart_buttons a.button {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	border: #aaa 1px solid;
	color: #333;
	display: block;
	margin-top: 3em;
	padding: 2px 4px 2px 4px;
	text-align: center;
	text-decoration: none;
	}

a.button-top,
#content a.button-top {
	margin-bottom: 1em;
	margin-top: -1em;
	}

a.button:hover,
a.button-top:hover,
#content a.button:hover,
#content a.button-top:hover,
#cart_buttons a.button:hover {
	background: #FFFFC0 url(../img/button-active.gif) repeat-x top left;
	color: green;
	}

#cart_buttons a.button_left {
	float: left;
	font-size: 75%;
	width: auto;
	}

#cart_buttons a.button_right {
	float: right;
	font-size: 75%;
	width: auto;
	}

#sidebar h2 {
	color: #5F8700;
	color: green;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	}

#cart-container {
	overflow: hidden;
	}

#cart-container h2 {
	background: transparent url(../img/cart.gif) top left no-repeat;
	padding-left: 29px;
	}

#cart-container p,
#cart-container a {
	font-size: 75%;
	line-height: normal;
	}

#cart-container p.cartinfo {
	margin-bottom: 1.5em;
	}

#info-container,
#leseprobe-container,
.news-container {
	overflow: hidden;
	}

#info-container h2 {
	margin-bottom: 1.5em;
	}

.news-container h2,
.news-container p {
	margin-bottom: 0.5em;
	}

#info-container img.cover {
	margin-bottom: 1.5em;
	padding-left: 18px;
	}

#info-container p,
#info-container a,
#leseprobe-container p,
#leseprobe-container a,
.news-container p,
.news-container a {
	font-size: 75%;
	line-height: normal;
	}

#pullquote {
	background: transparent;
	width: 100%;
	filter: alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	float: right;
	margin: 10px 0 0.5em -10px;
	font-size: 175%;
	line-height: 1em;
	text-align: right;
	}

#pullquote a {
	color: green;
	font-size: 100%;
	text-decoration: none;
	}

#pullquote a.brown {
	color: #5D1231;
	}

#pullquote a.red {
	color: #B50404;
	}

.clear-both {
	clear: both;
	}

.initial {
	font-size: 150%;
	font-weight: bold;
	}

p.cite {
	font-size: 125%;
	font-style: italic;
	margin-bottom: 2em;
	text-align: right;
	}

blockquote {
	background: #fff url(../img/blockquote-start-bg.gif) top left no-repeat;
	margin-bottom: 2em;
	}

#content blockquote p,
#content blockquote h3,
#content blockquote h4 {
	padding-left: 22px;
	}

#content blockquote h3 {
	color: #5D1231;;
	}

#content blockquote h4 {
	color: #B50404;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

#content blockquote a.button {
	margin: 1.5em 0 1em 22px;
	}

cite {
	display: block;
	font-style: italic;
	margin-top: 0.5em;
	text-align: right;
	}

#lesermeinungen #content h2 {
	margin-bottom: 1.5em;
	}

p.indent {
	padding-left: 3em;
	text-indent: -3em;
	}

p.readalso {
	font-weight: bold;
	text-decoration: underline;
	}

/* --- Warenkorb / Kasse - Start ------------------------------------------- */
form {
	border: #aaa 1px solid;
	clear: left;
	margin-top: 0em;
	overflov: hidden;
	}

form fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 16px 22px 14px 14px;
	}

.topspace {
	margin-top: 1.5em;
	}

form h3.topspace {
	margin-top: 1em;
	}

form p {
	margin-bottom: 0.6em;
	}

p.kasse-optionen {
	line-height: normal;
	margin-bottom: 0;
	margin-left: 1.5em;
	}

form label {
	cursor: pointer;
	float: left;
	width: 28%;
	padding-top: 2px;
	}

form label.nachricht {
	float: none;
	}

form input,
form select,
form input[type="submit"] {
	border: #aaa 1px solid;
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 4px 4px;
	width: 60%;
	}

form input:hover,
form input:focus,
form select:hover,
form select:focus {
	background: #FFFFC0 url(../img/button-active.gif) repeat-x top left;
	}

form textarea {
	border: #aaa 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	padding: 3px 3px 3px;
	width: 100%;
	}

form select {
	padding: 3px 3px 3px;
	width: 20%;
	}

.laender {
	padding: 3px 3px 3px;
	width: 62%;
	}

form input[type="submit"],
form input[type="submit"]:hover,
form input[type="submit"]:focus {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	color: #333;
	float: right;
	font-weight: bold;
	margin-right: 0;
	margin-top: 1.5em;
	width: auto;
	}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
	background: #FFFFC0 url(../img/button-active.gif) repeat-x top left;
	color: green;
	}

form input[type="checkbox"] {
	margin-left: 28%;
	margin-right: 4px;
	width: auto;
	}

#kasse-versand-bezahlung input[type="radio"] {
	float: none;
	width: auto;
	}

.cart_table {
	border: 1px #aaa solid;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:center;
	width: 100%;
	}

tr.cart_title {
	background-color:#DFDFDF;
	}

.cart_table td {
	border-bottom: #aaa 1px solid;
	line-height: normal;
	padding:3px;
	vertical-align: top;
	}

td.right {
	text-align: right;
	}

td.cart_total {
	text-align: right;
	padding:5px 15px 5px 0;
	}

table form {
	border: none;
	clear: none;
	}

table form input[type="text"] {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	border: #aaa 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin-right: 6px;
	padding: 2px 2px 2px;
	width: 2.5em;
	}

table form input[type="submit"],
table form input[type="submit"]:hover,
table form input[type="submit"]:focus {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	border: #aaa 1px solid;
	color: #333;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
	}

table form input[type="submit"]:hover,
table form input[type="submit"]:focus {
	background: #FFFFC0 url(../img/button-active.gif) repeat-x top left;
	color: green;
	}

form.subw {
	border: none;
	}
/* --- Warenkorb / Kasse - Ende -------------------------------------------- */

#product {
	background: #fff;
	border: #aaa 1px solid;
	float: right;
	margin: 4px 0 0 10px;
	width: 183px;
	}

#product form {
	border: none;
	clear: none;
	margin-top: 0em;
	overflov: hidden;
	}

#product img {
	padding: 10px 10px 0 10px;
	}

#product p {
	margin: 0;
	padding: 10px;
	text-align: right;
	}

#product p.preis {
	font-size: 112.5%;
	font-weight: bold;
	}

#product p.steuerversand,
#warenkorb p.steuerversand {
	font-size: 75%;
	line-height: normal;
	padding-top: 0;
	}

#product input {
	background: #EBF3DB url(../img/menue-tab-inactive.gif) repeat-x top left;
	border: #aaa 1px solid;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin-right: 6px;
	margin-top: 0;
	padding: 2px 2px 2px;
	width: 2.5em;
	}

#product input[type="submit"] {
	margin-left: 6px;
	margin-right: 0;
	width: auto;
	}

#product input:hover,
#product input:focus {
	background: #FFFFC0 url(../img/button-active.gif) repeat-x top left;
	color: green;
	}


.addressright {
	float: left;
	width: 4.5em;
	}

#formalia {
	font-size: 75%;
	margin-top: 4em;
	}

#formalia p {
	line-height: normal;
	}

#impressionmedia {
	border-top: #333 1px dotted;
	margin-top: 2em;
	padding-top: 2em;
	}

#content a.img {
	border: none;
	text-decoration: none;
	}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0
	}

table.inhaltsverzeichnis {
	font-size: 87.5%;
	}

table.inhaltsverzeichnis td {
	text-align: left;
	padding: 0;
	width: 500px;
	}

table.inhaltsverzeichnis td.right {
	text-align: right;
	width: 30px;
	}

table.inhaltsverzeichnis .topspace {
	padding-top: 0.5em;
	}

table.inhaltsverzeichnis td.level2 {
	padding-left: 1em;
	}

table.inhaltsverzeichnis td.level3 {
	padding-left: 2em;
	}

p.bottomlink {
	margin-top: 2em;
	text-align: right;
	}

p.bottomlink-small {
	margin-top: 2em;
	text-align: right;
	}

p.error,
p.error-lieferadresse {
	border-bottom: #aaa 1px solid;
	border-top: #aaa 1px solid;
	color: red;
	clear: left;
	font-size: 75%;
	}

p.error-lieferadresse {
	clear: none;
	}

p.link-agb {
	margin-top: 1.5em;
	text-align: right;
	}

p.link-agb-clear {
	clear: both;
	margin-top: 1.5em;
	text-align: right;
	}

p.hinweis-land {
	font-size: 90%;
	line-height: normal;
	margin-left: 28%;
	}

p.right {
	text-align: right;
	}

p.topline {
	border-top: #aaa 1px solid;
	}

p.lieferadresse {
	line-height: normal;
	}

p.hilfe {
	border-top: #aaa 1px solid;
	font-size: 75%;
	line-height: normal;
	padding-top: 0.4em;
	}

.nowrap {
	white-space: nowrap;
	}

#bestaetigung-links {
	float: left;
	width: 55%;
	}

#bestaetigung-rechts {
	float: right;
	width: 45%;
	}

#content p.spaceafter {
	margin-bottom: 2em;
	}

.clearing {
	clear: both;
	}

#persoenlichkeitsanalyse form label,
#lebensweganalyse form label {
	width: 36%;
	}

#persoenlichkeitsanalyse form input.gebtagmonat,
#lebensweganalyse form input.gebtagmonat {
	text-align: right;
	width: 10%;
	}

#persoenlichkeitsanalyse form input.gebjahr,
#lebensweganalyse form input.gebjahr {
	text-align: right;
	width: 18%;
	}

#lebensweganalyse form input.hausnummer {
	text-align: right;
	width: 10%;
	}

#persoenlichkeitsanalyse form select,
#lebensweganalyse form select {
	width: 60%;
	}

p.formular-hilfe {
	margin-top: 2em;
	}

img.jetzt-neu {
	position: absolute;
	right: -18px;
	top: -20px;
	}

.news-container a.button {
	margin-top: 1em;
	}

p.coupon-hint {
	font-size: 90%;
	line-height: normal;
	margin-left: 28%;
	width: 60%;
	}

span.discount {
	color: red;
	}