html {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFF;
}

#kopf {
	display: none;
}

#links {
	display: none;
}

#inhalt {
	padding: 10px;
	margin: 0;
	float: left;
}

#rechts {
	display: none;
}

#fuss {
	clear: both;
	width: 99%;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}

img {
  border: 0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

h1, .h1, h1 a, .h1 a, .h1 a:link, .h1 a:active, .h1 a:visited, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 1.30em;
	font-weight:bold;
	text-decoration: none;
}

h2, .h2, h2 a, .h2 a, .h2 a:link, .h2 a:active, .h2 a:visited, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 1.20em;
	font-weight:bold;
	text-decoration: none;
}

h3, .h3, h3 a, .h3 a, .h3 a:link, .h3 a:active, .h3 a:visited, h3 a:link, h3 a:active, h3 a:visited {
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
}

h4, .h4, h4 a, .h4 a, .h4 a:link, .h4 a:active, .h4 a:visited, h4 a:link, h4 a:active, h4 a:visited {
	font-size: 1.0em;
	font-weight:normal;
	text-decoration: none;
	font-style:italic;
}

#breadcrumb {
	display: none;
}
