/* =========================================================

neufeld-verlag.de - Stylesheet für den Neufeld Verlag
Datei: design.css
Media: screen
Datum: 8. Dezember 2007
Autor: Ulf Mayer
Mail: ulfmayer@gmail.com
 
========================================================== */

/* ===============================
   = Formatierung von HTML-Elementen
=============================== */

*{
font-size: 1em; /* don't edit! */
}

html {
font-size: 62.51%; /* don't edit */
}

body {
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	text-align: left;
	font-size: 1em; /* edit here to change font size globaly 1em = 10px */
	background: #eef2f5;
	color: #000;
}

div {font-size: 1em;}

address { font-style: normal; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd, hr { margin:0; padding:0 }
ul,ol { list-style:none }
:link,:visited { text-decoration:none }

dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}
ol {list-style: decimal;}

ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}

p {margin-bottom: 1em;}
ul {list-style: circle; margin-bottom: 18px;}
ul li {margin: 0 0 0 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: circle;}
ul li ol {margin: 1em 0 1em 1em;}

a img,:link img,:visited img { border:none }

table                {}
tr, thead, tbody     {}
th, td               {vertical-align:top}

form                 {}

input                {font:inherit;}
select               {font:inherit;}
textarea             {font:inherit;}

label,
button		           {cursor:pointer;}
button:hover         {cursor:pointer;}

a                    {color: #063;}
a:hover              {}
a.intern             {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/intern.gif) center left no-repeat}
a.extern             {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/extern.gif) center left no-repeat}
a.download           {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/download.gif) center left no-repeat}
a.audio              {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/audio.gif) center left no-repeat}
a.video              {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/video.gif) center left no-repeat}
a.pdf              {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/pdf.gif) center left no-repeat}
a.word              {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/page_white_word.gif) center left no-repeat}
a.excel              {line-height: 18px; padding:1px 0 0 20px; background:url(/schwabe/wGlobal/layout/images/links/page_white_excel.gif) center left no-repeat}

a img                {border:none}

img.picture          {margin:4px 4px 4px 4px}
img.pictureLeft      {float:left;margin:4px 9px 4px 0}
img.pictureRight     {float:right;margin:4px 0 4px 9px}

.clear {
	clear: both;
}

.inv {
	visibility: hidden;
}

#contactInformation,
.screenreader {
	display: none;
}

