body
{
	font-family: Arial;
	color: #000000;

}

.rand-l
{
	width: 100px;
}

.rand-r
{
	width: 100px;
}

.grafiken
{
	text-align: center;
}

.links
{
	padding: 5px;
	text-align: center;
}

td.radweg
{
	text-align: right;
	vertical-align: middle;
	padding-top: 30px;
}

.radweg-logo
{
	width: 82px;
	height: 83px;
	margin-left: 15px;
}

.radweg-text
{
	font-weight: bold;
	color: #797d9d;
}

td.infos
{
	padding-top: 30px;
	vertical-align: top;
	text-align: center;
	font-size: 12;
	color: #797d9d;
}

.fuss
{
	text-align: center;
	font-size: 11;
	padding-top: 30px;
}

/* Links */

a:link 
{ 
	
	font-weight: bold;
	text-decoration: none;
	color: #004080;
}

a:visited 
{ 
	font-weight: bold;
	text-decoration: none; 
	color: #004080;
}

a:hover 
{ 
	font-weight: bold;
	text-decoration: underline; 
	color: #800000;
}

a:active 
{
	font-weight: bold;
	text-decoration:none; 
	color: #004080;
}

a:focus 
{ 
	font-weight: bold;
	text-decoration:none;
	color: #004080;
}

