/*
Spezielle Schriftformatierungen wie Anker der Navigation etc...
allgemeine Schriftdefinition in der tag.css im Body Tag

Notiz:
Orange:			#FF9900
Grün:				#99CC00
___________________________________________________*/


/* In der Navigation_________________________________*/
#navigation {
	background: #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

#navigation a:link{
	color : #FFFFFF;
	display: block;
	height: 18px;
	width: 100px;
	float: left;
	text-decoration : none;
	vertical-align : middle;
	text-align : center;
	
}

#navigation a:visited{
	color : #EEEEEE;
	display: block;
	height: 18px;
	width: 100px;
	float: left;
	text-decoration : none;
	vertical-align : middle;
	text-align : center;
	
}

#navigation a:hover{
	color : #FFFFFF;
	background-color : #4B4B4B;
	display: block;
	height: 18px;
	width: 100px;
	float: left;
	text-decoration : none;
	vertical-align : middle;
	text-align : center;
	
}

#navigation a:active{
	color : #FFFFFF;
	background-color: #86DA0E;
	display: block;
	height: 18px;
	width: 100px;
	float: left;
	text-decoration : none;
	vertical-align : middle;
	text-align : center;
	
}
/*ENDE In der Navigation____________________________*/


/*Im Textblock    ___________________________________*/

/*allgemeine Schrift*/
#text table{
	font-weight : normal;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #333333;
	text-align : left;
	height : 12pt;
}

/*NAVIGATION im Textblock*/



#textNav a{
	display: block;
	width:130px;
	float: left;
	/* */
	height: 18px;
	text-align : center;
	border-left : 1px solid White;
}

#textNav a:link{
	color : #666666;
	text-decoration : none;
	background-color : #EEEEEE;
}

#textNav a:visited{
	color : #BBBBBB;
	text-decoration : none;	
	background-color : #EEEEEE;
}

#textNav  a:hover{
	color : #000000;
	background-color : #86DA0E;
	text-decoration : none;
}

#textNav  a:active{
	color : #FFFFFF;
	background-color: #FF9900;
	text-decoration : none;
	}

/*ENDE  navigation im Textblock*/


/*ENDE im Textblock   _____________________________*/

/*DIVERSES  ____________________________________*/
.hover {
	background-color: #efefef;
	background : #efefef;
}
