/* CSS Document */

body, ul, li, small, big, tr, td, b, font
{
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:14;
	
}

div
{
font-family:arial,sans-serif;
}
.ueberschrift
{
    font-size:24;
	font-family:arial,sans-serif;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	color: #522803;
	/*font-size:16;*/
	/*font-weight: bold;   2.0em  */
}


.unter_ueber
{
	font-family:  arial,sans-serif;
	color: #04665C;
	font-size:16;
	/*font-weight: bold; */
}

.datenschutz
{
	font-family:  arial,sans-serif;
	
	font-size:10;
	/*font-weight: bold; */
}

/*##############################LINKS#####################*/
/*Styles für Links*/



a:link
{

	color: #04665C;

}
a:visited
{
	color: #04665C;

	

}
a:active
{
	color: #04665C;

}
a:hover
{
	color: #522803;
	/*border-right:7px solid #AFBCA0; farbiger Balken rechts */
	/*text-decoration: none;*/
}
.navi{

	color: #04665C;

}



/****************ENDE LINKS*****************/