html, body {
	height: 100%;
}
body {
	height: 100%;
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
html, body, table, th, td, div, h1, h2, h3, h4, p, a, img, form, blockquote, kbd, label, input, textarea {
	margin: 0 auto;
	padding: 0;
}
h1 {
	font-family: Georgia, Helvetica, serif;
	margin: 0 0 0.3em 0;
	font-size: 200%;
	font-weight: normal;
	color: #3B6E8F;
}
h2 {
	font-family: Georgia, Helvetica, serif;
	font-size: 133.33%;
	font-weight: normal;
	color: #000;
}
h2.katalog {
	font-family: "Trebuchet MS", Helvetica, serif;
	font-size: 115%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-left: .5em;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, serif;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
}
p {
	margin: 0 0 1em 0;
	clear: both;
}
p.bodytext {
	margin: 0 0 0 0;
}
img {
	border: none;
}
a {
	color: #115097;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

a.menu:hover {
	text-decoration: underline;
	
}

a.seitenmenu {
	color: #3B6E8F;
	text-decoration: none;
	font-weight: normal;
}

a.seitenmenu:hover {
	text-decoration: none;
	font-weight: bold;
}

a.footermenu {
	color: #3B6E8F;
	text-decoration: none;
	font-weight: normal;
}

a.footermenu:hover {
	text-decoration: none;
	font-weight: bold;
}

span.strong {
font-weight: bold;
}

.clear {
	clear: both;
}
/* Container */
div.bg {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
div.container {
	margin: 0 auto;
	width: 800px;
	font-size: 1.2em;
	text-align: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	border: 1px solid #c3d2dd;
	border-top: 0;
	border-bottom: 0;
}
div.main {
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	width: 800px;
	min-height: 100%;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
div.top {
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/header/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 211px;
	border-width: 0 0 3px 0;
	border-color: #fff;
	border-style: solid;
}
div.menu {
	position: absolute;
	bottom:0;
	left: 0;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 39px;
	width: 800px;
}
div.alignmenu {
	position: absolute;
	bottom:0;
	left: 0;
	margin: 0 0 0 1em;
	padding: 0;
	height: 29px;
	width: 590px;
}
div.content {
	text-align: left;
	float: left;
	display: inline;
	clear: none;
	position: relative;
	margin: 10px;
	padding: 10px;
	width: 540px;
	text-align: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}
div.seitenmenu {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 210px;
	text-align: left;
	min-height: 100%;
/*	background-image: url(../images/bg_seite.gif);
	background-repeat: repeat;
	height: 100%; */
}
div.footer {
	clear: both;
	position: relative;
  margin: 0;
  padding: 6px 0 0 0;
	width: 800px;
	text-align: right;
	background-image: url(../images/bg_footer.gif);
	border-width: 3px 0 0 0;
	border-color: #fff;
	border-style: solid;
	height: 34px;
/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 34px;
	}
html>body div.footer {
	height: 25px; /* ie5win fudge ends */
	}
div.alignfooter {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	width: 800px;
	height: 20px;
	text-align: right;
	border: 0;
}
/* Listen */
ul.menuoben {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
}
li.MENU_OBENno  {
	margin: 0 0 0 0.7em;
	padding: 0;
	float: left;
	color: #fff;
	text-decoration: none;
}
li.MENU_OBENact  {
	margin: 0 0 0 0.7em;
	padding: 0;
	float: left;
	color: #fff;
	text-decoration: none;
}
li.MENU_OBENno a {
	color: #fff;
	text-decoration: none;
}
li.MENU_OBENact a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
li.MENU_OBENno a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul.menulinks {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-type: none;
}
li.MENU_LINKSno {
	margin: 0;
	padding: 0;
}
li.MENU_LINKSact {
	margin: 0;
	padding: 0;
}
li.MENU_LINKSno a {
	color: #3B6E8F;
	text-decoration: none;
	font-weight: normal;
}
li.MENU_LINKSact a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #3B6E8F;
	text-decoration: none;
}
li.MENU_LINKSno a:hover {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #3B6E8F;
	text-decoration: none;
}
ul.menuunten {
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}
li.MENU_UNTENno {
	margin: 0 0 0 0.7em;
	padding: 0;
	float: right;
	color: #3B6E8F;
	text-decoration: none;
}
li.MENU_UNTENact {
	margin: 0 0 0 0.7em;
	padding: 0;
	float: right;
	color: #3B6E8F;
	font-weight: bold;
	text-decoration: none;
}
li.MENU_UNTENno a {
	color: #3B6E8F;
	font-weight: normal;
	text-decoration: none;
}
li.MENU_UNTENact a {
	color: #3B6E8F;
	font-weight: bold;
	text-decoration: none;
}
li.MENU_UNTENno a:hover {
	color: #3B6E8F;
	font-weight: bold;
	text-decoration: none;
}
li.hidden {
	display: none;
}
br.clear {
  clear: both;
}
table.csc-mailform {
  font-size: 100.01%;
  text-align: left;
  width: 100%;
}
table td.csc-form-labelcell, td.csc-form-label-req, td.csc-form-fieldcell {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}
ul.linkseite {
  list-style-type: none;
  margin: 1m 0 0 0;
  padding: 0;
}
ul.linkseite li {
  display: block;
  padding: .5em;
}
ul.pdf {
	list-style-image: url(../images/pdf.gif);
	list-style-position: inside;
	margin: 10px 0 0 80px;
	padding: 0;
	text-align: left;
	border: 0;
}
li.pdf {
	margin: 0 0 0 -5px;
	padding: 0 0 0 9px;
	vertical-align: top;
	text-align: left;
}

li.pdf a{
	padding: 0 0 0 5px;
}

img.buch {
	border-width: 0;
	width: 50px;
	margin: 0 10px; 0 0;
	padding: 0;
	float: left;
	clear: left;
}
img.buttonpdf {
	border-width: 0;
	margin: 0 10px; 0 0;
	padding: 0;
	float: left;
	clear: left;
}
div.pdfcontainer {
	height: 99%;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.right {
	float: right;
	display: inside;
	margin: 10px 0 0 0;
	padding: 0;
	width: 45%;
}
div.left {
	float: left;
	display: inside;
	margin: 10px 0 0 0;
	padding: 0;
	width: 45%;
}
input, textarea {
   font-family: Trebuchet MS, Gill Sans MT, sans-serif;
   font-size: .9em;
}
/*
input:focus, textarea:focus {
background-color: #D0DCE3;
  border-width: 2px 2px 2px 2px;
  border-top-color: #3C6E8F;
  border-right-color: #3C6E8F;
  border-bottom-color: #3C6E8F;
  border-left-color: #3C6E8F;
  border-style: solid; 
}*/

ul.pdftwo {
	list-style-image: url(../images/pdf.gif);
	list-style-position: inside;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	border: 0;
}

div.seitencontent {
  margin: 0 20px 0 20px;
}

form#mailform fieldset {
  border: 0;
}

form#mailform fieldset label{
  display: block;
  width: 130px;
  float: left;
}

.csc-mailform-submit {
  margin: 0 0 0 130px;
}

/* Nav Level 3 */

ul#nav {
  list-style-type: none;
  margin: 5px 0 5px -30px;  
  _margin: 5px 0 5px 10px;
}

ul#nav li {
  margin: 0;
}

