html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #777;
	background-color: #a4a691;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #777;
	text-decoration: underline; 
}
a:hover {
	color: #000; 
}
p, pre { 
	margin: 10px 0px; 
}
/*********************************/
/* Frames: Abstände, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #000;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #000;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	padding: 2px 4px 2px 4px;
	border: 1px solid #000;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* Überschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
}
h2 {
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
/* Überschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* Überschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	line-height: 1.4em;
}
p.bodytext a { 
}
/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 5px;
}
/***********/
/* Tabelle */
/***********/
table.contenttable {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
table.contenttable tr td { 
  padding: 0px; 
}
table.contenttable tr td p.bodytext { 
}
table.contenttable tr { 
}
/**********/
/* Bilder */
/**********/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 1px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/*********************************/
/* Aufzählungsliste spezifiziert */
/*********************************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable p {
}
/* Tabellen, spezifiziert */
table.contenttable-0 {
	border-collapse: collapse;
}
table.contenttable-1 {
}
table.contenttable-2 {
}
table.contenttable-3 {
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color: #fff;
}
table.csc-uploads tr.tr-odd {
	background-color: #EBEBEB;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}
/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */

/*****************/
/* Suchresultate */
/*****************/
/* Suchresultate, result information box: */
table.csc-searchResultInfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}
table.csc-searchResultInfo tr {
	background-color: #EBEBEB;
}
table.csc-searchResultInfo tr td p {
	padding: 0px 5px 0px 5px;
}
table.csc-searchResultInfo tr td.csc-searchResultRange p {
	font-weight: bold;
}
table.csc-searchResultInfo tr td.csc-searchResultPrevNext {
	text-align: right;
}
/* Suchresultate, header + abstract: */
h3.csc-searchResultHeader a {
	color: #E32D32;
}
h3.csc-searchResultHeader {
	background-color: #EBEBEB;
	font-size: 14px;
	padding-left: 5px;
}
p.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}
/* Suchword Markierung */
span.csc-sword {
	font-weight: bold;
	color: #E32D32;
}
/*****************************/
/* Menü / Sitemap, allgemein */
/*****************************/
div.csc-menu {
	margin-bottom: 30px;
}
div.csc-menu p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	background-color: #fff;
	float: left;
}
div.csc-menu  p a {
	color: #000;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 14px;
}
div.csc-menu p a:hover {
	color: #E32D32;
	text-decoration: underline;
}
div.csc-menu p.csc-section {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
}
/* Menü / Sitemap, "Menu of these pages" */
div.csc-menu-def p {
}
/* Menü / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 {
}
/* Menü / Sitemap, "Sitemap" */
div.csc-menu-2 {
}
div.csc-menu-2 p.csc-sitemap {
	float: left;
	width: 300px;
}
div.csc-menu-2 p.csc-sitemap-level1 {
	margin-left: 0px;
}
div.csc-menu-2 p.csc-sitemap-level2 {
	margin-left: 20px;
}
div.csc-menu-2 p.csc-sitemap-level3 {
	margin-left: 40px;
}
div.csc-menu-2 p.csc-sitemap-level4 {
	margin-left: 60px;
}
div.csc-menu-2 p.csc-sitemap-level1 a {
	color: #E32D32;
}
div.csc-menu-2 p.csc-sitemap-level2 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level3 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level4 a {
	color: #E32D32;
}
/* Menü / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 {
}
div.csc-menu-3 p.csc-section {
	margin-left: 0px;
}
div.csc-menu-3 p.csc-section a {
	color: #E32D32;
}
/* Menü / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 {
}
div.csc-menu-4 p {
	width: 205px;
	border: 0px solid #000;
	margin-bottom: 8px;
}
div.csc-menu-4 p.csc-abstract {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
}
/* Menü / Sitemap, "Recently updated pages" */
div.csc-menu-5 {
}
/* Menü / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 {
}
/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 {
}
div.csc-menu-7 p {
	width: 131px;
	border: 0px solid #000;
}
div.csc-menu-7 p.csc-section A {
	color: #E32D32;
}
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
} 
/* Standardstyles für das Admin Panel */
/*
table.typo3-adminPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-adminPanel tr.typo3-adminPanel-hRow td {
	background-color: #9BA1A8;
}
table.typo3-adminPanel TR.typo3-adminPanel-itemHRow td {
	background-color: #ABBBB4;
}
table.typo3-adminPanel table, table.typo3-adminPanel td {
	border: 0px;
}
table.typo3-adminPanel td font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}
table.typo3-adminPanel td a font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}			
table.typo3-editPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-editPanel td {
	border: 0px;
}
*/
/*------------------------------------ (User Styles)  ----------------------------------- */
div.clear {
	clear: both;
}
div#breite {
	width: 1024px;
	margin: 15px auto;
}
div#container {
	background-color: #fff;
	padding: 0px;
	padding-bottom: 10px;
}
* html div#header {
	height: 1em;
}
div#header {
	background-color: #164475;
	padding: 10px 30px;
	min-height: 1em;
}
div#adresse {
	width: 365px;
	float: left;
	text-align: left;
	color: #fff;
}
div#buttonsbutton {
	width: 234px;
	float: left;
	text-align: center;
	color: #fff;
}
div#logo {
	width: 360px;
	float: left;
	text-align: right;
	color: #fff;
}
* html div#hauptnav {
	height: 1em;
}
div#hauptnav {
	padding: 5px 30px;
	color: #000;
	background-color: #c0d1de;
	min-height: 1em;
}
div#headerbild {
	margin: 0px;
}
* html div#subnav {
	height: 1.2em;
}
div#subnav {
	padding: 5px 30px;
	color: #000;
	background-color: #c0d1de;
	min-height: 1.2em;
}
div#intern {
	padding: 5px 30px;
}
div#internnav {
	width: 50%;
	float: left;
	text-align: left;
	color: #000;
}
div#internlogin {
	width: 50%;
	float: left;
	text-align: right;
	color: #000;
}
div#hauptbereich {
	width: 948px;
	margin-left: 30px;
	margin-top: 10px;
}
div#content {
	width: 732px;
	float: left;
	border-right: 1px dotted #000;
}
div#left {
	width: 460px;
	padding-right: 58px;
	float: left;
	text-align: left;
}
div#middle {
	width: 214px;
	float: left;
}
div#middle div.imageblock {
	margin: 0px 27px;
}
div#middle div.imageblock div.image {
	margin-bottom: 15px;
}
div#right {
	width: 200px;
	padding-left: 14px;
	margin-left: -1px;
	float: left;
	border-left: 1px dotted #000;
}
div#hauptbereich-intern {
	width: 918px;
	margin-left: 30px;
	margin-top: 10px;
}
div#hauptbereich-intern2spaltig {
	width: 958px;
	margin-left: 30px;
	margin-top: 10px;
}
div#hauptbereich-intern2spaltig div#left {
	width: 450px;
	padding-right: 28px;
	float: left;
	text-align: left;
}
div#hauptbereich-intern2spaltig div#right {
	width: 450px;
	padding-left: 28px;
	margin-left: -1px;
	float: left;
	border-left: 1px dotted #000;
}
/****************** Adressformatierungen **********************/
div.adresscontent {
	margin-top: 5px;
}
div.adresscontent a {
	color: #fff;
}
div.adresscontent a:hover {
	color: #ABABAB;
}
/****************** Hauptnavigation **********************/
ul#hauptnavcontent {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1em;
}
ul#hauptnavcontent li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul#hauptnavcontent li.trenner {
	display: inline;
	padding: 0px 5px;
	color: #000;
}
ul#hauptnavcontent li a {
  color: #000;
  text-decoration: none;
}
ul#hauptnavcontent li a:hover {
  color: #cc9900;
}
ul#hauptnavcontent li.akt {
  margin: 0px;
  padding: 0px;
  display: inline;
  color: #cc9900;
}
ul#hauptnavcontent li.akt a {
  color: #cc9900;
  text-decoration: none;
}
ul#hauptnavcontent li.akt a:hover {
  text-decoration: underline;
}
/****************** Subnavigation **********************/
ul#subnavcontent {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1em;
}
ul#subnavcontent li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul#subnavcontent li.trenner {
	display: inline;
	padding: 0px 5px;
	color: #000;
}
ul#subnavcontent li a {
  color: #000;
  text-decoration: none;
}
ul#subnavcontent li a:hover {
  color: #cc9900;
}
ul#subnavcontent li.akt {
  margin: 0px;
  padding: 0px;
  display: inline;
  color: #cc9900;
}
ul#subnavcontent li.akt a {
  color: #cc9900;
  text-decoration: none;
}
ul#subnavcontent li.akt a:hover {
  text-decoration: underline;
}
/****************** Internnavigation **********************/
div.internzusatz{
	float: left;
	font-weight: bold;
	margin-top: 3px;
}
ul#internnavcontent {
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  list-style: none;
  font-size: 1em;
}
ul#internnavcontent li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul#internnavcontent li.trenner {
	display: inline;
	padding: 0px 5px;
	color: #000;
}
ul#internnavcontent li a {
  color: #000;
  text-decoration: none;
}
ul#internnavcontent li a:hover {
  color: #cc9900;
}
ul#internnavcontent li.akt {
  margin: 0px;
  padding: 0px;
  display: inline;
  color: #cc9900;
}
ul#internnavcontent li.akt a {
  color: #cc9900;
  text-decoration: none;
}
ul#internnavcontent li.akt a:hover {
  text-decoration: underline;
}
/****************** Frontendlogin **********************/
div.tx-feuserloginsystem-pi1 {
	height: 30px;
}
div.smalllogin {
	float: right;
}
div.tx-feuserloginsystem-pi1 form {
	margin: 0px;
	padding: 0px;
}
div.smalllogin div.smallloginheader {
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}
div.smallloginform {
	margin: 0px;
	padding: 0px;
}
div.smallloginform label {
	float: left;
	margin-right: 10px;
}
div.smallloginform input {
	float: left;
	width: 50px;
	margin-right: 10px;
	border: 1px solid #7f9db9;
	font-size: 1em;
}
div.smallloginform input.submit {
	clear: none;
	float: left;
	width: 40px;
	height: 1.5em;
	border: 1px solid #7f9db9;
	background-color: #EBEBEB;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1em;
}
/****************** Volltextsuche **********************/
div.tx-macinasearchbox-pi1 {
	height: 30px;
}
div.singlesearchbox {
	margin-left: 10px;
}
div.tx-macinasearchbox-pi1 form {
	margin: 0px;
	padding: 0px;
}
div.smalllogin div.smallloginheader {
	float: left;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}
