/*
Body            #cbcbcb
Hintergrund:    #666566

Schrift:        #f5f5f5
Orange:          #d1a01b
*/

html, body {
 margin: 0px;
 padding: 0px;
}

body {
 background-color: #cbcbcb;
 margin-top: 20px;
 text-align: center;
}

body, p, td, li, ul {
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 line-height: 13pt;
 color: #f5f5f5;
}

p, h1, h2, h3, h4, ul {
 padding-left: 20px;
 padding-right: 20px;
}

ul {
 margin-left: 30px;
 margin-right: 30px;
}

li {
 padding-bottom: 10px;
}



a:link {color: #f5f5f5;}
a:visited {color: #f5f5f5;}
a:active {color: #d1a01b;}
a:hover {color: #d1a01b;}

h1, h2, h3, h4 {
 color: #d1a01b;
}

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-top: 0px;
 margin-bottom: 15px;
 float: right;
}

.logo {
 float: left;
 margin-bottom: 45px;
 border: 0px;
}

.bildmitte {
 margin-left: 15px;
 float: center;
 border: 1px solid #3F8A5C;
}

.vorschaubild {
 margin-left: 10px;
 margin-top: 10px;
 float: left;
 border: 1px solid black;
}

.vorschaubild-aktiv {
 margin-left: 10px;
 margin-top: 10px;
 float: left;
 border: 1px solid #d1a01b;
 filter:alpha(opacity=50); /* IE */
 -moz-opacity:0.5; /* Gecko-Browser */
 opacity:0.5; /* Opera 9+ */

}

br.hart {
 clear: both;
}

.sprachen {
 margin-left: 20px;
}

.sprachicon {
 margin: 5px;
 float: left;
}

/* Containerpositionen */

#mainContainer
{
 width: 960px;
 margin: auto;
 text-align: left;
 background-color: #666566;
}

#bodyblock {
 width: 850px;
 padding: 0px;
 margin: 0px;
 background-color: #666566;
 border-left: 40px solid  #a0a1a3;
}

#titelBild {
 float: left;
 width: 260px;
 height: 175px;
}

#navigation {                                /* Menu */
 z-index: 1;
 width: 580px;
 height: 110px;
 float: left;
 background-color: #666566;
}

#titelText {
 float: left;
 width: 530px;
 height: 65px;
}

#contentLinks {                             /* Textinhalte */
 width: 260px;
 height: 360px;
 float: left;
 position: relative;                        /* In Kombination mit absolute aus bildernav wird unten pos. */
 padding-bottom: 25px;
}

#bildernav {
 margin-left: 12px;
 position: absolute;
 bottom: 20px;
}

#content {                             /* Textinhalte */
 width: 320px;
 margin-top: 10px;
 float: left;
 padding-bottom: 25px;
}

#contentRechts {                             /* Textinhalte */
 width: 250px;
 float: left;
 margin-top: 0px;
 margin-left: 20px;
 padding-bottom: 25px;
 text-align: top;
}

p#fusszeile {
 clear: both;
 font-size: 9px;
 margin: 0; padding: 0.3em;
 text-align: center;
 background-color: #666566;
 border-top: 1px solid  #a0a1a3;
}



/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
 padding:0;
 margin:0;
 margin-top: 5px;
 list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
 z-index: 500;
 margin: 10px;
 margin-top: 3px;
 position: absolute;
 visibility: visible;
 background-color: #666566;                        /* for right mouseover effect */
}

#mainMenu li {                            /* li erste ebene */
 float: left;
 padding: 3px;
 margin-left: 5px;
 background-color: #666566;               /* mouseover effect */
}

#mainMenu a {
 color: #d1a01b;                          /* a erste ebene */
 display: block;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 padding-left: 2px;
 padding-right: 10px;
}


#mainMenu ul a {
 z-index: 500;
 font-size: 7.5pt;
 color: #d1b054;
 border-bottom: none;
 padding: 3px;
 padding-right: 10px;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
 color: #9a9a63;
}

#mainMenu a:hover {                         /* Hover ab Ebene 2 */
 color: #9a9a63;
}


/* 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;
}
