/*
Body            #cbcbcb
hellrot:    #bc9591
dunkelgrau 666566
*/

html, body {
 margin: 0px;
 padding: 0px;
}

body {
 background-color: #acacad;
 text-align: center;
}

body, p, td, li, ul {
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 line-height: 14pt;
 color: #666566;
}

p, h1, h2, h3, h4, ul, table {
 padding-left: 20px;
 padding-right: 20px;
}

ul {
 margin-left: 30px;
 margin-right: 30px;
}

li {
 padding-bottom: 10px;
}



a:link {color: #872535;}
a:visited {color: #872535;}
a:active {color: #bc9591;}
a:hover {color: #bc9591;}

h1, h2, h3, h4 {
 color: #da0000;
}

h1 {
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
 padding-top: 15pt;
}


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;
}

h4 {
 clear: both;
 font-size: 8pt;
 font-weight: bold;
 line-height: 13pt;
}

.bildrechts {
 margin-bottom: 15px;
 float: right;
 text-align: left;
}

.reihenbild {
 clear: both;
 margin-bottom: 2px;
 float: left;
}


.logo {
 float: left;
 margin-bottom: 45px;
 border: 0px;
}

.bildmitte {
 margin-left: 15px;
 float: center;
 border: 1px solid #3F8A5C;
}

br.hart {
 clear: both;
}


/* Containerpositionen */

#mainContainer
{
 width: 960px;
 margin: auto;
 text-align: left;
 background-color: #666566;
}

#bodyblock {
 width: 960px;
 padding: 0px;
 margin: 0px;
 background-image: url(../picture/bg.gif);
 background-repeat: repeat-y;
}

#StreifenLinks {                             /* Textinhalte */
 width: 101px;
 height: 627px;
 min-height: 600px;
 float: left;
 background-color: #da0000;
 border-top: 2px solid white;
 border-left: 2px solid white;
 border-right: 2px solid white;
 display:none;
}

#titelBild {
 float: left;
 width: 854px;
 height: 125px;
}

#navigation {                                /* Menu */
 z-index: 1;
 width: 852px;
 height: 125px;
 float: left;
 background-color: #dfe3e4;
 border-right: 2px solid white;
}

#contentLinks {                             /* Textinhalte */
 width: 375px;
 height: 325px;
 float: left;
 padding-bottom: 50px;
 background: #fff;
 border-top: 2px solid white;
}

#contentRechts {                             /* Textinhalte */
 width: 375px;
 margin-top: 30px;
 margin-left: 30px;
 float: left;
 padding-bottom: 50px;
}


#fusszeile {
 clear: both;
 margin: 0; padding: 0.3em;
 text-align: center;
 background-color: #acacad;
}

p.fuss {
 font-size: 7pt;
 color: #ffffff;
}

p.fuss a:link, p.fuss a:link a:visited {
 font-size: 7pt;
 color: #ffffff;
}


.event {
 height: 375px;
 margin-bottom: 2px;
}

/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding:0;
 margin:0;
 margin-top: 15px;
 margin-left: 223px;
 list-style-type:none;
 display:none;
}

#mainMenu ul {                                /* ul zweite ebene */
 z-index: 500;
 margin: 10px;
 margin-top: 3px;
 position: absolute;
 visibility: hidden;
 background-color: #dfe3e4;                        /* for right mouseover effect */
}

#mainMenu li {                            /* li erste ebene */
 float: left;
 padding: 3px;
 margin-left: 0px;
 background-color: #dfe3e4;               /* mouseover effect */
}

#mainMenu a {
 color: #666566;                          /* a erste ebene */
 display: block;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 8px;
 padding-right: 10px;
}


#mainMenu ul a {
 z-index: 500;
 font-size: 7.5pt;
 color: #666566;
 border-bottom: none;
 padding: 3px;
 padding-right: 10px;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
 color: #da0000;
}

#mainMenu a:hover {                         /* Hover ab Ebene 2 */
 color: #da0000;
}


/* 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;
}