html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #333;
	background-color: #fff;
	line-height: 1.6em;
}
body.htmlarea-content-body {
	background-image: none;
	text-align: left;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #333;
	text-decoration: underline; 
}
a:hover {
	color: #000; 
}
p, pre { 
	font-size: 1em;
	margin: 0px 0px 10px 0px; 
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* Frames: Abst?nde, link-to-top */
/*********************************/
div.csc-linkToTop {
	text-align: right;
}
div.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: 215px;
}
div.csc-frame-indent6633 {
	padding-right: 215px;
}
div.csc-frame-frame1 {
	width: 355px;
	border-right: 1px dotted #696969;
	padding: 10px 0px;
	float: left;
}
div.csc-frame-frame2 {
	width: 339px;
	border-left: 1px dotted #696969;
	padding: 10px 0px 10px 15px;
	margin-left: -1px;
	float: left;
}
/* --- */
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 {
	margin: 0px;
	padding: 1em 0px 0.5em;
	color: #666;
}
h1 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
}
h4 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	line-height: 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;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* ?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 */
div.csc-header-date {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: right;
}
/* Sub?berschrift, allgemein */
div.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Sub?berschrift, spezifiziert */
div.csc-subheader-0 {
}
div.csc-subheader-1 {
}
div.csc-subheader-2 {
}
div.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
/* -- Einstellung ?ber p vornehmen
p.bodytext {

}
*/
/********************/
/* 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;
	padding-bottom: 10px;
}
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: 30px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 30px !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: #ba122c;
}
h3.csc-searchResultHeader {
	background-color: #EBEBEB;
	font-size: 14px;
	padding-left: 5px;
}
div.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}
/* Suchword Markierung */
span.csc-sword {
	font-weight: bold;
	color: #ad4071;
}
/*****************************/
/* 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: #ba122c;
	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" */
ul.csc-menu-1 {
	padding: 0px;
	margin: 5px;
	font-size: 0.8em;
}
ul.csc-menu-1 li {
	list-style-type: none;
	margin-left: 15px;
}
ul.csc-menu-1 li a {
	display: inline;
	margin-left: 5px;
	color: #ad4071;
	font-weight: bold;
	text-decoration: none;
}
ul.csc-menu-1 li a:hover {
	text-decoration: underline;
}

/* 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: #ba122c;
}
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: #ba122c;
}
/* 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: #ba122c;
}
/* 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: #ba122c;
}
/****************************************/
/* 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)  ----------------------------------- */
/* ------------------- Spezielle RTE styles ----------------------*/
span.roteHervorhebung {
	color: #ad4071;
	font-weight: bold;
}
/* ------------------- Ende RTE styles ----------------------*/
/* ------------------- Template Container - Styles ----------------------*/
/* Breiten- und H?henangaben in em f?r flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 0.1px;
	line-height: 0px;
	font-size: 0px;
}
div#breite {
	width: 840px;
	text-align: left;
	margin: auto;
	position: relative;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
div#container{
	width: 773px;
	margin-left: 33px;
}
div#header {
	background-color: #4d6bb1;
}
div#lcontainer {
	width: 179px;
	float: left;
}
div#links {
	width: 179px;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
div#content {
	float: left;
	width: 580px;
	margin-left: 13px;
}
div.right {
  float:right;
  margin:0 0 0 10px;
  width:160px;
}
div.logo {
	border-bottom: 1px solid #fff;
}
div.zusatzinfo {
	width: 600px;
	height: 40px;
	float: left;
}
div.hauptnav {
	border-bottom: 1px solid #fff;
}
/*--------------------------- Subnavigation ---------------------------------*/
ul.subnavheader {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
ul.subnavheader li {
	line-height: 2em;
	background-color: #f5f5f4;
	padding: 10px;
	background-image: url(../images/nav-pfeil-aktiv.gif);
	background-repeat: no-repeat;
	background-position: 150px 22px;
}
ul.subnavheader li a {
	text-decoration: none;
	font-weight: bold;
}
ul.subnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
ul.subnav li {
	border-top: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
}
ul.subnav li.akt {
	border-top: 1px dotted #999999;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	background-image: url(../images/nav-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #ebebeb;
}
ul.subnav li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../images/nav-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
ul.subnav li a:hover {
	background-color: #f5f5f4;
}
ul.subnav li.akt a.akt {
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px;
	background-color: #f5f5f4;
	background-image: none;
}
ul.subnav li.akt a.akt:hover {
	background-color: #ebebeb;
}
ul.unternav {
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	background-color: #f5f5f4;
}
ul.unternav li a:hover{
	background-color: #ebebeb;
}
/*--------------------------- Fusszeile ---------------------------------*/
div#fusszeile {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.aenderungscontainer {
	font-size: 0.9em;
}
div.fusszeilenmenue {
}
ul#fusszeilennav {
	list-style: none;
	margin: 0px;
	margin-left: -10px;
	padding: 0px;
	font-size: 0.9em;
}
ul#fusszeilennav li {
	display: inline;
}
ul#fusszeilennav li span.liabstand {
	margin: 10px;
}
/*--------------------------- Indexed Search ---------------------------------*/
/*--- Searchbox ---*/
div.tx-macinasearchbox-pi1 {
	width: 449px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px dotted #696969;
	font-size: 0.8em;
}
div#singlesearchbox {
	width: 299px;
	float: left;
	border-right: 1px dotted #696969;
	height: 40px;
}
div#singlesearchbox label {
	text-transform: uppercase;
	font-weight: bold;
	color: #6B6034;
	margin: 0px 10px;
	line-height: 34px;
}
div#singlesearchbox input {
	margin-top: 8px;
	width: 180px;
}
div#singlesearchbox input.singlesearch_lupe {
	margin-top: 10px;
	border: none;
	width: auto;
}
div#advancedsearchbox {
	width: 149px;
	float: left;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
