
/* ################## Text ################## */

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin: 0 0 0.25em 0;
}

h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 166.67% }                     /* 20px */
/* h3 { font-size: 150% }                        18px */
h3 { font-size: 133.33%; color:#ffffff;}     /* 16px */
h4 { font-size: 133.33%; color:#75AB00;}     /* 16px */
h5 { font-size: 116.67%; color:#75AB00; margin: 0 0 0 0;}     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

p {
	line-height:1.3em;
	margin: 0 0 0 0;
	font-weight:normal;
}

p.wetter_klein {
    font-size:90%;
	color:#75AB00;
}

.paginierung {
	text-align:right;
}

/* ################## Links ################## */

a {
	color:#A86D00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#5E3D00;
	font-weight:bold;
	text-decoration:none;
}

a.kopf {
	color:#ffffff;
    font-size:100%;
	font-weight:normal;
	text-decoration:none;
}

a.kopf:hover {
	color:#405E00;
    font-size:100%;
	font-weight:normal;
	text-decoration:none;
}

a.fuss {
	color:#75AB00;
	font-weight:normal;
	text-decoration:none;
}

a.fuss:hover {
	color:#405E00;
	font-weight:normal;
	text-decoration:none;
}

/* ################## Tabellen ################## */

td.kalender_top {
	width:45px;
	height:5px;
	background-image:url(../grafik/hg_kalenderblatt_top.gif);
	background-repeat:no-repeat;
}

td.kalender_tag {
	width:45px;
	height:20px;
	background-image:url(../grafik/hg_kalenderblatt.gif);
	background-repeat:repeat-y;
	text-align:center;
}

td.kalender_mon {
	width:45px;
	height:20px;
	background-image:url(../grafik/hg_kalenderblatt_unten.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

td.kalender_hdr {
	padding-left:15px;
}

th.kalender_wochentag {
	height:20px;
	color:#ffffff;
	background-image:url(../grafik/hg_kalender_wochentag.gif);
	background-repeat:repeat-x;
	background-color:#5E3D00;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

td.preise {
	height:20px;
	color:#000000;
	background-color:#efefef;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}
th.preise {
	height:20px;
	color:#ffffff;
	background-color:#999999;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

td.kontakt {
	color:#ffffff;
	background-color:#999999;
	font-size:100%;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

th.fehler {
	height:20px;
	color:#ffffff;
	background-color:#ff0000;
	font-size:100%;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

td.fehler {
	background-color:#efefef;
	padding-left:5px;
	padding-right:5px;
}

/* ################## Bilder ################## */

img.bild_rechts {
	margin-left:10px;
	margin-bottom:10px;
}

img.hr {
	margin-top:15px;
	margin-bottom:15px;
}

img.header {
	margin-bottom:20px;
}

/* ################## Listen ################## */

ul {
	margin:0;
	padding:0;
	padding-left:1.5em;
}

li {
	margin-bottom:5px;
	list-style-image:url(../grafik/liste_haken.gif);
}

/* ################## Formulare ################## */

input.kontakt {
	width:99%;
	align:right;
	border:solid 1px #999999;
	background-color:#efefef;
}
input.kontakt_aktiv {
	width:99%;
	align:right;
	border:solid 1px #A86D00;
	background-color:#FFDEA2;
}

input.kontakt_fehler {
	width:99%;
	align:right;
	border:solid 1px #ff0000;
	background-color:#FFC3C3;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

legend {
	color:#75ab00;
	font-weight:bold;
}

textarea.kontakt {
	width:99%;
	height:250px;
	border:solid 1px #999999;
	background-color:#efefef;
}

textarea.kontakt_aktiv {
	width:99%;
	height:250px;
	border:solid 1px #A86D00;
	background-color:#FFDEA2;
}

textarea.kontakt_fehler {
	width:99%;
	height:250px;
	border:solid 1px #ff0000;
	background-color:#FFC3C3;
}