/*
Pink:            #da0078
Schriftgrau:     #636362
*/

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: 8pt;
 line-height: 14pt;
 color: #636362;
}

p, h1, h2, h3, h4, ul, table {
 padding-left: 0px;
 padding-right: 40px;
}


li {
 padding-bottom: 10px;
}


a:link {color: #636362;}
a:visited {color: #da0078;}
a:active {color: #da0078;}
a:hover {color: #da0078;}

h1, h2, h3, h4 {
 color: ##da0078;
 padding-top: 20px;
}

h1 {
 clear: both;
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
 padding-top: 20px;
}


h2 {
 clear: both;
 font-size: 9pt;
 font-weight: bold;
 line-height: 11pt;
 font-style: italic;
}

h3 {
 clear: both;
 font-size: 9pt;
 font-weight: bold;
 line-height: 13pt;
}

.bildrechts {
 margin-bottom: 15px;
 float: right;
 text-align: left;
}

.ShopBild
{
 margin-right: 15px;
 float: left;
 text-align: left;

}

.titeltreppe {
 margin-bottom: 15px;
 float: left;
 border: 1px solid #fff;

}

.bildlinks {
 border-bottom: 1px solid white;
}

.bildunterschrift {
 padding-left: 15px;
 float: left;
 font-size: 8pt;
 font-weight: bold;
 line-height: 13pt;

}

.reihenbild {
 clear: both;
 margin-bottom: 2px;
 float: left;
}


.logo {
 float: left;
 border: 0px;
}

.bildmitte {
 margin-left: 15px;
 float: center;
 border: 1px solid #3F8A5C;
}

.border-ru {
 float: left;
 border: 0px;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}

.border-u {
 float: left;
 border: 0px;
 border-bottom: 1px solid #fff;
}

br.hart {
 clear: both;
}

.event0
{
  height:600px;
}

.event1 {
  height: 321px;
}

.event2 {
  height: 642px;
}

.eventautor {
 font-size: 7pt;
 color: #19962b;
}

/* Containerpositionen */

#mainContainer
{
 width: 960px;
 margin: auto;
 text-align: left;
 background-color: #fff;
}

#bodyblock {
 width: 960px;
 padding: 0px;
 margin: 0px;
 background-color: #faf9f9;
}

#navigation {                                /* Menu */
 z-index: 1;
 width: 690px;
 height: 140px;
 float: left;
 background-image: url(../picture/bg.gif);
 background-repeat: norepeat;
}

#titelLogo {                             /* Textinhalte */
 width: 270px;
 height: 140px;
 float: left;
}


#contentLinks {                             /* Textinhalte */
 width: 120px;
 margin-top: 40px;
 float: left;
 padding-bottom: 50px;
 background-color: #faf9f9;
}

#contentMitte {                             /* Textinhalte */
 width: 560px;
 margin-top: 40px;
 float: left;
 padding-bottom: 50px;
 background-color: #faf9f9;
}

#contentRechts {                             /* Textinhalte */
 width: 270px;
 margin-top: 40px;
 float: left;
 padding-bottom: 50px;
}

#contentGesamt {                             /* Textinhalte */
 width: 620px;
 margin-left: 40px;
 margin-top: 40px;
 float: left;
 padding-bottom: 50px;
 background-color: #4a4a4d;
}


#fusszeile {
 clear: both;
 height: 20px;
 padding-left: 100px;
 background-image: url(../picture/footer.gif);
}

p.fuss {
 font-size: 7pt;
 color: #636362;
}

#fusszeile a:link, #fusszeile a:visited, #fusszeile a:hover, #fusszeile a:active {
 font-size: 7pt;
 color: #636362;
}


/* Menueeinstellungen */

/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
   padding:0;
   margin:0;
   margin-left: 12px;
   list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
   z-index: 500;
   margin: -5px;
   margin-top: 0px;
   position: absolute;
   visibility: hidden;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-bottom: 1px solid white;
   background-color: #da0078;                        /* for right mouseover effect */
}

#mainMenu li {                                /* li erste ebene */
   float: left;
   padding: 2px;
   margin-top: 2px;
   margin-left: 4px;
   background-color: #da0078;                        /* for right mouseover effect */
}

#mainMenu a {
   color: #fff;                          /* a erste ebene */
   display: block;
   text-decoration: none;
   font-family: verdana, arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   padding-left: 3px;
   padding-right: 10px;
   background-color: #da0078;                        /* for right mouseover effect */
}


#mainMenu ul a {
   z-index: 500;
   border-bottom: none;
   padding: 3px;
   padding-right: 10px;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
   background-color: #FFF7D6;
   color: black;
}

/* 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;
}

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding: 0;
 margin: 0;
 margin-top: 92px;
 margin-left: 90px;
 list-style-type: none;
}

#mainMenu ul {                                /* ul zweite ebene */
 display: block;
 position: absolute;
 z-index: 500;
 margin: 8px;
 margin-top: 3px;
}

#mainMenu li {                            /* li erste ebene */
 padding: 3px;
 margin-left: 0px;
 background-color: transparent;                        /* for right mouseover effect */
}

#mainMenu a {
 color: #fff;                          /* a erste ebene */
 display: block;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding: 3px;
 padding-left: 5px;
 border-left: 0px solid #eb7324;
}


#mainMenu ul a {
 font-size: 7.5pt;
}


/* Hover für alle Ebnen */

#mainMenu  a.navinaktiv:link, a.navinaktiv:visited {                         /* Hover Ebene 1 */
   color: #fff;    /* weiss */
}

#mainMenu a.navinaktiv:hover, a.navinaktiv:active, a.navinaktiv:focus {
   color: #636362;    /* orange */
}

#mainMenu a.navaktiv:link, a.navaktiv:visited {                         /* Hover Ebene 1 */
   color: #fff;    /* weiss */
}

#mainMenu a.navaktiv:hover, a.navaktiv:active, a.navaktiv:focus {
   color: #636362;   /* orange */
}


#mainMenu li {
  behavior: url(css/hover.htc);
}

#mainMenu a.daddy
{
 background: url(../picture/rightarrow2.gif) center right no-repeat;
}