div#advancedsearchbox a {
	color: #6B6034;
	text-decoration: none;
	font-weight: bold;
}
div#advancedsearchbox a:hover {
	text-decoration: underline;
}
div.langmenu {
	margin-left: 450px;
	width: 149px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #ded8c0;
}
/*--- indexed Search ---*/
div.tx-indexedsearch {
	padding-left: 215px;
	position: relative;
}
div.tx-indexedsearch-searchbox {
	border-bottom: 1px dotted #696969;
	margin-bottom: 15px;
}
div.tx-indexedsearch-searchbox fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
div.tx-indexedsearch-searchbox fieldset legend {
	display: none;
	margin: 0px;
	padding: 0px;
}
div.tx-indexedsearch-searchbox label {
	display: block;
	float: left;
	width: 100px;
}
div.tx-indexedsearch-searchbox input {
	width: 300px;
	border: 1px solid #696969;
	background-color: #fff;
}
div.tx-indexedsearch-search-extended {
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 45px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #f3f0e4;
}
div.tx-indexedsearch-search-extended label {
	width: 125px;
}
div.tx-indexedsearch-searchbox select {
	width: 138px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #696969;
}
div.tx-indexedsearch-searchbox input#tx_indexedsearch_extResume {
	width: auto;
}
div.tx-indexedsearch-searchbox input.submit {
	width: 306px;
	margin-top: 5px;
	margin-left: 100px;
	padding: 0px;
	height: 20px;
	background-color: #ded8c0;
	color: #6b6034;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
div.tx-indexedsearch-searchbox input.submit:hover {
	background-color: #6b6034;
	color: #ded8c0;
}
div.tx-indexedsearch-rules {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}
/*- Ergebniss -*/
div.tx-indexedsearch-whatis {
	background-color: #f3f0e4;
	padding: 2px;
}
span.tx-indexedsearch-sw {
	color: #ad4071;
	font-weight: bold;
}
p.tx-indexedsearch-noresults {
	color: #ad4071;
}
div.tx-indexedsearch-res {
}
div.tx-indexedsearch-res h3 {
	background: #f3f0e4;
	color: #6b6034;
}
div.tx-indexedsearch-res h3 a {
	background: #f3f0e4;
	color: #6b6034;
}
span.tx-indexedsearch-icon {
	padding-left: 5px;
}
span.tx-indexedsearch-percent {
	font-size: 0.6em;
	color: #696969;
	float: right;
}
div.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup{
	color: #ad4071;
	background-color: #f3f0e4;
}
div.tx-indexedsearch-res dl.tx-indexedsearch-info {
	padding: 5px;
	background-color: #f3f0e4;
}
div.tx-indexedsearch-res dt {
	float: left;
	font-size: 0.9em;
}
div.tx-indexedsearch-res dd {
	font-size: 0.9em;
}
/*------------------------------- Formulare -------------------------------*/

/* Anfrage allgemein */

div#content div.schnellanfrage {
  display:none;
}

