body {
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	background-color: #C1B8AD;
}

h1, h2, h3, a { color: #95122C; }

#CONTAINER {
	background-color: #F2ECE6;
	width: 780px;
	margin: 15px auto 0 auto;
}

#LOGO {
	background-color: #FFF;
	height: 200px;
}

#LOGO img {
	border-style: none;
	margin: 80px 0 0 456px;
	padding: 0px;
}

#NAVIGATION {
	background-color: #E1D5C7;
	height: 24px;
	font: 12px;
}

#NAVIGATION ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#NAVIGATION li {
	margin: 0;
	float: left;
}
#NAVIGATION  li.current a {
	background-color: #F2ECE6;
	font-weight: bold;
}

#NAVIGATION a {
	text-decoration: none;
	padding: 5px 15px;
	float: left;
}

#NAVIGATION a:hover { background-color: #E9DFD6; }

#HAUPTNAVIGATION {
	width: 550px;
	float: left;
}

#KONTAKTNAVIGATION {
	width: 230px;
	float: right;
}

#KONTAKTNAVIGATION ul { float: right; }

#INHALT {
	padding: 30px;
	min-height: 200px;
	color: #333;
	font-size: 13px;
	line-height: 1.4em;
}
#INHALT .breite { width: 530px; }


* html #INHALT { height: 200px; }

#INHALT h1 {
	padding: 0px;
	font-size: 22px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	line-height: 1.3em;
}
#INHALT  h2 {
	padding: 0px;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

#INHALT p {
	margin: 0 0 10px 0;
	padding: 0px;
}
#INHALT a:hover { text-decoration: none; }
#INHALT .kontaktlabel {
	font-weight: bold;
	float: left;
	width: 70px;
}
#INHALT  .anfahrtlabel {
	font-weight: bold;
	float: left;
	width: 120px;
}
#INHALT .anfahrt select, #INHALT .anfahrt input { margin: 0 0 5px 0; }

.termine  ul, .informationen ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#INHALT.informationen .headline {
	float: left;
	width: 200px;
}
#INHALT .dateiliste  {
	float: left;
	width: 400px;
}
#INHALT .dateiliste    li   { margin: 0 0 20px 0; }
#INHALT .dateiliste  .titel  { font-weight: bold; }



#INHALT.termine   .headline   {
	width: 170px;
	float: left;
}
#INHALT.termine  .headline  h1, #INHALT.informationen .headline h1 {
	margin: 0px;
	padding: 0px;
}

#INHALT.termine .zeitraum {
	float: left;
	width: 130px;
}
#INHALT .zeitraum li { margin: 0 0 5px 0; }

#INHALT.termine .zeitraum .current a {
	font-weight: bold;
	text-decoration: none;
}

#INHALT.termine  .terminliste {
	float: left;
	width: 300px;
}
#INHALT .terminliste li { margin: 0 0 10px 0; }

#INHALT .terminliste .datum {
	font-weight: bold;
	color: #95122C;
}
#INHALT  ul.bullet-liste {
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;
}
#INHALT   ul.bullet-liste ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#INHALT  ul.bullet-liste li  {
	background: url(../bilder/layout/bullet_li.gif) no-repeat left 6px;
	padding: 0 0 0 11px;
	margin: 0 0 10px 0;
}
#INHALT  .bullet-liste  li li {
	background: url(../bilder/layout/bullet_li-li.gif) no-repeat left 7px;
	padding: 0 0 0 11px;
	margin: 0 0 5px 0;
}


#SIDEBAR ul {
	margin: 10px 0 10px 0;
	padding: 0px;
	list-style: none;
}
#SIDEBAR li {
	display: inline;
	margin-right: 10px;
}
#map { border: 1px solid #000; }


/*#SIDEBAR a {
	color: #961515;
	text-decoration: none;
}
#SIDEBAR a:hover {
}
*/



.clear-both { clear: both; }
