/* Standard Tags*/
a { text-decoration: none; }

/* Standard color*/
.white { background-color : #ffffff }
.black { background-color : #000000 }
.green_dark { background-color : #003800 }
.grey { background-color : #cccccc }
.grey_bright { background-color : #f0f0f0 }

/* Standard Font for all text: Verdana */
.metanav_white
{
	font-family:  verdana, arial ;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.txt10
{
	font-family:  verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.txt_fliess
{
	font-family:  verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #003800;
}
.txt12_green
{
	font-family:  verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #003800;
}
.nav
{
	font-family:  verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav_over
{
	font-family:  verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #898812;
	text-decoration: none;
}