/* ===============================
   = Katalog
=============================== */

div.headKatalog {  display: block;  background-color: #D0DCE3;  clear: both;  border-width: 1px 0 1px 0;  border-color: #3C6E8F; border-style: solid;  padding: .3em;  margin-bottom: .5em;}
.productContainer { width: 540px;}
	div.singleProduct {  padding: 0;  width: 100%; height: auto;  background-color: #fff;  margin: 0 .5em .5em 0;  border-width: 1px;  border-style: solid;  border-color: #D0DCE3;  float: none;}
	div.imageContainer {  float: left;  background-color: #fff;  width: 100px;  padding: .5em;}
	div.produktInfo {  float: left;  padding: 1em 0 0 0; width: 300px; height: auto;}
	div.alignLeft {  float: left;}
	div.alignRight {  float: right;}
	div.metaInfo {  float: none; clear: both; padding: 1em 0 0 .5em;  margin: -5.5em 0 0 0;}

/* ===============================
   = Kontaktformular
=============================== */

form#mailform label {
  cursor: pointer;
  font-weight: bold;
  width: 70px !important;
}

form#mailform input, textarea {
  width: 250px;
}

form#mailform input.csc-mailform-submit {
  width: auto;
  margin: 0;
  margin-left: 70px;
}

/* ===============================
   = Indexed Search
=============================== */

div.tx-indexedsearch-searchbox {
	position: relative;
	background: #D0DCE3;
	padding: 1em;
	border: 1px solid #3C6E8F;
}

div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	float: left;
	_height: 28px;
}

div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	float: left;
	padding: 3px 0 3px 0;
	margin: 0;	
	border-bottom: 1px solid #939ea5;
	border-right: 1px solid #939ea5;
	border-top: 1px solid #dfe6ea;
	border-left: 1px solid #dfe6ea;
	background: #bdccd5;
	font-weight: bold;
}

div.tx-indexedsearch-searchbox fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

div.tx-indexedsearch-searchbox legend {
	display: none;
}

div.tx-indexedsearch-searchbox fieldset label {
	display: block;
	font-weight: bold;
	clear: both;
}

.bettersearch {
	padding-top: 1em;
	display: block;
	clear: left;
}

.info {
	padding: 5px 5px 5px 10px;
	background: ##D0DCE3!important;
}

.result-number {
	color: #000;
}

/************************
*** = Suche im Template
*************************/

fieldset#suche {
	border: 0;
	width: 205px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -6px;
	right: -194px;
}

fieldset#suche legend {
	display: none;
}

fieldset#suche input {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	/*border: 1px solid #356b8a;*/
	border: 0;
	background: url(../images/suchfeld-bg.gif) left top no-repeat;
	width: 205px;
	padding: 6px 2px 4px 10px;
	font-size: 11px;
	color: #abbbcb;
	font-weight: bold;
	height: 27px;
}

fieldset#suche input:focus {
	font-style: normal;
	color: #000;
}

button#searchButton {
	display: block;
	width: 21px;
	height: 25px;
	background: none;
	bordeR: 0;
	position: absolute;
	top: 1px;
	right: 0;
	cursor: pointer;
	outline: 0;
}

button#searchButton span {
	display: none;
}

select#mailformExemplar {
  width: 400px;
}
/* ===============================
   = Rezensionsexemplarformular
=============================== */

fieldset.csc-mailform {
	border: 0;
	margin: 0;
	padding: 0;
}

.error {
	clear: both;
	padding: 5px 5px 5px 10px;
	background: #D0DCE3!important;
	border: 2px solid #B5C6CF;
	margin: 5px 0 5px 0;
}

.csc-mailform-field label {
	display: block;
	float: left;
	font-weight: bold;
	color: #000;
	width: 155px;
	cursor: pointer;
}

.csc-mailform-field input {
	width: 200px;
	float: left;
}

.csc-mailform-field {
	clear: left;
	padding: 7px 0 7px 0;
	position: relative;
}

.csc-mailform-field label.longerlabel {
	float: none;
	width: 100%;
}

.csc-mailform-field span.morebooks {
	font-weight: normal;
	display: block;
}

select#titel {
	padding: 1px;
	width: 330px;
	height: 200px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

input.csc-mailform-submit {
	width: auto;
	margin-left: 155px;	
}

.csc-mailform textarea {
	width: 330px;
	height: 150px;
	padding: 1px;
}

.csc-mailform #plz {
	width: 70px;
}

.csc-mailform #location {
	width: 130px;
}

.hidden {display: none;}