div.smallloginform {
	margin: 0px;
	padding: 0px;
}
div.smallloginform label {
	float: left;
	margin-right: 10px;
}
div.singlesearchbox input {
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #7f9db9;
	font-size: 1em;
}
div.singlesearchbox input.tx-indexedsearch-searchbox-button-submit {
	clear: none;
	float: left;
	width: 60px;
	height: 1.5em;
	border: 1px solid #7f9db9;
	background-color: #EBEBEB;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1em;
}
/****************** News **********************/
/*** LATEST ***/
div.news-latest-container {
}
div.news-latest-container div.news-latest-item {
}
div.news-latest-container div.news-latest-item span.news-latest-date {
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0.5em;
}
div.news-latest-container div.news-latest-item h3 {
	font-size: 1.4em;
	margin: 0px;
	margin-bottom: 0.5em;
}
div.news-latest-container div.news-latest-item p.bodytext {
	margin: 0px;
	margin-bottom: 0.5em;
}
div.news-latest-container div.news-latest-item div.news-latest-morelink {
}
div.news-latest-container div.news-latest-item div.news-latest-morelink a {
	color: #164475;
}
div.news-latest-container div.news-latest-item div.news-latest-morelink a:hover {
	color: #000;
}
div.news-latest-container div.news-latest-item div.news-latest-clear {
	clear: both;
	margin-bottom: 2em;
}
/*** LIST ***/
div.news-list-container {
}
div.news-list-container div.news-list-item {
}
div.news-list-container div.news-list-item span.news-list-date {
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0.5em;
}
div.news-list-container div.news-list-item h3 {
	font-size: 1.4em;
	margin: 0px;
	margin-bottom: 0.5em;
}
div.news-list-container div.news-list-item p.bodytext {
	margin: 0px;
	margin-bottom: 0.5em;
}
div.news-list-container div.news-list-item div.news-list-morelink {
}
div.news-list-container div.news-list-item div.news-list-morelink a {
	color: #164475;
}
div.news-list-container div.news-list-item div.news-list-morelink a:hover {
	color: #000;
}
div.news-list-container div.news-list-item div.news-list-clear {
	clear: both;
	margin-bottom: 2em;
}
/*** SINGLE ***/
div.news-single-item {
}
div.news-single-item span.news-date {
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 0.5em;
}
div.news-single-item h2 {
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 0.5em;
}
div.news-single-item p.bodytext {
}
div.news-single-img {
	margin-top: 10px;
}

