/* Kopf- und Fussnoten	*/


#kopfnote {
	margin: 10px 0px 10px 0px; 
	font: 9px/23px arial, verdana, sans-serif; 
	height: 23px; line-height: 23px; font-size: 11px;
}


#fussnote {
	margin: 10px 0px 10px 0px; 
	font: 9px/23px arial, verdana, sans-serif; 
	height: 23px; line-height: 23px; font-size: 11px;
}



.links	{float: left;  margin-left:   10px;}

.mitte	{float: left;  margin-left:  200px;}

.rechts	{float: right; margin-right:  10px;}



/* nichtbesuchter Hyperlink */
A.menue_kopfnote:link    {color: #999999; background-color: #ffffff; padding: 1px 5px 1px 5px; text-decoration: none;}

/* besuchter Hyperlink      */
A.menue_kopfnote:visited {color: #999999; background-color: #ffffff; padding: 1px 5px 1px 5px; text-decoration: none;}

/* Mouseover-Effekt         */
A.menue_kopfnote:hover   {color: #666666; background-color: #ffffff; padding: 1px 5px 1px 5px; text-decoration: none;}

/* aktiver Hyperlink        */
A.menue_kopfnote:active  {color: #999999; background-color: #ffffff; padding: 1px 5px 1px 5px; text-decoration: none;}



/* nichtbesuchter Hyperlink */
A.menue_fussnote:link 	 {color: #ff0033; text-decoration: none}

/* besuchter Hyperlink      */
A.menue_fussnote:visited {color: #ff0033; text-decoration: none}

/* Mouseover-Effekt         */
A.menue_fussnote:hover   {color: #ff0033; text-decoration: underline}

/* aktiver Hyperlink        */
A.menue_fussnote:active  {color: #330000; text-decoration: underline}


