/* --------------------------------------- */
/* Seitenaufbau */
/* --------------------------------------- */

/* ----- Gesamtangaben ----- */

#frame-box {
	width: 952px;
	margin: 0px auto;
}

/* ----- Leiste oben ----- */

#top-box {
	background-color:#ffffff;
	width: 100%;
	text-align: center;
}

/* ---------------------------------------- */
/* ----- Navigation oben ----- */

#mainnav-box {
	width: 100%;
	height: 20px;
	text-align: left;

}

/* ---------------------------------------- */
/* ----- Inhalt ----- */

#content-box {
	text-align: center;
}

/* ----- Navigation links ----- */

#navbar {
	background-color: #F9F9F9;
	width: 198px;
	height: 468px;
	text-align: center;
	vertical-align: top;
	padding-top: 26px;
	padding-left: 9px;
	padding-right: 3px;
	border-left
}

/* ----- Inhalt ohne Zusatzspalte ----- */

#content {
	background-color: #F9F9F9;
	width: 730px;
	text-align: center;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 4px;
	padding-right: 6px;
}

/* ----- Inhalt mit Zusatzspalte ----- */

#content-plus {
	background-color: #F9F9F9;
	width: 532px;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

/* ----- Zusatzspalte ----- */

#aux {
	background-color: #F9F9F9;
	width: 226px;
	text-align: center;
	vertical-align: top;
	padding-top: 19px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 2px solid white;
}

/* ---------------------------------------- */
/* ----- Hauptlinks ----- */

#mainlinks-box {
	background-color: #353432;
	width: 100%;
	height: 20px;
	text-align: right;
}

#mainlinks {
	float: right;
	padding-right: 8px;
}

#mainlinks table {
	height: 20px;
	border: 0px;
	background-color: #353432;
}

#extras-box {
	float: left;
	width: 23%;
	height: 20px;
	text-align: center;
}

#extras {
	float: left;
	width: 226px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}


/* --------------------------------------- */
/* Hauptnavigation oben / Linke Navigation */
/* --------------------------------------- */

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 4px;
	margin-left: 0px;
	text-align: center;
}

