@charset "utf-8";
@import "html.css";
@import "form.css";
@import "menu.css";
@import "layout.css";


h1.seitentitel {
	margin-bottom: 1em;
	border-bottom: 1px solid #5d4848;
}

IMG.bild_rechts {
	float: right;
	padding: .5em;
	border: 1px solid #ccc;
	margin: 0 0 1em 1em;
}

#content UL {
	margin-left: 1.5em;
}



/* fachbereiche ********************/

.bereich {
	border: 1px solid #ccc;
	border-top: none;
	float: left;
	padding: .7em;
	margin: 0 .5em .5em 0;
	width: 166px;
	height: 130px;
	background-image: url("../img/back_oben.gif");
	background-repeat: repeat-x;
	text-align: center;
}


.bereich a:HOVER {
	text-decoration: none;
}

.bereich IMG {
	border: none;
}

.bereich:hover {
	background-color: #f9f9f9;
}



/* impressum, kontakt */

TABLE.bildquelle {
	width: 100%;
	font-size: 90%;
	border: 1px solid #ede5d5;
}

TABLE.bildquelle TH {
	text-align: left;
	background-color: #ede5d5;
	padding: .4em .1em;
}

#map {
	width: 100%;
	height: 400px;
	border: 1px solid #999;
}

DIV.kontakt_buerostunden {
	float: right;
	margin-right: 15em;
}


/* aktuelles */

ul.aktuelles_list {
	list-style-type: square;
}


