div#content div.tx-powermail-pi1 {
	margin-top: 20px;
}
div#content div.tx-powermail-pi1 fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
div#content div.tx-powermail-pi1 fieldset legend {
	display: none;
}
div#content div.tx-powermail-pi1 fieldset div.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 5px;
}
div#content div.tx-powermail-pi1 fieldset label {
	display: block;
	width: 120px;
}
div#content div.tx-powermail-pi1 fieldset input, div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset textarea, div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset select {
	width: 270px;
	border: 1px solid #696969;
}
div#content div.tx-powermail-pi1 fieldset select.powermail_select {
	border: 1px solid #696969;
}
div#content div.tx-powermail-pi1 fieldset p.tx_Powermail_pi1_fieldwrap_html_radio_title {
	width: 200px;
	float: left;
	font-weight: bold;
}
div#content div.tx-powermail-pi1 fieldset input.powermail_radio {
	border: none;
	width: auto;
	height: 15px;
}
div#content div.tx-powermail-pi1 fieldset div.powermail_radio_inner {
	margin-left: 200px;
}
div#content div.tx-powermail-pi1 fieldset div.powermail_radio_inner label {
	width: 150px;
}
div#content div.tx-powermail-pi1 fieldset hr {
	border: none;
	border-bottom: 1px dotted #696969;
	color: #fff;
	background-color: #fff;
}
div#content div.tx-powermail-pi1 fieldset input.powermail_submit {
	margin-left: 120px;
	width: 277px;
}
div#content div.tx-powermail-pi1 fieldset div.powermail_radio_inner_uid2_2 {
	margin-bottom: 5px;
}

div#content div.powermail-headline {
	display: none;
}
div#content select#uid8 {
	width:270px;
}
div#content div.powermail_radio_outer {
  float:left;
	width:100%;
}
div#content div#powermail_radio_align_uid9_0 {
	float:left;
}
div#content label#powermail_radio_label_uid9_0 {
	float:left;
}
div#content div#powermail_radio_align_uid9_1 {
	float:left;
}
div#content label#powermail_radio_label_uid9_1 {
	float:left;
}
div#content textarea#uid10 {
	width:270px;
}
/* GER ONLY ---------------------- Schnellanfrage -------------------------*/
div.schnellanfrage {
  background-color:#F5F5F4;
  border-bottom:1px dotted #999;
  border-top:1px dotted #999;
  font-weight:bold;
  font-size:1.2em;
  margin:0 0 10px;
  padding:14px 0 14px 11px;
  position:relative;
  width:168px;
}

form#schnellanfrage {
  border:1px dotted #999;
  border-left:none;
  border-top:none;
  float:left;
  margin-top:20px;
  width:100%;
}

form#schnellanfrage fieldset {
  background-color:#fff;
  border:none;
  float:left;
  margin:0;
  padding:0;
  width:179px;
}
form#schnellanfrage fieldset legend {
  display:none;
}
form#schnellanfrage div.tx_powermail_pi1_fieldwrap_html {
  margin-bottom:5px;
}

/**GER**/
form#schnellanfrage div#powermaildiv_uid15,
form#schnellanfrage div#powermaildiv_uid16,
form#schnellanfrage div#powermaildiv_uid19,
form#schnellanfrage div#powermaildiv_uid20,
form#schnellanfrage div#powermaildiv_uid21,
form#schnellanfrage div#powermaildiv_uid23,
form#schnellanfrage div#powermaildiv_uid24 {
  float:left;
  width:100%;
}
/**IT**/
form#quickcontact div#powermaildiv_uid27,
form#quickcontact div#powermaildiv_uid28 {
  float:left;
  width:100%;
}
form#schnellanfrage div#powermaildiv_uid17 {
  float:left;
  width:105px;
}
form#schnellanfrage div#powermaildiv_uid18 {
  float:left;
  width:74px;
}
form#schnellanfrage label {
  padding:0;
}
/**GER**/
form#schnellanfrage div#powermaildiv_uid15 label,
form#schnellanfrage div#powermaildiv_uid16 label,
form#schnellanfrage div#powermaildiv_uid20 label,
form#schnellanfrage div#powermaildiv_uid21 label {
  float:left;
  width:45px;
}
/**IT**/
form#quickcontact div#powermaildiv_uid27 label,
form#quickcontact div#powermaildiv_uid28 label {
  float:left;
  width:45px;
}