p, td, input, ol, ul {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

select, option, textarea {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #353432;
	text-decoration: underline;
}
a:hover {
	color: #DF0025;
	text-decoration: underline;
}

h3 {
	color: #DF0025;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

/* --------------------------------------- */
/* ---- Hauptnavigation 1. Ebene ---- */

.menu-1 {
	background-color: #ffffff;
	color: #353432;
	border-style: none;
}

.menu-1-1 {
	color: #353432;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-1-1:hover {
	color: #DF0025;
	text-decoration: none;
}

.menu-1-2 {
	color: #DF0025;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-1-2:hover {
	color: #DF0025;
	text-decoration: none;
}

/* --------------------------------------- */
/* ---- Navigation 2. Ebene : Rahmen ---- */

.menu-2-0 {
	background-color: #949294;
	color: #353432;
	border-right : 2px solid #ffffff;
}

/* --------------------------------------- */
/* ---- Navigation 2. Ebene : Verweise ---- */

.menu-2top {
	border-top: 0px solid #b32571;
}

.menu-2 {
	border-top: 0px solid #b32571;
	border-bottom: 0px solid #b32571;
}

.menu-2-1 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.menu-2-1:hover {
	color: #DF0025;
	text-decoration: none;
}

.menu-2-2 {
	color: #DF0025;
	font-weight: bold;
	text-decoration: none;
}

.menu-2-2:hover {
	color: #DF0025;
	text-decoration: none;
}

.menu-2on {
	background-color: #F9F9F9;
}

.menu-2off {
	background-color: #F9F9F9;
}

/* --------------------------------------- */
/* ---- Navigation 3. Ebene : Verweise ---- */

.menu-3top {
}

.menu-3bottom {
	border-bottom: 0px solid #b32571;
}

.menu-3 {
}

.menu-3-1 {
	color: #353432;
	font-weight: bold;
	text-decoration: none;
}

.menu-3-1:hover {
	color: #DF0025;
	text-decoration: none;
}

.menu-3-2 {
	color: #DF0025;
	font-weight: bold;
	text-decoration: none;
}

.menu-3-2:hover {
	color: #DF0025;
	text-decoration: none;
}


/* --------------------------------------- */
/* ---- Zusatzspalte rechts ---- */

.aux {
	background-color: #949294;
	color: #000000;
	border-left: 2px solid #ffffff;
}

.aux td {
	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;
}

/* --------------------------------------- */
/* ---- Misc ---- */

.search {
	border: 1px solid #b32571;
	width: 130px;
}

.search-text {
	color: #000000;
}

.highlight {
	background-color: #cac8c8;
}

.extras {
	background-color: #000000;
}

.dates {
	color: #000000;
	font-size: 10px;
}

.present {
	color: #b32571;
}

.absent {
	color: #f00000;
}

/* --------------------------------------- */
/* ---- Inhalt ---- */

.content {
	background-color: #cac8c8;
}

.td-left {
	width: 27%;
}

.td-right {
	width: 50%;
}

.td-default {
}

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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	font-size: 11px;
	font-weight: normal;
}


/* --------------------------------------- */
/* ---- Hauptseite ---- */

.main-links {
}

.main-links a {
	color: #353432;
	text-decoration: none;
}

.main-links a:hover {
	color: #DF0025;
	text-decoration: none;
}

a.main-1 {
	color: #949294;
	text-decoration: none;
}

a.main-2 {
	color: #b32571;
	text-decoration: none;
}

/* --------------------------------------- */
/* ---- History ---- */

.position {
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}

.position a {
	text-decoration: none;
}


/* --------------------------------------- */
/* ---- Ueberschriften ---- */

.headline, .headline-bold, .half-headline {
	color: #DF0025;
	font-size: 13px;
	font-weight: bold;
}

.subline, .half-subline {
	color: #DF0025;
	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;
}

/* --------------------------------------- */
/* ---- Artikel Übersicht ---- */

.item-headline {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #949294;
}

.item-frame {
	border: 1px solid #949294;
	border-style: outset;
}

/* --------------------------------------- */
/* ---- Tabellen ---- */

.table-border {
	background-color: #949294;
}

.table-header {
	background-color: #949294;
	color: #000000;
}

.table-header a {
}

.table-content {
	background-color: #ffffff;
}

.table-row-even {
	background-color: #ffffff;
}

.table-row-odd {
	background-color: #949294;
}

/* --------------------------------------- */
/* ---- Sitemap ---- */

.sitemap-border {
	background-color: #949294;
}

.sitemap-header {
	background-color: #949294;
}

.sitemap-link {
	text-decoration: none;
}

.sitemap-content {
	background-color: #ffffff;
}

/* --------------------------------------- */
/* ---- Overview ---- */

.overview-border {
	border: 1px solid #949294;
	background-color: #cac8c8;
}

.overview-header {
	background-color: #949294;
	color: #b32571;
}

.overview-link {
	text-decoration: none;
}

.metas { }

/* --------------------------------------- */
/* ---- Drop Menu ---- */

.drop {
	position: relative;
}

.drop_menu {
	border: 1px solid #000000;
	border-style: outset;
	background-color: #ffffff;
}

.drop_menu a {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.drop_menu a:hover {
	font-weight: normal;
	color: #b32571;
	text-decoration: none;
}


/* --------------------------------------- */
/* ---- Upload Formular ---- */

.upload-form {
	background-color: #ffffff;
	border: 1px solid #cac8c8;
}

.upload-form input {
	border: 1px solid #cac8c8;
	border-style: outset;
}

.upload-comment {
	overflow: auto;
	width: 100%;
	padding-right: 2px;
	height: 50px;
	font-size: 10px;
	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;
}


/* --------------------------------------- */
/* ---- Termin Kalender ---- */


.calendar_1_entry {
	background-color: #cac8c8;
}

.calendar_2_entry {
	background-color: #cac8c8;
}

.calendar_3_entry {
	background-color: #cac8c8;
}
