/*
Body            #cbcbcb
hellrot:    #bc9591

*/

html, body {
 margin: 0px;
 padding: 0px;
}

body {
 background-color: #fff;
 text-align: center;
}

body, p, td, li, ul {
 font-family: verdana, arial, sans-serif;
 font-size: 10pt;
 line-height: 15pt;
 color: #000;
}

p, h1, h2, h3, h4, ul, td {
 padding-left: 20px;
 padding-right: 20px;
}

ul {
 margin-left: 30px;
 margin-right: 30px;
}

li {
 padding-bottom: 10px;
}



a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #bc9591;}
a:hover {color: #bc9591;}

h1, h2, h3, h4 {
 color: #9a1d1b;
}

h1 {
 font-size: 12pt;
 line-height: 14pt;
 font-weight: bold;
 padding-top: 15pt;
}


h2 {
 clear: both;
 font-size: 11pt;
 font-weight: bold;
 line-height: 11pt;
}

h3 {
 clear: both;
 font-size: 9pt;
 font-weight: bold;
 line-height: 13pt;
 margin-top: 40px;
}

h4 {
 clear: both;
 font-size: 8pt;
 font-weight: bold;
 line-height: 13pt;
}

.bildrechts {
 margin-bottom: 15px;
 float: right;
 text-align: left;
}


.bildmitte {
 margin-left: 15px;
 float: center;
 border: 1px solid #3F8A5C;
}


/* Tooltip */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:250px; font-size: 8pt;
 line-height: 12pt;
}
a.tooltip:hover span{display: block; position:relative; margin-top: 10px; margin-bottom: 10px;background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

/* Containerpositionen */

#mainContainer
{
 width: 960px;
 margin: auto;
 text-align: left;
 background-color: #666566;
}

#bodyblock {
 width: 960px;
 padding: 0px;
 margin: 0px;
 position: absolute;
 background-color: #efefef;
}

#StreifenLinks {                             /* Textinhalte */
 width: 100px;
 height: 600px;
 min-height: 600px;
 float: left;
}

#titelBild {
 float: left;
 width: 375px;
 height: 160px;
}

#titelLogo {
 float: left;
 width: 390px;
 height: 160px;
 background-image: url(../picture/logo.gif);
}

#navigation {                                /* Menu */
 z-index: 1;
 width: 765px;
 height: 60px;
 float: left;
 background-color: #fff;
}

#contentLinks {                             /* Textinhalte */
 width: 375px;
 height: 492px;
 margin-top: 30px;
 float: left;
}

#contentRechts {                             /* Textinhalte */
 width: 355px;
 margin-top: 30px;
 margin-left: 30px;
 float: left;
 padding-bottom: 25px;
 background-color: #fff;
}

#content {                             /* Textinhalte */
 width: 760px;
 margin-top: 30px;
 float: left;
 padding-bottom: 25px;
 background-color: #fff;
}

#StreifenRechts {                             /* Textinhalte */
 width: 101px;
 height: 100%;
 min-height: 400px;
 float: left;
 background-color: #fff;
 border: 2px solid white;
}


#fusszeile {
 clear: both;
 margin: 0; padding: 0.3em;
 text-align: center;
 background-color: #fff;
 border-top: 1px solid  #a0a1a3;
}

p.fuss {
 font-size: 7pt;
 color: #000;
}

h1.ausgabe {
 margin-top: 50px;
}

.buch {
float: left;
margin-bottom: 10px;
}

.text {
float: left;
width: 350px;
margin-left: 20px;
margin-bottom: 10px;
}


br.hart {
 clear: both;
 padding-bottom: 20px;
 padding-top: 20px;
}

.ShopBild {
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 0px;
      float: left;
      border: 1px solid #021E36;
}

/* Formular */

.kform {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 160 }
.multifeld {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 250; height: 80;}


/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding:0;
 margin:0;
 margin-top: 10px;
 margin-left: 0px;
 list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
 z-index: 500;
 margin: 10px;
 margin-top: 3px;
 position: absolute;
 visibility: hidden;
 background-color: #fff;                        /* for right mouseover effect */
}

#mainMenu li {                            /* li erste ebene */
 float: left;
 padding: 3px;
 margin-left: 0px;
 background-color: #fff;               /* mouseover effect */
}

#mainMenu a {
 color: #872535;                          /* a erste ebene */
 display: block;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 0px;
 padding-right: 0px;
}


#mainMenu ul a {
 z-index: 500;
 font-size: 7.5pt;
 color: #872535;
 border-bottom: none;
 padding: 3px;
 padding-right: 10px;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
 color: #bc9591;
}

#mainMenu a:hover {                         /* Hover ab Ebene 2 */
 color: #bc9591;
}


/* Ebene 2 */
#mainMenu li:hover ul,
#mainMenu li.hover ul
{
 visibility: visible;
}

#mainMenu li:hover ul ul,
#mainMenu li.hover ul ul
{
 visibility: hidden;
}


/* Ebene 3 */
#mainMenu li:hover ul li:hover ul,
#mainMenu li.hover ul li.hover ul
{
 visibility: visible;
}

#mainMenu li li {
 float: none;
 border: none;
 padding: 0.1em;
}

#mainMenu li {
  behavior: url(css/hover.htc);
}

#mainMenu ul ul {
 z-index: 500;
 position: absolute;
 margin-top: -2em;
 left: 100%;
}

#mainMenu a.daddy
{
 background: url(../picture/rightarrow2.gif) center right no-repeat;
}