html, body {
	height:100%;
	color:black;
	background-position:center;
	min-height:101%; /*Scrollbar immer anzeigen*/
	margin-top: 0px;
	margin-bottom: 0px;
}

p, td, .Download-Text, .Ueberschrift, .UeberschriftFett, .Hervorhebung, .HervorhebungFett, a:link, a:hover, a:visited:hover, a:active, a:visited {
	font-family : Tahoma,Geneva,Kalimati,sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #46423a;
	line-height: 16px;
	font-weight: normal;
}

.Ueberschrift {
	color : #000000;
}

.UeberschriftFett {
	color : #000000;
	font-weight : bold;
}

.Hervorhebung {
	color : #eab000;
}

.HervorhebungFett {
	color : #eab000;
	font-weight : bold;
}

.Download-Text {
	color : #ffffff;
	background-color: #e1000e;
}

a:focus { border: none;}

a:link {
	color : #e1000e;
	line-height: 1;
}

a:hover {
	color : #e1000e;
	text-decoration : underline;
	line-height: 1;
}

a:visited:hover {
	color : #e1000e;
	text-decoration : underline;
	line-height: 1;
}

a:active {
	color : #e1000e;
	line-height: 1;
}

a:visited {
	color : #e1000e;
	line-height: 1;
}
