/*
	Wein: #8c0064
	Wein light: #dcb9d2
	Dark Teal: #7d826e
	Wein Weiss: #c8d200
	Erde: #643c1e
*/

::-moz-selection{
	background: #c8d200;
	color: #7d826e;
}

::selection {
	background: #c8d200;
	color: #7d826e;
}

a::-moz-selection{
	background: #c8d200;
	color: #643c1e;
}

a::selection {
	background: #c8d200;
	color: #643c1e;
}

html {
	height: 100%;
}

body {
	font: 62.5% Arial, sans-serif;
	height: 100%; /* important */
	background: #fff url(bilder/background.gif);
	background-position: 92em 0;
	background-repeat: repeat-y;
	-webkit-text-size-adjust: none;
}

*body {
	background-position: 58em 0; /* background hack for IE! */
}

/* stile der indexseite */

#title {
	position: absolute;
	top: 5em;
	left: 8em;
	width: 170px;
}

#title img {
	width: 170px;
	height: 32px;
}

#container {
	/* background: #fff; */ /* not needed since the body background image hack */
	width: 92em; /* auf wunsch von UB fest statt flexibel */
	/*
	max-width: 128em;
	min-width: 88em;
	*/
	color: #000;
	overflow: visible;
	z-index: 1;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 20em;
	background: #eee;
	z-index: 2;
	display: none;
}

#super-nav {
	margin-left: 25em;
	margin-right: 1em;
	padding: 1em;
	height: 4em;
}

#nav {
	margin-left: 25em;
	margin-right: 5em;
	padding: 1em;
	margin-bottom: 3em;
}

#nav li {
	border-bottom: dotted 1px #8c0064;
	margin-top: 2em;
}

#nav h2 {
	display: inline;
	font: 300% Tahoma, Arial, sans-serif;
}

#nav h2 a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #7d826e;
}

#nav span {
	font-size: 1.1em;
}

a, #super-nav li a:hover {
	margin-left: 0.5em;
	color: #8c0064;
	text-decoration: none;
	
	background: url(bilder/arrow.gif) left 0.18em no-repeat;
     padding-left: 7px;
}

/* aussnahmen fuer die link-pfeile */
h1 a, h2 a, .vorschau-link {
	background: transparent;
	padding: 0;
	margin-left: 0;
}

#super-nav li {
	display: inline;
}

#super-nav li a {
	margin-left: 0.5em;
	color: #dcb9d2;
	text-decoration: none;
	text-transform: uppercase;
	
	background: url(bilder/arrow.gif) left 0.18em no-repeat;
     padding-left: 7px;
}

#super-nav li a.active {
	color: #8c0064;
}

#nav li span a:before, #copyright a:before, #super-nav li a:before, #content .kapitel_link a:before, #content #buchliste .col-preis a:before {
	/* content: "▸ "; */ /* Das waere die sauberste loesung gewesen, geht aber nicht im IE */
}

/*
#nav li span a, #copyright a, #super-nav li a, #content .kapitel_link a, #content #buchliste .col-preis a {
	background: url(bilder/arrow.gif) left 0.18em no-repeat;
     padding-left: 7px;
}
*/

#content {
	margin-left: 25em;
	padding: 1em;
	margin-right: 5em;
	border-bottom: dotted 1px #8c0064;
	margin-bottom: 2em;
	overflow: hidden; /* fuer den IE, sonst vielleicht eher auf auto setzen? */
}

#content h3 {
	color: #8c0064;
	font-size: 1.2em;
	line-height: 1.33em;
	margin-bottom: 2em;
}

#content p {
	color: #7d826e;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content #c-left {
	float: left;
	width: 48%;
	min-height: 20em;
}

#content #c-right {
	float: left;
	width: 48%;
	min-height: 20em;
	margin-left: 1em; /* einen abstand zwischen den zwei zellen zusammenhacken */
}

#copyright {
	clear: both;
	text-align: right;
	margin-top: 2em;
}

/* stile fuer publikationen.php */

#content .panoramagrafik {
}

#content .kapitel {
	margin-top: 2em;
	border-bottom: dotted 1px #8c0064;
}

#content h3 {
	font-weight: normal;
	margin-bottom: 0;
}

#content .kapitel p {
	max-width: 56em;
}

#content .kapitel_link {
	text-align: right;
}

#content .kapitel_link a {
	border: 0;
}

#content ul.kapitel_inhalt {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#content ul.kapitel_inhalt li {
	margin-bottom: 0.5em;
}

/* stile fuer mondo.php */

#content h3.padding {
	margin-top: 1.7em; /* hack, um auf die gleiche hoehe zu kommen wie in den publikationen */
	margin-bottom: 0;
}

/* stile fuer bestellung.php */

#content form p {
	margin-bottom: 1em;
}

#content #buchliste {
	width: 100%;
	padding: 1em;
	margin-top: 2em;
}

#content #buchliste h3 {
	margin: 0;
}

#content #buchliste td {
	padding-top: 1em;
	margin-bottom: 1em;
	border-bottom: dotted 1px #8c0064;
	vertical-align: top;
}

#content #buchliste th {
	font-weight: normal;
	color: #ddd;
	text-align: left;
	display: none; /* erstmal ausgeblendet lassen, solange nicht ausdruecklich gewuenscht */
}

#content #buchliste .divider {
	height: 4.5em;
	color: #999;
	vertical-align: bottom;
	padding-bottom: 0.5em;
}

#content #buchliste .col-bild {
	width: 72px;
	min-height: 96px;
	padding-bottom: 1em;
	border: 0;
}

#content #buchliste .col-bild img {
	max-height: 96px;
	max-width: 96px;
	border: solid 1px #ddd;
	-webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.2);
}

#content #buchliste .col-info {
	padding-bottom: 1em;
}

#content #buchliste .col-info .buch_autor {
	color: #000;
}

#content #buchliste .col-isbn {
	width: 10em;
	padding-left: 1em;
}

#content #buchliste .col-preis {
	width: 8em;
	text-align: right;
}

#content label {
	display: inline-block; /* oh je, besser noch aendern! */
	width: 10em;
}

#content .f-input {
	border: solid 1px #dcb9d2;
	width: 16em;
	padding: 0.2em;
	background-image: url('bilder/form_gradient.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#content .f-input:focus, #content textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #8c0064;
}

#content .missing {
	border: solid 1px red;
}

#content #b_plz, #content #b_menge {
	width: 4em;
}

#content #b_ort {
	width: 11.4em; /* mal im hinterkopf behalten zum ueberpruefen */
}

.error {
	color: red;
}

/* stile fuer den fancy zoom effekt auf der bestellung.php */

#ZoomBox {
	border: solid 1px #7d826e;
	border-bottom: solid 3px #7d826e;
	border-right: solid 3px #7d826e;
}

#ShadowBox {
	display: none; /* den schatten nicht anzeigen (macht fehler) */
}

