html, body {
	background: #ffffff;
	width: 100%;
	height: 100%;
}

body, p, td, ul, ol, input, textarea, select, option, unknown {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#head, #mainnav, #leftnav, #nav2, #history, #mainlinks, #aux {
	visibility: hidden;
	display: none;
}

/* --------------------------------------- */
/* Hauptnavigation oben / Linke Navigation */
/* --------------------------------------- */

a {
	color: #000000;
	text-decoration: underline;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

hr {
	color: #000000;
}

/* --------------------------------------- */
/* ---- Zusatzspalte rechts ---- */

.aux {
	border-left: solid 1px #cccccc;
	background-color: #445255;
	color: #000000;
}

.aux td p {
	color: #000000;
}


/* --------------------------------------- */
/* ---- Bilder ---- */

.left-inline {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}

.right-inline {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}
.standard {
	font-size: 10px;
	font-style: italic;
}

/* --------------------------------------- */
/* ---- Inhalt ---- */

.content {
	background-color: #eff3eb;
	padding-left: 15px;
}

.td-left {
	text-align: right;
	min-width: 230px;
	width: 230px;
}

html>body .td-left {
	width: 230px;
}

.td-left img {
	margin-top: 6px;
}

html>body .td-left img {
	margin-top: 0px;
}

.td-right {
	width: 460px;
}

.td-right {
	width: 460px;
	margin-right: 12px;
}

html>body .td-right {
	width: 460px;
}

div.main-content {
	margin-top: 10px;
}

div.main {
	overflow: auto;
	scrollbar-base-color: #cccecf;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #cccccc;
  scrollbar-face-color: #cccecf;
  scrollbar-highlight-color: #efefef;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
	width: 100%;
	height: 350px;
}


/* --------------------------------------- */
/* ---- Listen ---- */

.datelist-date {
	font-weight: normal;
}

.datelist span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a.datelist-header span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.documentlist-date {
	font-weight: normal;
}

.documentlist span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a.documentlist-header span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.eventlist-date{
	font-weight: normal;
}

.eventlist span.headline-bold {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

a.eventlist-header span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}


/* --------------------------------------- */
/* ---- Ueberschriften ---- */

.headline {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.headline-bold {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.subline {
	font-size: 12px;
	font-weight: bold;
}

.faq span.headline-bold {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.faq2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.faq {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.half-headline {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.half-subline {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

/* --------------------------------------- */
/* ---- Artikel Übersicht ---- */

.item-headline {
	color: #000000;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
}

.item-frame {
	border: solid 1px #cccccc;
	border-style: outset;
}

/* --------------------------------------- */
/* ---- Tabellen ---- */

.table-border {
	background-color: #000000;
}

.table-header {
	background-color: #efefef;
	color: #ffffff;
}

.table-header a {
	color: #000000;
}

.table-content {
	background-color: #ffffff;
}

.table-row-even {
	background-color: #ffffff;
}

.table-row-odd {
	background-color: #eff3eb;
}

/* --------------------------------------- */
/* ---- Sitemap ---- */

.sitemap-border {
	background-color: #000000;
}

.sitemap-header {
	background-color: #efefef;
}

.sitemap-link {
	text-decoration: none;
}

.sitemap-content {
	background-color: #ffffff;
}

/* --------------------------------------- */
/* ---- E-Mail Formulare ---- */

.form-fields {
	width: 352px;
}

.fake-link {
	cursor: pointer;
}

hr {
	color: #000000;
}

.locales-bar {
	background-color: transparent;
	padding-left: 26px;
}

#contact-form td {
	padding-top: 5px;
}

html>body .locales-bar {
	padding-left: 30px;
}

.menu-3-1 {
	border: none;
}
