td            {
	font-style: normal;
	font-size: 12px;
	font-family: Arial;
	;
	color: #3d392d;
}
p             { font-style: normal; font-size: 12px; font-family: Arial }
b              { font-style: normal; font-weight: bold; font-size: 12px; font-family: Arial }
div               {
	font-style: normal;
	font-size: 10px;
	font-family: Arial
}

a:active          { color: white; text-decoration: none }
a:active:hover           { color: #dc8d4f; text-decoration: none }
a:visited       { color: white; text-decoration: none }
a:visited:hover           { color: #dc8d4f; text-decoration: none }
a:link       { color: white; text-decoration: none }
a:hover           { color: #dc8d4f; text-decoration: none }

.link:link        { color: #282319; text-decoration: underline }
.link_ohne:link { color: #282319; text-decoration: none }
.link:hover          { color: #282319; text-decoration: underline }
.link_ohne:hover { color: #282319; text-decoration: none }
.link:visited:hover { color: #282319; text-decoration: underline }
.link_ohne:visited:hover { color: #282319; text-decoration: none }
.link:visited { color: #282319; text-decoration: underline }
.link_ohne:visited { color: #282319; text-decoration: none }
.link:active { color: #282319; text-decoration: underline }
.link_ohne:active { color: #282319; text-decoration: none }
.link:active:hover { color: #282319; text-decoration: underline }
.link_ohne:active:hover { color: #282319; text-decoration: none }
#map { width: 100%; height: 300px; padding : 10 px; border : 1px solid #282319; margin : 0 auto;}
