
/*GENERAL
+++++++++++++++++++++++++++++*/

*
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin: 0;
	padding:0;
  text-align: center;
  min-width:750px;
  background: #339BBE;
  font-size: 10px;
}

table
{
  font-size: 1em;
}

/*SEITENKOMPONENTEN
+++++++++++++++++++++++++++++*/
#schatten
{
  margin: 0px auto;
  width: 770px;
	text-align:center;
  background: #ffffff url(../pics/page_bg.gif) repeat-y 50% 0;
}

#arbeitsflaeche
{
  margin: 0px auto;
  width: 750px;
	text-align:left;
  background: #ffffff url(../pics/haupt_bg.gif) repeat-y 50% 0;
}


#kopf
{
  width: 750px;
  padding: 0;
  margin: 0;
  height: 122px;
  background: #EBF6FA url(../pics/kopf.jpg) repeat-y;
}

#hauptleiste
{
  width: 750px;
  padding: 0;
  margin: 0;
  height: 22px;
  background: #EBF6FA url(../pics/hauptleiste.gif) repeat-y;
}

#haupt
{
  width: 750px;
  min-height: 350px;
  padding: 0;
  margin: 0;
  float: left;
}

#leftnav
{
  margin: 0 0 0 0;
  width: 160px;
  background:transparent;
  float: left;
}

#text
{
  width: 411px;
	margin: 0 6px 0 10px;
	text-align: left;
  float: left;
}

#rightnav
{
  width: 163px;
	float: left;
	vertical-align: top;
}

#infobox
{
  width: 163px;
	margin:0 0 24px 0;
	padding: 0px;
	background: #EBF6FA url(../pics/infobox_bg.gif) repeat-y;
	font-size: 1.3em;
}

#infoboxfooter
{
  background: url(../pics/infobox_footer.gif) no-repeat top;
  width:163px;
  height:12px;

}

#rechts /*rechte Spalte (unter Infobox) */
{
	padding: 0 10px 0 10px;
}

#bottnavig
{
  float: right;
  width: 163px;
	margin:0 0 0 0px;
	padding: 0px;
	background: #EBF6FA url(../pics/infobox_bg.gif) repeat-y;
	text-align: center;
}

#footer
{
  width: 770px;
  margin: 0px auto;
  height: 33px;
  background: #EBF6FA url(../pics/page_footer.gif) repeat-y 50% 0;
}


/*POSITIONIERUNG
+++++++++++++++++++++++++++++*/

/*Abschluss unten zum Footer*/
#bott
{
  clear: both;
  margin:0px;
  height:0;
  line-height: 0px;
}
* html #bott /*für IE*/
{
  margin:-2px;
}


/*MENUES
+++++++++++++++++++++++++++++*/

/*Kopfmenü*/
#topnav
{
  margin:8px;
  font-size: 1em;
  color: #666699;
  float: right;
}

#topnav a:link
{
  font-size: 1em;
  color: #666699;
}

#topnav a:hover
{
  font-size: 1em;
  color: orange;
}

/*Hauptmenü (Reiter)*/
#reiter
{
  margin:0 0 0 100px;
  padding: 0;
  width: 650px;
  height: 32px;
  clear: both;
  position: absolute;
  top: 91px;
  vertical-align: middle;
}

#reiter ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#reiter li
{
  border: 0px solid red;
  margin: 0 3px;
  float: left;
  text-align: center;

  vertical-align: bottom;
}

#reiter a
{
  display: block;
  border: 0px solid red;
  height: 32px;
  width: 106px;
  font-size: 1.1em;
  font-weight: normal;
  color: #333333; /*#EBF6FA;*/
  text-decoration: none;
  background: url(../pics/reiter.gif) bottom no-repeat;
  line-height: 32px;
}

#reiter a:hover
{
  font-size: 1.1em;
  color: orange;
  font-weight: normal;
}

#reiter a.aktiv
{
  display:block;
  height: 32px;
  width: 106px;
  font-size: 1.2em;
  font-weight: bold;
  color: #666699;
  text-decoration: none;
  background: url(../pics/reiter_aktiv.gif) bottom no-repeat;
}

#reiter a.aktiv:hover
{
  color: orange;
  font-weight: bold;
  font-size: 1.2em;
}


/*Submenü links*/
#leftnav
{
  font-size: 1.2em;
}

#leftnav ul
{
  margin:24px 0 0 0;
  padding: 0;
  list-style-type:none;
  text-align:left;
  width: 100%;
}

#leftnav li
{
  padding:0;
  margin:0;
  height: 25px;
  border-top: 1px solid #A9A9A9;
  background: #EBF6FA;
}

#leftnav form
{
  margin: 0;
}

#leftnav li.banner
{
  padding:6px;
  margin:24px 0 0 0;
  height: auto;
  border-top: 1px solid #A9A9A9;
  background: #EBF6FA;
  font-size: .95em;
  color: #666699;

}

