body 	{	
		background-color:#FFFFFF;
		font-family:"Times New Roman", Times, serif;
 	 	color:black;
		font-size:medium;
 	 	margin: 0px; /* kein Aussen-Abstand zum Browserrand */
		position:static;
		overflow:visible;
		}
		
/*Links fuer Text*/		
a:link { font-weight:normal; color:#00A0CF; text-decoration:underline; }
a:visited { font-weight:normal; color:#00A0CF; text-decoration:underline; }
a:hover { font-weight:normal; color:#00A0CF; text-decoration:none; }
a:active{ font-weight:normal; color:red; text-decoration:none; }
a:focus{ font-weight:normal; color:red; text-decoration:none; }



/*Ueberschriften*/
h1	{	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26pt;
	font-weight: bold;
	font-variant: normal;
	color: #867868;
	margin-bottom:0px;
	padding-bottom:0px;
	}

h2	{	
	margin-top:0px;
	padding-top:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6E9FE5;
	}


h3	{	
	font-family:verdana;
	color: #988344;
	font-size:1.1em;
	page-break-after:avoid;
	}

h4	{	
	font-family:verdana;
	color: #988344;
	font-size:1em;
	page-break-after:avoid;

}

table {
	margin:1px 1px 1px 1px;
	position:relative;
	float:none;
	}
		
/* Boxen definieren */

#seite {
	margin-top:0px;
	margin-left:0px;
	padding: 0px;
	position:static;
	overflow:visible;
		width:920px;

	}

#header {
	background-color:#CCFFCC;
	display:none;

}

#content {
	padding: 0px 0px 0px 0px;
	margin-left: 0px 0px 0px 0px;
	max-width:none;
	min-height:300px;
	color:#000000;
	position:static;
	}
	
#justcontent{

}

#metanews
{
	float:right;
	color:gray;
	font-style:italic;
	margin:0px 0px 5px 5px;
}

/* Breadcrumbs */
#topcontent{
border-bottom-style:dotted;
border-bottom-color:#CCCCCC;
border-bottom-width:thin;
width:100%;
min-height:1.5em;
font-family:arial;
font-size:1em;
color:#666666;
}

#printinfo{
	float:left;
		font-style:normal;
	font-weight:lighter;
	font-size:smaller;
	}

	
#fontsize{
	float:right;
	display:none;
}
#normalprint{
	float:right;
	}

#topcontent a {
	color: #CCCCCC;
	text-decoration: none;
	font-style:normal;
	font-weight:lighter;
	font-size:smaller;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
	}

#topcontent a:hover {
	color:#00A0CF;
	text-decoration: none;
	}
	
	
#justcontent a:link, #justcontent a:visited {
font-weight: bold;
text-decoration: none;
}

#justcontent a:link:after, #justcontent a:visited:after {
content: " (" url(pfeil.gif) attr(href) ") ";
font-weight: normal;
font-size: 80%;
}

#footer{
	position:absolute;
	text-align:center;
	z-index:50000;
	width:920px;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align:center;
	line-height: 16px;
	margin-top:50px;
	}
	
#footer hr {
	border:dashed #000000 0px;
	background-color:#333333;
	height:1px;
	width:100%;
		margin-bottom:0px;

	
}

#footerlogosplace
{
position:absolute;
left:200px;
text-align:center;
}

#fdiv{
	position:static;
	right:30px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	padding:5px; 				/* Innenabstand der einzelnen fdiv boxen, also vom Logo-img bis zum fdiv-rand*/
	}

#box_navi{
	width:200px;
	height: 310px;
	margin:0;
	float:left;
position:static;	z-index:900;
	display:none;

	}

#box_navi a em {  /* für Accesskey Markierung */
	font-style: normal;
	font-weight:bold;
	text-decoration:underline;
}
   
#under_navi{
	margin:0;
	float:left;
position:static;	z-index:1;
	top:10px;
	display:none;

	}


/* ##################### neues Menü ###################### */



/* Positionierung: */

#naviplace{
	margin-top: 5px;
	margin-left: 1em;
	padding:10px;
position:static;	z-index:5;
	display:none;



	}


/* Generelles, Schriftart-, Größe etc... */
.menu { 
	font-size:1em;
	display:none;
	}
	
.menu ul { 
	margin: 0pt; 
	padding: 0pt; 
position:static;	z-index: 500; /* Damit andere Elemente überlappt werden. */
	list-style-type: none; 
	width: 11em;
	}

.menu li { 
	background-color:#CCFFCC; /* Hintergrundfarbe der Menüzellen */
	float: left; 
	color:#114711;
	}
	
	
.menu li.sub { background-color: #ffffcc; 
} 

.menu table { /* IE Workarround */
position:static;	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 100; 
	font-size: 1em; 
	margin-top: -1px; 
	}
	
	
	
.menu a, .menu a:visited { 

	border: 1px solid #ffffff; 
	display: block; 
	text-decoration: none; 
	height: 2em; 
	line-height: 2em; 
	width: 11em; /* Menübreite*/ 
	color: #114711; /* Linkfarbe*/ 
	padding-left: 1em; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	}
	
.menu b { float: right; margin-right: 5px; } /* Plazierung von Anzeiger ">>" für Untermenüpunkte. Daher sonst kein <b> Tag im Menü verwenden. */

* html .menu a, * html .menu a:visited { width: 12em; }

* html .menu a:hover {   /* ??? */
	border-color: #ffffcc; 
	color: #ff6600; 
	background-color: #ffffff; 
position:static;	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}


.menu li:hover { 
position:static;	}
	
.menu a:active { 
	border-color: #ffffcc; 
	color: #ff6600; 
	background-color: #ffffff; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
	
	
.menu li:hover > a { 
	border-color:#e1a810;  /* Rahmenfarbe mousover */ 
	color: #00A0CF; /* <- Linkfarbe mousover*/ 
	background-color: #FFFF99; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
	
	
.menu li ul { 
	padding-left:5px; /* Transparenter Rahmen um Untermenü um Gezitter zu vermeiden.*/
	padding-right:3em;
	padding-top:2em;
	padding-bottom:2em;
	visibility: hidden; 
position:static;	top: -1em;  /* Vertikale Verschiebung Untermnenü. */
	left: 8em;  /* Horizontale Verschiebung Untermnenü */ 
	background-color: transparent;
	}

.menu li:hover > ul { visibility: visible; }

.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
