/*
Blau:    #1e66f9
Grün:    #24c117
Gelb:    #edee0c
Rot:     #b70419
*/

html, body {
 margin: 0px;
 padding: 0px;
}

body {
 background-color: white;
 text-align: center;
 background-image: url(../picture/bg8.jpg);
 background-repeat: repeat;
}

body, p, td, li, ul {
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 line-height: 14pt;
 color: #FFFFFF;
}

p, h1, h2, h3, h4, ul, table {
 padding-left: 30px;
 padding-right: 50px;
}

ul {
 margin-left: 30px;
 margin-right: 30px;
}

li {
 padding-bottom: 10px;
}


ul.textliste {
 list-style: none;
}

a:link {color: #fff;}
a:visited {color: #fff;}
a:active {color: #bc9591;}
a:hover {color: #bc9591;}

h1, h2, h3, h4 {
 color: #19962b;
}

h1 {
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
 padding-top: 30pt;
}


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;
 border: 0px;
}

.bild {
 float: left;
 border: 1px solid white;
 margin-left: 12px;
}

.bildgold {
 float: left;
 margin-left: 12px;
 margin-right: 25px;
}

br.hart {
 clear: both;
}


/* Containerpositionen */

#mainContainer
{
 width: 980px;
 margin: auto;
 text-align: left;
}

#bodyblock {
 width: 990px;
 height: 1000px;
 padding: 0px;
 margin: 0px;
 background-image: url(../picture/bg-ganz.gif);
 background-repeat: repeat-y;
 float: left;
}

#titelLogo {                             /* Textinhalte */
 width: 280px;
 height: 150px;
 float: left;
}

#titelBild {
 width: 680px;
 height: 150px;
 float: left;
}

#navigation {                                /* Menu */
 z-index: 500;
 width: 600px;
 height: 50px;
 margin-top: 100px;
 margin-left: 20px;
 float: left;
 overflow: hidden;
}


#contentLinks {                             /* Textinhalte */
 width: 190px;
 height: 920px;
 min-height: 920px;
 float: left;
 margin-left: 35px;
 margin-top: 70px;
}

#contentRechts {                             /* Textinhalte */
 width: 720px;
 height: 820px;
 min-height: 820px;
 float: left;
 margin-top: 70px;
}


#fusszeile {
 clear: both;
 background-image: url(../picture/bg-footer.gif);
 margin-bottom: -150px;
 padding: 0.3em;
 text-align: center;
 boackground: #323232;
}

#flashcontent {
height: 100%;
}

p.fuss {
 font-size: 9pt;
 color: #d1a01b;
}

p.fuss a:link, p.fuss a:link a:visited {
 font-size: 9pt;
 color: #d1a01b;
}


/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding:0;
 margin:0;
 margin-top: 8px;
 margin-left: 25px;
 list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
 z-index: 500;
 margin: 10px;
 margin-top: 3px;
 position: absolute;
 visibility: hidden;
 bbackground-color: #fff;                        /* for right mouseover effect */
}

#mainMenu li {                            /* li erste ebene */
 float: left;
 padding: 3px;
 margin-left: 0px;
 bbackground-color: #fff;               /* 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;
}


/* Hover für alle Ebnen */

#mainMenu  a.navinaktiv:link, a.navinaktiv:visited {                         /* Hover Ebene 1 */
   color: #666566;    /* blau */
}

#mainMenu a.navinaktiv:hover, a.navinaktiv:active, a.navinaktiv:focus {
   color: #19962b;    /* gruen */
}

#mainMenu a.navaktiv:link, a.navaktiv:visited {                         /* Hover Ebene 1 */
   color: #19962b;    /* grau */
}

#mainMenu a.navaktiv:hover, a.navaktiv:active, a.navaktiv:focus {
   color: #19962b;   /* gruen */
}



/* 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;
}