#leftnav li.blank
{
  border-top: 1px solid #A9A9A9;
  background: #EBF6FA;
}

#leftnav ul li a
{
  padding:3px;
  display: block;
  height: 100%;
  color: #666699;
  text-decoration: none;
}

#leftnav ul li a:hover
{
  color: #EBF6FA;
  background: #7AB0C1;
}

#leftnav a.aktiv
{
  padding:3px;
  display: block;
  height: 100%;
  font-weight: bold;
  color: #666699;
  background: #ffffff;
  text-decoration: none;
}

#leftnav a.aktiv:hover
{
  color: #666699;
  background: #ffffff;
  cursor: default;
}

/*SCHRIFT & TYPO
+++++++++++++++++++++++++++++*/

#text p, #text form
{
  font-size: 1.3em;
  line-height: 1.7em;
  margin: 0 0px 12px 0;
}

#text div.small p
{
  font-size: 1.1em;
  line-height: 1.5em;
	margin: 0;
}

#text div.small p.abstand
{
	margin-bottom: .5em;
}

#text p.error
{
  color: red;
  font-size: 1.1em;
  line-height: 1.5em;
}

h1
{
  font-size: 2.2em;
  color: #666699;
  line-height: 1.1em;
  margin: 12px 6px 18px 0;
  font-family: georgia, 'Times New Roman', serif;
  font-weight: normal;
  letter-spacing: 0;
}

span.imprint /* Verlagsname in Überschriften*/
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-style: italic;
}

h2
{
  font-size: 1.35em;
  line-height: 1.2em;
  margin: 12px 6px 18px 0;
  font-weight: bold;
  letter-spacing: 0.0em;
}

h2.trenner
{
  margin-top: 18px;
  padding-top: 6px;
  border-top: 1px dotted #666699;
}

h3
{
  font-size: 1.15em;
  line-height: 1.1em;
  margin: 18px 6px 6px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

h1.ohneabstand, h2.ohneabstand, h3.ohneabstand
{
  margin-top: 0px;
}

#text ul
{
  font-size: 1.2em;
  line-height: 1.5em;
}

/* Textauszeichnung integriert */
#text strong
{
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

/*Sie sind hier*/
#text p.hier
{
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 6px 12px 52px;
  color: #999999;
  text-indent: -52px;
}

#text a.hier
{
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #666666;
  text-decoration: none;
}

#text a.hier:hover
{
  color: orange;
}

#text a.hier:visited
{
  color: #999999;
}

/* «Tabellenlisten» (Auflistungen mit Coverabbildungen/Autorenfotos) */

#text td
{
	vertical-align: top;
	padding: 3px 3px 6px 0;
}

/* Links */

#text a, #rightnav a
{
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  color: #339bbe;
}

#text a:hover, #rightnav a:hover
{
  color: orange;
  text-decoration: underline;
}

#text a:visited, #rightnav a:visited
{
  color: #999999;
}

#text a.small
{
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: none;
  text-decoration: none;
  color: #339bbe;
}

#text a.small:hover
{
  color: orange;
}

/* Sitemap */
#map
{
  font-size: 1.3em;
  list-style-type: none;
  margin: 0 0 3em 0;
  padding: 0;
}

#map a
{
	letter-spacing: 0.0em;
	text-decoration: underline;
	font-weight: bold;
}

#map ul
{
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 3em;
  line-height: 1em;
}

#map ul li
{
  margin-top: .5em;
}

#map ul a
{
	font-size: .8em;
	font-weight: normal;
}

#map ul ul a
{
	font-size: .7em;
	font-weight: normal;
}

/* Formulare */
#text input.eing, #text textarea
{
  width: 300px;
  font-size: 1em;
}

#text input.bestmenge
{
  width: 50px;
  äfont-size: 1em;
  text-align: right;
}

/* Preisliste */

table.preise
{
  margin: 6px 0 6px 0;
  width: 100%;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

/* Musterkalk */

table.kalk
{
  margin: 6px 0 6px 0;
  width: 100%;
  border: 1px solid #cccccc;
  background: #eeeeee;

}

/*GRAFIK & ABBILDUNGEN
+++++++++++++++++++++++++++++*/

img
{
  border:0;
}

#kopflogo
{
 width:187px;
 height:20px;
 border: 0px;
 margin: 6px 0px 0px 7px;
 float:left;
}

img.coverm
{
  width: 150px;
  float: left;
  margin: 0 12px 6px 0;
}

img.covers
{
  width: 120px;
  float: left;
  margin: 0 12px 12px 0;
}

img.coverxs
{
  width: 50px;
  margin: 0;
}

img.fotos
{
  width: 120px;
  border: 1px solid #B2B2CC;
  float: left;
  margin: 0 12px 12px 0;
}

img.linksymbol
{
	vertical-align: middle;
	margin-right:5px;
}

//-->