A:link
		{
			text-decoration:none;
			color:black;
		}

A:visited
		{
			text-decoration:none;
			color:black;
		}

A:active
		{
			text-decoration:none;
		}


A:hover
		{
			color:#8B0000;
			text-decoration:none;
		}	
	


.ueberschrift
		{
			font-size:14px;
			font-family:Verdana,Arial;
			font-weight:bold;
			color:blue;
			letter-spacing:2pt;		
			border-top-width:0px;
			border-bottom-width:0px;
			border-left-width:0px;
			border-right-width:0px;
			text-decoration:none;
			text-align:center;
		}


.text
		{
			font-size:12px;
			font-family:Verdana,Arial;
			color:black;
			border-top-width:0px;
			border-bottom-width:0px;
			border-left-width:0px;
			border-right-width:0px;
			padding:20px;
		}




.navi
		{
			font-size:12px;
			font-family:Verdana,Arial;
			font-weight:bold;
			color:black;
			border-top-width:2px;
			border-bottom-width:2px;
			border-left-width:2px;
			border-right-width:2px;
			border-color:#8B0000;
			padding:15px;
		}



.border_logo
		{
			border-top-width:0px;
			border-bottom-width:2px;
			border-left-width:0px;
			border-right-width:0px;
			border-color:#8B0000;
		}



.no_border
		{
			border-top-width:0px;
			border-bottom-width:0px;
			border-left-width:0px;
			border-right-width:0px;
			border-color:#8B0000;
			padding:15px;		
		}