/*Style-sheet for mehlhaus.de*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Arial, helvetica, sans-serif, Verdana, Geneva;
	color: #666666;
	font-size: 16;
}

H1 {
	color: #003366;
	font-size: 24;
}

H2 {
	color: #003366;
	font-size: 16;
	font-weight: bold;
}

.h1 {
	color: #003366;
	font-size: 24;
}

.h2 {
	color: #003366;
	font-size: 16;
	font-weight: bold;
}

.activelink {
	color: #339900;
	text-decoration: none;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover, a:active {
	/*color: #ff9933;*/
	color: #339900;
	text-decoration: none;
}

a.zweitnavi:link, a.zweitnavi:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}

a.zweitnavi:active, a.zweitnavi:hover {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}


/*masking email address from spiders - it is written in reverse*/
span.codedirection { 
	unicode-bidi:bidi-override; direction: rtl; 
	color: #003366;
}