form#schnellanfrage div#powermaildiv_uid17 label {
  float:left;
  width:75px;
}
form#schnellanfrage div#powermaildiv_uid18 label {
  float:left;
  width:40px;
}
form#schnellanfrage div#powermaildiv_uid19 label {
  float:left;
  width:90px;
}
form#schnellanfrage input {
  font-size:11px;
  padding:2px;
}

/**GER**/
form#schnellanfrage div#powermaildiv_uid15 input,
form#schnellanfrage div#powermaildiv_uid16 input,
form#schnellanfrage div#powermaildiv_uid20 input,
form#schnellanfrage div#powermaildiv_uid21 input {
  border: 1px solid #aaa;
  float:left;
  width:120px;
}
/**IT**/
form#quickcontact div#powermaildiv_uid27 input,
form#quickcontact div#powermaildiv_uid28 input {
  border: 1px solid #aaa;
  float:left;
  width:120px;
}

form#schnellanfrage div#powermaildiv_uid17 input,
form#schnellanfrage div#powermaildiv_uid18 input {
  border: 1px solid #aaa;
	float:left;
  width: 20px;
}
form#schnellanfrage div#powermaildiv_uid19 input {
  border: 1px solid #aaa;
  float:left;
  width:75px;
}

form#schnellanfrage input.powermail_check powermail_uid23 {
  border:none;
}
form#schnellanfrage div#powermaildiv_uid23 p {
  margin-bottom:2px;
}
form#schnellanfrage div#powermaildiv_uid23 input {
  border:none;
  float:left;
  margin:2px 5px 0px 5px;
  width:10px;
}
*+ html form#schnellanfrage div#powermaildiv_uid23 input {
  margin-top:1px;
} 
form#schnellanfrage div#powermaildiv_uid23 div.powermail_check_inner {
  float:left;
  width:100%;
}


form#schnellanfrage div#powermaildiv_uid24 {
	float:left;
  padding-bottom:5px;
	text-align:center;
	width:100%;
}
  
form#schnellanfrage input.powermail_submit {
	border:none;
	text-decoration:underline;
	background-color:#fff;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	color:#333333;
}

/* IT ONLY ---------------------- Schnellanfrage -------------------------*/
div.quickcontact {
  background-color:#F5F5F4;
  border-bottom:1px dotted #999;
  border-top:1px dotted #999;
  font-weight:bold;
  font-size:1.2em;
  margin:0 0 10px;
  padding:14px 0 14px 11px;
  position:relative;
  width:168px;
}

form#quickcontact {
  border:1px dotted #999;
  border-left:none;
  border-top:none;
  float:left;
  margin-top:20px;
  width:100%;
}

form#quickcontact fieldset {
  background-color:#fff;
  border:none;
  float:left;
  margin:0;
  padding:0;
  width:179px;
}
form#quickcontact fieldset legend {
  display:none;
}
form#quickcontact div.tx_powermail_pi1_fieldwrap_html {
  margin-bottom:5px;
}

form#quickcontact div#powermaildiv_uid27,
form#quickcontact div#powermaildiv_uid28,
form#quickcontact div#powermaildiv_uid31,
form#quickcontact div#powermaildiv_uid32,
form#quickcontact div#powermaildiv_uid33,
form#quickcontact div#powermaildiv_uid34,
form#quickcontact div#powermaildiv_uid35 {
  float:left;
  width:100%;
}
form#quickcontact div#powermaildiv_uid29 {
  float:left;
  width:80px;
}
form#quickcontact div#powermaildiv_uid30 {
  float:left;
  width:74px;
}
form#quickcontact label {
  padding:0;
}
/**GER**/
form#quickcontact div#powermaildiv_uid27 label,
form#quickcontact div#powermaildiv_uid28 label,
form#quickcontact div#powermaildiv_uid32 label,
form#quickcontact div#powermaildiv_uid33 label {
  float:left;
  width:45px;
}


form#quickcontact div#powermaildiv_uid29 label {
  float:left;
  width:45px;
}
form#quickcontact div#powermaildiv_uid30 label {
  float:left;
  width:48px;
}
form#quickcontact div#powermaildiv_uid31 label {
  float:left;
  width:90px;
}
form#quickcontact input {
  font-size:11px;
  padding:2px;
}

