/* Begin Typography & Colors */
body {
	background-color: #aba197;
}

/* h1=lauftext */

h1 {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* h2=untermenu1 */

h2 {
	color: white;
	font: normal normal x-small Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

/* h3=unternemu2 */

h3 {
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
	white-space: nowrap;
}

a, h1 a, h3 a

a, h1 a, h2 a, h3 a {
	color: black;
	text-decoration: none;
}

h2 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:visited, h1 a:visited, h2 a:visited, h3 a:visited {
	color: black;
	text-decoration: none;
}

a:hover, .description, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, cite, a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* End Typography & Colors */


