a {text-decoration : none; color:Yellow;  }
a:link { color:Yellow;}
a:visited { color:Yellow; }
a:hover{ color:Yellow; font-style:italic; }

/*------------------------------Navigation------------------------------*/
.navhead
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
	color : Yellow;
}
.navpoint
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : Yellow;
}
/*--------------------------Ende Navigation--------------------------*/

/*--------------------------Content Bereich--------------------------*/
.textblack
{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : #000000;
}

.textwhite
{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : #ffffff;
}

.textwhitesmall
{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
	color : #ffffff;
}

.headwhite
{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
    font-weight : bold;
	text-decoration : none;
	color : #ffffff;
}

.big
{
    font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
    font-weight : bold;
	text-decoration : none;
	color : #ffffff;
}


/*---------------------Ende Content Bereich----------------------*/

/*-----------------------------Admin-Tool------------------------------*/
.admin_head
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-decoration : none;
	color : Yellow;
}
/*--------------------------Ende Admin-Tool------------------------*/
