body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(grafik/bg.gif);
	background-repeat: repeat-y;
	font: 80% verdana;
	color: #494848;
}

a {
	color: #854B4B;
}
a:hover {
	color: #db7a7a;
}

#inhalt {
	position: absolute;
	top: 330px;
	left: 220px;
	width: 650px;
	padding: 0px 80px 30px 0px;
	background-image: url(grafik/kleine-ranke-weiss.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#inhalt h1 {
	color: #854B4B;
	font-size: 150%;
	margin: 0px 0px 1em 0px;
}
#inhalt h2 {
	color: #db7a7a;
	font-size: 110%;
	margin: 2em 0px 1em 0px;
}
#inhalt h2.hervorgehoben {
	font-size: 130%;
	margin-top: 1em;
}
#inhalt p {
	margin: 0px 0px 1em 0px;
}
#inhalt table.termine {
    border: none;
	width: 600px;
	font: 100% verdana;
	margin: 0;
	padding: 0;
}
#inhalt table.termine td {
    height: 25px;
	vertical-align:top;
}
#navi {
	position: absolute;
	top: 310px;
	left: 0px;
	width: 160px;
	text-align: right;
	font: 100% tahoma;
	line-height: 150%;
}
#navi a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#navi a:hover, #navi a.hier {
	color: #854B4B;
}
.logo {
    position: absolute;
	left: 652px;
	top: 280px;
}
.fett {
    font-weight: bold;
	font-size: 110%;
}

/* Kontaktformular */
form.formular textarea {
	width: 300px;
}
form.formular input.submit {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #DB7A7A;
	border: 1px solid #DB7A7A;
	margin-top:5px;
}

form.formular .pflichtfeld input, form.formular .pflichtfeld textarea {
	border: 1px solid #B1273E;
    width:255px;
}
form.formular .pflichtfeld_fehler input, form.formular .pflichtfeld_fehler textarea {
	border: 1px solid #B1273E;
	background-color:#F5D6D6;
	width:255px;
}

form.formular .spalte_1  {
    padding-right: 10px;
}


form.formular .spalte_2 input, form.formular .spalte_2 textarea {
    border:1px solid #999999;
    width:255px;
}

form.formular div.fehlermeldung {
    font-weight:bold;
    color: #B1273E;
	margin-bottom:10px;

}
