/* Allgemeine Formatierung */

html,body {
	color: #000;
	margin: auto;
	padding: 0;
	font-size: 100.01%;
	min-width: 770px;
	width: 100%;
	height: 100%;
}



p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}


h1 {
	padding: 0;
	width: 100%;
	height: 180px;
	margin: 0;
	background: url(./images/headgrafik.jpg) #1F8418 no-repeat center;
	color: #000;
	text-align: center;
	font-size: 0em;
	font-family: arial, verdana, helvetica, sans-serif;
	border-bottom: 2px solid #1F8418;
}


h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	line-height: 1em;
	padding: 0 0 0.4em 0;
	clear: both;
	margin: 0 0 1em 0;
	color: #000;
	border-bottom: 2px solid #1F8418;
}

h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #1F8418;
}

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 #1F8418;
	line-height: 1.5em;
}

span {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

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: #1F8418;
}

a.textlink:visited {
	color: #777;
}

a.textlink:hover {
	color: #1F8418;
	text-decoration: underline;
}

a.textlink:active {
	color: #1F39AA;
}



/* Bildformatierung */

img {
	border: 0;
}


/* Tabellen */

.preis {
	border-bottom: 1px solid #1F8418;
	border-right: 1px solid #1F8418;
	width: 10em;
	text-align: right;
	padding: 0 0.5em 0 0;
}

.beschriftung {
	border-bottom: 1px solid #1F8418;
	border-right: 1px solid #1F8418;
	width: 10em;
	padding: 0 0 0 0.5em;
}

.preistabelle {
	padding: 0;
	border: 1px solid #1F8418;
	border-right: none;
	border-bottom: none;
}

.spaltenbreite {
	width: 6em;
	vertical-align: top;
}

.kopf {
	width: 10em;
	text-align: center;
	background: #DCFA93;
	color: #000;
	border-bottom: 1px solid #1F8418;
	border-right: 1px solid #1F8418;
}
