/*
http://www.saint-josse-europe.eu
Copyright Tremel-Computer http://www.tremel-computer.de 2009

hellblau			b6cae3
hellgelb back		fffeea
oliv menu			E5DF93 früher cccc99
grau logo			676360
schrift blau		003399
verlauf dunkelblau	0e309c
verlauf hellblau	6f9fdd
subheader hellblau  C8E2FF
h1					985B19
*/

table.menuleft th {
	font-size: 10pt;
	color: green;
	font-weight: bold;
	line-height: 10pt;
}
table.menuleft td {
	font-size: 8pt;
	line-height:10pt;
}
#font08 {
	font-size: 8pt;
	color:white;
	font-weight:normal;
}
#ueblink {
	font-weight: bold;
	color:white;
}
/* Menu 1 column */
div#navigation {
	/* color: #00418C; */
	color: #003399;
	font-weight: bold;
}
/*div#navigation DIV {
	width: 95%;
}*/
div#navigation DIV A {
	color: #003399;
	text-decoration: none;
}
div#navigation DIV A:hover {
	text-decoration: underline;
}
/*  MENU 1, level 1, normal state (NO) */
div#navigation DIV.menu1-level1-no {
	border-bottom: 1px dotted #999999;
	font-size: 13px;
	padding-top:5px;
	padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
div#navigation DIV.menu1-level1-act {
	font-weight:bold;
	font-size: 13px;
	padding-top:5px;
	padding-left:5px;
	background-image: url(../images/jakobsmuschel_h14.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div#navigation DIV.menu1-level1-act A {
	color: #964E41;
}
/*  MENU 1, level 2, normal state (NO) */
div#navigation DIV.menu1-level2-no {
	font-size: 11px;
	padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
div#navigation DIV.menu1-level2-act {
	font-size: 11px;
	font-weight:bold;
	padding-left:20px;
}
div#navigation DIV.menu1-level2-act A {
	color: #964E41;
}
/*  MENU 1, level 3, normal state (NO) */
div#navigation DIV.menu1-level3-no {
	font-size: 10px;
	padding-left:35px;
}
/*  MENU 1, level 3, active state (ACT) */
div#navigation DIV.menu1-level3-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:35px;
}
div#navigation DIV.menu1-level3-act A {
	color: #964E41;
}
/*  MENU 1, level 4, normal state (NO) */
div#navigation DIV.menu1-level4-no {
	font-size: 9px;
	line-height: 10px;
	padding-left:50px;
}
/*  MENU 1, level 4, active state (ACT) */
div#navigation DIV.menu1-level4-act {
	font-size: 9px;
	font-weight:bold;
	padding-left:50px;
}
div#navigation DIV.menu1-level4-act A {
	color: #964E41;
}
/*  MENU 1, level 5, normal state (NO) */
div#navigation DIV.menu1-level5-no {
	font-size: 8px;
	line-height: 8px;
	padding-left:55px;
}
/*  MENU 1, level 4, active state (ACT) */
div#navigation DIV.menu1-level5-act {
	font-size: 8px;
	padding-left:55px;
	font-weight: bold;
}
div#navigation DIV.menu1-level5-act A {
	color: #964E41;
}
/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
	background-color: #333366;
	width: 10%;
	text-align: center;
	padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
	color: white;
	font-size: 10px;
	font-family: verdana, arial;
	text-decoration: none;
}
TR#menu_2 TD A:hover {
	text-decoration: underline;
}
TR#menu_2 TD.oddcell {
	background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
	background-color: #88292A;
}
/* Style for the Path-menu: */
TD#path {
	white-space: nowrap;
	background-color: #F8F8EC;
	font-family: verdana, arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding: 1px 1px 5px 5px;
}
TD#path A {
	text-decoration: none;
	color:black;
}
TD#path A:hover {
	text-decoration: underline;
}
div.departmentmenuheader {
	/* background-color: #FFCC00;
  color: navy;
  */
  background-color: #339966;
	color: #CCFFCC;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	padding-left:5px;
}
div.departmentmenu {
	background-color: #FFFFCC;
}
/* Drop-Down Menu mit Javascript , siehe http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue-mit-3-ebenen.html */
ul.jsmenu {
	float: none;
}
table#main_content {
	clear: left;
}
ul.jsmenu, ul.jsmenu ul {
    list-style-type: none;
}

ul.jsmenu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
	color: #003399;
	text-decoration: none;
}

ul.jsmenu a:hover {
	color: #964E41;
}

ul.jsmenu li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #E5DF93;
    background-image: none;
    border: 1px;
	border-style: solid;
	border-color: #003399;
    height: 20px;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.jsmenu ul li {
    float:none;
    background-color: transparent;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.jsmenu ul li.hover, ul.jsmenu ul li:hover {
	background-color: #C8E2FF;
}
/* Zweite Ebene */
        ul.jsmenu ul {
                margin:0;
                padding: 0;
                position: absolute;
                background-color: #E5DF93;
                border: 1px solid #FFF9E4;
                display: none;
                width: 180px;
        }

        /* Zweite Ebene anzeigen */
        ul.jsmenu li.hover ul, ul.jsmenu li:hover ul  {
                display: block;
        }

/* Dritte Ebene */
        ul.jsmenu li.hover ul ul, ul.jsmenu li:hover ul ul {
                display: none;
                margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
                margin-top: -22px; /* Höhe eines Listenelements */
        }

        /* Dritte Ebene anzeigen */
        ul.jsmenu li.hover ul li.hover ul, ul.jsmenu li:hover ul li:hover ul {
                display: block;
        }


/* Vierte Ebene */
        ul.jsmenu li.hover ul li.hover ul ul, ul.jsmenu li:hover ul li:hover ul ul {
                display: none;
        }

        /* Vierte Ebene anzeigen */
        ul.jsmenu li.hover ul li.hover ul li.hover ul , ul.jsmenu li:hover ul li:hover ul li:hover ul {
                display: block;
        }

