div#banner {
	background: url(../img/schattenaufweiss.png) repeat-x;
	position: relative;
}
/*
	Grafiken auf Startseite
*/
div#bannerleft {
	width: 75%;	
}
div#visual {
	background: #d3ccb9 url(../img/schattenaufbeige.png) repeat-x left top;
	position: relative;
}
img#bildzen {
	position: absolute;
	right: 0;
}
div#zitatillgen p {
	color: #7f786a;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	left: 45%;
	line-height: 160%;
	position: absolute;
	top: 20%;
}
div#quicklinks {
	padding: 8px 15px 0 15px;
}
div#quicklinks p {
	font-size: 0.88em;
}
div#quicklinks a {
	text-decoration: underline;
}
/*
	Fusszeile mit Namen unterhalb des Banners
*/
div#bannerfooter {
	background: #a59e88 url(../img/bannerfooterbg.png) repeat-x 0 bottom;
	padding-bottom: 7px;
	position: relative;
}
div#bannerfooter p {
	color: white;
	font-weight: bold;
	padding: 0.25em 0 0.25em 1.7em;
}
img#bannerfooterround {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*
	Info-Block rechts von der Grafik (Adresse)
*/
div#bannerinfo {
	position: relative;
}
div#bannerinfopos {
	position: absolute;
	right: 0;
	top: 0;
	width: 24%;
}
div#bannerinfocontent {
	background: url(../img/schattenaufweiss.png) repeat-x;
}
div#bannerinfo h1 {
	font-size: 1.16em;
	line-height: 100%;
	padding: 1.8em 0 0.5em 0.6em;
	font-weight: bold;
}
div#bannerinfo h2 {
	font-size: 0.96em;
	font-weight: bold;
	line-height: 134%;
	padding-left: 0.8em;
}
div#bannerinfo h3 {
	font-size: 0.96em;
	font-weight: bold;
	padding-top: 0.6em;
	padding-left: 0.8em;
}
/*
	Tabelle mit Sprechzeiten
*/
table#sprechzeiten {
	background: #ece9de url(../img/lightbrownround.png) no-repeat right bottom;
	bottom: 7px;
	font-size: 0.9em;
	position: absolute;
	right: 0;
	width: 24%;
}
table#sprechzeiten th {
	background-color: #a59e88;
	padding: 0.25em 1.2em;
	color: white;
	text-align: left;
}
table#sprechzeiten td.c1 {
	padding: 0 1.2em;
}
table#sprechzeiten td.c2 {
	padding: 0 1.2em 0 0;
}
table#sprechzeiten tr.first td {
	padding-top: 0.4em;
}
table#sprechzeiten tr.last td {
	padding-bottom: 0.4em;
}
/*
	Vierspaltige Tabelle mit Infos unten auf der Seite
*/
table#infobar {
	margin-top: 13px;
	width: 100%;
}
table#infobar td {
	vertical-align: top;
	width: 25%;
}
table#infobar td a {
	font-weight: bold;
}
table#infobar td.c1-3 div {
	padding: 0.7em 1em;
}
table#infobar td.c1-3 {
	background-color: #ece9de;
}
table#infobar td#c3 {
	background: #ece9de url(../img/lightbrownround.png) no-repeat right bottom;
}
table#infobar td#tabspace {
	width: 1%;
}
table#infobar td#c4 {
	background: #b7e7a7 url(../img/greenround.png) no-repeat right bottom;
	width: 24%;
}
table#infobar td#c4 div {
	padding: 1em 1em;
}
table#infobar h1 {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size: 1.1em;
}
table#infobar td p,
table#infobar td a {
	padding-bottom: 0.3em;
	font-size: 0.95em;
}