/**GER**/
form#quickcontact div#powermaildiv_uid27 input,
form#quickcontact div#powermaildiv_uid28 input,
form#quickcontact div#powermaildiv_uid32 input,
form#quickcontact div#powermaildiv_uid33 input {
  border: 1px solid #aaa;
  float:left;
  width:120px;
}

form#quickcontact div#powermaildiv_uid29 input,
form#quickcontact div#powermaildiv_uid30 input {
  border: 1px solid #aaa;
	float:left;
  width: 20px;
}
form#quickcontact div#powermaildiv_uid31 input {
  border: 1px solid #aaa;
  float:left;
  width:75px;
}

form#quickcontact input.powermail_check powermail_uid34 {
  border:none;
}
form#quickcontact div#powermaildiv_uid34 p {
  margin-bottom:2px;
}
form#quickcontact div#powermaildiv_uid34 input {
  border:none;
  float:left;
  margin:2px 5px 0px 5px;
  width:10px;
}
*+ html form#quickcontact div#powermaildiv_uid34 input {
  margin-top:1px;
} 
form#quickcontact div#powermaildiv_uid34 div.powermail_check_inner {
  float:left;
  width:100%;
}


form#quickcontact div#powermaildiv_uid35 {
	float:left;
  padding-bottom:5px;
	text-align:center;
	width:100%;
}
  
form#quickcontact input.powermail_submit {
	border:none;
	text-decoration:underline;
	background-color:#fff;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	color:#333333;
}

div#lcontainer div.tx-powermail-pi1_mandatory {
	border-right: dotted 0.1em #999999;
	border-bottom: dotted 0.1em #999999;
	width:100%;
	padding-bottom:30px;
}
* html div#lcontainer div.tx-powermail-pi1_mandatory {
	padding-bottom:0px;
}
*+ html div#lcontainer div.tx-powermail-pi1_mandatory {
	padding-bottom:0px;
}
div#lcontainer input.tx-powermail-pi1_mandatory_submit {
  border:none;
	text-decoration:underline;
	background-color:#fff;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	color:#333333;
}

/*----- N E W S -----*/

/* Latest News */
/* Hauptcontainer */
div.news-latest-container {
	padding-top:15px;
	border-right: dotted 0.1em gray;
	border-bottom: dotted 0.1em gray;
	width: 100%;
}

/* Container um jedes Item */
div.news-latest-item {
	margin-bottom: 15px;
}

div.news-latest-item p {
	margin: 0px;
	padding: 0px;
}

/* Link auf "mehr..." */
div.news-latest-morelink {
	margin-top: 3px;
	padding: 0px;
}

/* ?berschrift des Newsitem */
div.news-latest-item h3 {
	margin-bottom: 2px;
	margin-top: 4px;
	padding:0px;
	font-size: 1em;
	font-weight: bold;
}

/* Header mit Inhalt News */
div.news-latest-header {
	font-size:13px;
	font-weight:bold;
	padding: 13px 0px 14px 11px;
	margin-top: 20px;	
	border: dotted 0.1em gray;
	border-left:none;
	width:168px;
	background-color:#F5F5F4;
}


/* single News */
/* Container f?r jedes Item */
div.news-single-item {
	margin-top:10px;
}

/* ?berschrift des News Items */
div.news-single-item h2 {
	font-size: 1em;
	font-weight:bold;
	line-height: 1.4em;
}

/* Inhalt des News Items */
div.news-single-item p.bodytext {
	font-weight: normal;
}

/* Zeitstempel des Newsitems */
div.news-single-timedata {
	margin-bottom:10px;
}


/* f?r rechte Spalte */
div.right div.news-latest-container {
  border:none;
  border-left: dotted 0.1em gray;
	border-bottom: dotted 0.1em gray;
	margin-bottom:10px;
  width:160px;
  padding-top:0;
}
div.right div.news-latest-header {
  border:none;
  border-bottom:dotted 0.1em gray;
	position:relative;
	top:-1px;
	width:149px;
	margin:0 0 10px 0;
	padding:14px 11px 14px 0;
	text-align:right;
}
div.right div.news-latest-item {
  padding-left:10px;
}

.adr{
	color:#FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.adr p{
	margin: 0px;
}
.adr a{
	color:#FFFFFF;
}
.lang{
left:50%;
margin-left:314px;
position:absolute;
top:7px;
z-index:10;
}