/*--------------------------------- Imagelightbox  ---------------------------------*/
#overlay {
	background-color: #CCCCCC;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
.csc-textpic-caption {
	display: none;
}	
#prevLink, #nextLink {
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover *//* Trick IE into showing hover */
}	
#prevLink {
}	
#nextLink {
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(typo3conf/ext/kj_imagelightbox2/lightbox/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(typo3conf/ext/kj_imagelightbox2/lightbox/images/nextlabel.gif) right 15% no-repeat;
}	
.presentationmodeAct a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}
/*--------------------------------- Suche --------------------------------- */
div#singlesearchbox {
	
}
div#singlesearchbox h6 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #777;
	text-transform: none;	
}
div#singlesearchbox input.searchbox {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #7F9DB9;
	width: 144px;
	margin-top: 3px;
	line-height: 14px;
	height: 16px;
	float: left;
}
div#singlesearchbox input.tx-indexedsearch-searchbox-button-submit {
	background-color: #ebebeb;
	border: 1px solid #7F9DB9;
	width: 65px;
	line-height: 14px;
	height: 18px;
	margin-left: 4px;
	margin-top: 3px;
}
div.tx-indexedsearch-searchbox {

}
div.searchbox-tmpl-css {
	
}
div.tx-indexedsearch-searchbox fieldset {
	border: none;
}
div.tx-indexedsearch-searchbox fieldset legend {
	display: none;
}
div.tx-indexedsearch-form {

}
div.tx-indexedsearch-searchbox label {
	display: block;
	float: left;
	width: 100px;
}
div.tx-indexedsearch-form {
	height: 17px;
}
div.tx-indexedsearch-searchbox input {
	width: 300px;
	border: 1px solid #7F9DB9;
	background-color: #fff;
	color: #000;
}
div.tx-indexedsearch-search-extended {
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 45px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #ebebeb;
}
div.tx-indexedsearch-search-extended label {
	width: 120px;
}
div.tx-indexedsearch-searchbox select {
	width: 200px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #7F9DB9;
}
div.tx-indexedsearch-searchbox input.submit {
	width: 306px;
	margin-top: 5px;
	margin-left: 100px;
	background-color: #ebebeb;
}
ul.browsebox {
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #Ebebeb;
}
ul.browsebox li {
	display: inline;
	padding-right: 10px;
}
ul.browsebox li a {
	
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	text-decoration: none;
}
div.tx-indexedsearch-res dl.tx-indexedsearch-info {
	padding: 5px;
	background-color: #Ebebeb;
}
div.tx-indexedsearch-res h3 {
	background-color: #164475;
	color: #fff;
}
div.tx-indexedsearch-res h3 a {
	color: #fff;
}
div.tx-indexedsearch-res span.tx-indexedsearch-percent {
	float: right;
}
div.tx-indexedsearch-res dt {
	float: left;
	font-size: 9px;
}
div.tx-indexedsearch-res dd {
	font-size: 9px;
}
div.tx-indexedsearch-res p.tx-indexedsearch-descr {

}
div.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup{
	color: #164475;
	background-color: #Ebebeb;
}
/*--------------------------------- Paypal-Spende --------------------------------- */
div.paypal-Spende {
	text-align: center;
}
div.paypal-Spende input {
	border: none;
}
