/* Allgemeine Formatierung */

html,body {
	color: #000;
	background: #fff;
	padding: 0;
	font-size: 100.01%;
	width: 100%;
	height: 100%;
}

/* Schriftformatierung */


p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}


h1 {
	margin: 0.5em 0 0 0;
	color: #000;
	text-align: center;
	font-size: 1em;
	font-family: arial, verdana, helvetica, sans-serif;
}


h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #000;
	background: #FFD870;
}

h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #D87F00;
}

h4 {
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	padding: 1em 0 0 0;
	margin: 2em 0 0 0;
	clear: both;
	border-top: 1px solid #FFAE00;
	line-height: 1.5em;
}

address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-style: normal;
	margin-bottom: 1.5em;
}

.abstandunten {
	margin-bottom: 0;
}


/* Links */

a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a.textlink:link {
	color: #1F39AA;
}

a.textlink:visited {
	color: #777;
}

a.textlink:hover {
	color: #D87F00;
	text-decoration: underline;
}

a.textlink:active {
	color: #1F39AA;
}


/* Bildformatierung */

img {
	border: 0;
}

/* Tabellen */

.preis {
	border-bottom: 1px solid #D87F00;
}

.preistabelle {
	padding: 0 0 0.3em 0;
}

.spaltenbreite {
	width: 5em;
	vertical-align: top;
}

.datumbreite {
	width: 9em;
	vertical-align: top;
	border-bottom: 1px solid #D87F00;
}
