/* CSS Document */

/******************************************************************
ALLGEMEIN
******************************************************************/

body {
    background-color: #eeeeee;
    color: #363636;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}


h1{ 
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003380;
}

h2{ 
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style:italic;
}

h3{ 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:italic;
}


/******************************************************************
TABELLEN
******************************************************************/

table {
    padding: 0px;
    border: none;
    font-size: 12px;
}

table.inhalt {
    padding: 1px;
    margin: 1px;
}
td.thema1 { line-height: normal; background-color: #cff0cd; padding-left: 0.42cm; }
td.thema2 { line-height: normal; background-color: #c9c9f5; padding-left: 0.42cm; }
td.thema3 { line-height: normal; background-color: #f9dbd3; padding-left: 0.42cm; }
td.thema4 { line-height: normal; background-color: #fff9c6; padding-left: 0.42cm; }
td.thema { background-color: #b1aeae; padding-left: 0.42cm; }
table.menuLinks {
	background-color: #B7CEE6;
	padding: 1px 0 1px 1px;
	border-left: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-color: #6699cc;

}

table.menuLinks td {
    border-bottom: 1px solid #6699cc;
}


table.infoRechts {
    padding: 0 1px 0 2px;
    border: 1px solid #B7CEE6;
    background-color: #ffffff;
}

table.rahmen{
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    padding: 0;
    border-collapse: collapse;
}

/******************************************************************
LINKS
******************************************************************/
a:link {
    color: #326696;
    text-decoration: none;
    font-weight:bold;
}

a:visited {
    color: #326696;  
    text-decoration: none;
    font-weight:bold;
}

a:hover,
a:active {
    color: #326696;  
    text-decoration: none; 
    font-weight:bold;
}





/******************************************************************
FARBEN
******************************************************************/

#menuLinksAktiv{
    background-color: #B7CEE6;
}

#streifenLinks{
    background-color: #30339a; 
}


#streifenRechts{
    background-color: #6699cc; 
}


#streifenOben{
    background-color: #30339a;
}


#streifenMenuBaum{
    background-color: #6699cc; /* testfarbe toni  alte #B7CEE6;*/
    padding: 0px 2px 0px 2px ;
    color: #003380;
}


#streifenUnten{
    background-color: #30339a;
    font-size:10px;
    color: #ffffff;
}


#streifenMenuLinks{
    background-color: #30339a; /* #779AC9; #DBE4F1; */
    border-right: 1px solid #006BB5; 
}

#header{
    padding: 2px;
    background-color: #006BB5; 
    color: #FFFFFF;
    font-weight: bold;
}

#kapiteluebersicht{
    background-color: #FFFFFF;
    font-weight: normal;

}
#news{
	font-weight;
    border-left: 1px solid;    
}.NewsTxt {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;

}
.Hinweise {
	background-color: #6699FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}



#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 80px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 80px;
}

#pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 0px;
	position: absolute;
	top: -240px;
	width: 300px;
}

	/* the menu */

	ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	ul {
		width:99,9%;

		border:0px solid #9d9da1;
		background-color:#ffffff;
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-left:2px;
		z-index:9;
		
	}
				
		li.folder ul {
			position:absolute;
			left:120px; /* IE */
			top:5px;
		}		
			li.folder>ul { left:135px; } /* others */

	a {
		padding:2px;
		border:0px solid;
		text-decoration:none;
		color:gray;
		font-weight:bold;
		width:99,9%; /* IE */
	}
		li>a { width:auto; } /* others */



	/* regular hovers */

	a:hover {
		border-color:gray;
		background-color:#6699cc;
		color:black;
	}
		li.folder a:hover {
			background-color:#6699cc;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		

