body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	overflow-x: hidden;
	overflow: sroll;
	overflow-y: scroll;
	overflow-x: auto;
}
/*allgemeine Links*/
a:link {
	text-decoration: none;
	color: #da1f3d;
}
a:visited {
	text-decoration: none;
	color: #da1f3d;
}
a:hover {
	text-decoration: underline;
	color: #284156;
}
a:active {
	text-decoration: underline;
	color: #da1f3d;
}
a:focus {
	text-decoration: none;
	color: #da1f3d;
}
/*umschliessender Container fr alle Elemente*/
#all {
	position: relative;
	width: 900px;

/* Fuer IE */
	margin: 0 auto;
	border: 1px solid #BDC1C1;
/*wenn das Grau des Submenue nicht bis nach unten gehen soll, muss folgendes auskommentiert werden*/
	background-image:  url(../bilder/bg_hellgrau190.jpg);
	background-repeat: repeat-y;
	text-align: center;
	border-top: 0px solid #BDC1C1;
	border-bottom: 10px solid #BDC1C1;
}
/*Header Container*/
#header {
/*Browsercompatiblit?von Weiten*/
	width: 900px !important;
	width: 900px;
	/*w\idth: 756px;
*/
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
/*tmp ?erung cg*/
	/*background-color: #BDC1C1;
*/
	/*background-color: #efefef;
*/
	background-image:  url(main_FILES/lt_titel.png);
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #b2004c;
*/
}
/*?erschriften im Header, werden nur angezeigt, wenn alle Styles ausgeschaltet sind*/
#header  H1 {
	float: left;
	margin: 0px;
}
#header H1 span {
	display: none;
}
#header H1 a {
	display: block;
	/*background-image:  url(../bilder/fh-nb1.jpg);
*/
	background-repeat: no-repeat;
	height: 60px;
	width: 600px;
}
#header H2 {
	display: none;
	font-style: italic;
}
/*Top Container, umschliesst Hauptnavi und Suchbox*/
#top-cont {
	background-color: #da1f3d;
	border-bottom: 1px solid #da1f3d;
	margin: 0px;
	padding: 0px;
	width: 900px !important;
	width: 900px;
	/*w\idth: 756px;
*/
/*Browserabhaengigkeiten bei Weiten*/
	height: 23px;
}
/*Container fr die Hauptnavigation*/
#main-nav {
	float: left;
	background-color: #da1f3d;
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	text-align: left;
	width: 590px;
	/*width: 740px;
*/
/*hier muss noch was, das die schrift fett wird*/
}
/*Linker Container */
#left-cont {
	float: left;
	width: 175px;
	margin: 0px;
	background-color: #efefef;
	padding: 0px;
	/* das soll in EFEFEFbackground-image: url("../bilder/bg_gestreift190.jpg");
	background-repeat: repeat-y;
*/
}
/*Container fr die Subnavigation*/
#sub-nav {
	text-align: left;
	background-color: #EFEFEF;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 175px;
/*Formatierungen fr Macina Searchbox*/
}
#suchbox {
/*hier ist ein wenig was anders, um das teil mal veschwinden zu lassendie alten werte stehen auskommentiert darber*/
	width: 141px;
	margin-left: 600px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #da1f3d;
	height: 20px;
	/*zum testen eingeschaltetborder: 1px solid #000000;
*/
}
/*Such-Button*/
.suchbutton {
	font-size: 10px;
	border: 1px solid #BDC1C1;
	background-color: #efefef;
	/*color: #9ea4a4;
*/
	color: #284156;
	padding: 0px;
	height: 16px;
	width: 44px;
}
/*Sucheingabefeld*/
.such-input {
	margi: 0px;
	height: 16px;
	width: 118px;
	font-size: 10px;
	border: 1px solid #BDC1C1;
	/*border: 1px solid #EFEFEF;
*/
	background-color: #ffffff;
	color: #da1f3d;
	padding: 0px;
	font-weight: bold;
}
/*Inhaltscontainer*/
#content {
	padding-top: 10px;
/*kurz ge?ert 2005-10-13 cg*/
	padding-left: 40px;
	padding-right: 5px;
	margin-bottom: 30px;
	text-align: left;
width: 600px
	/*min-height: 500px;
*/
}
/*Formatierungen fr die Rootline (Pfadmenu)*/
#rootline {
	font-size: 10px;
	margin-left: 185px;
	text-align: left;
	padding: 2px 0px 2px 10px;
	/*color: #9ea4a4;
kurzfristige Anpassung CG: 19-09-05*/
	color: #284156;
}
#rootline a {
	/*color: #9ea4a4;
kurzfristige Anpassung CG: 12-09-05*/
	color: #284156;
	text-decoration: none;
}
#rootline a:hover {
	/*color: #9ea4a4;
kurzfristige Anpassung CG: 12-09-05*/
	color: #284156;
	text-decoration: underline;
}
/*Formatierungen frs Lastupdate*/
#endline {
	clear: both;
	/*color: #9ea4a4;
*/
	color: #284156;
	text-align: right;
	font-size: 10px;
	padding-right: 2px;
/* das stck unter dem submenue auf hhe des lastupdate*/
	background-image:  url(../bilder/bg_hellgrau190.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}
#endline a {
	color: #284156;
	font-size: 10px;
	text-decoration: none;
}
#endline a:hover {
	color: #284156;
	font-size: 10px;
	text-decoration: underline;
}
/*Container fr Navi im Headerzum testen sind hier mal verschiedene Werte auf 0 gesetzt, die alten werte stehen auskommentiert darber*/
#line1, #line2, #line3 {
	margin-left: 608px;
	padding-right: 0px;
	/*padding-top: 1px;
*/
	padding-top: 0px;
	height: 0px;
	width: 0px;
	/*height: 17px;
	width: 140px;
*/
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
/*wenn kein Rahmen dann verschiebung*/
	border: 1px solid #FFFFFF;
	background-image:  url(../bilder/bgmitstrichverlauf2.jpg);
}
/*Navigation im Header (Sitemap, Kontakt, Impressum etc.)*/
.toplist {
	vertical-align: middle;
	text-align: center;
	/*height: 17px;
*/
	/*height: 0px;
*/
	margin: 0px;
	/*padding: 2px;
*/
	padding: 0px;
	color: #b2004c;
	font-size: 11px;
	font-weight: normal
}
a.toplist:link, a.toplist:visited,  a.toplist:active {
	color: #da1f3d;
	/*padding: 0px;
*/
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal
}
a.toplist:hover {
	color: #284156;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal
}
	/*Hauptnavigationdas "font-weight:bold;
" macht die Hauptnavi fett, mit "normal" ist alles wieder gut*/
/*#navlist {
	margin: 0px;
	padding: 2px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
}
#navlist li a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 2px;
	font-weight: bold;
}
#navlist li a:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#navlist li a:active {
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
/*Subnavigation*/
#subnavlist {
	display: block;
	margin: 0;
	padding: 0px;
	width: 170px;
}
#subnavlist li {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: -1px;
	border-top: 1px solid #BDC1C1;
	border-bottom: 0px solid #BDC1C1;
}
#subnavlist li.first {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
/*obere kante der untermenpunkten*/
	border-top: 1px solid #BDC1C1;
	border-bottom: 1px solid #BDC1C1;
}
#subnavlist li.last {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #BDC1C1;
/*Untere kante unter den untermenpunkten*/
}
#subnavlist li.mitte {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #BDC1C1;
}
#subnavlist li a:link, #subnavlist li a:visited {
	padding: 2px;
	display: block;
	font-size: 12px;
	/*color: #da1f3d;
*/
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
}
#subnavlist li a:hover, #subnavlist li a:active {
	display: block;
	font-size: 12px;
	color: #000000;
	/*text-decoration: underline;
*/
	text-decoration: none;
	background-color: #FFFFFF;
}
/*untermen*/
#subnavlist1 {
	display: block;
	margin: 0;
	padding: 0px;
	width: 155px;
	padding-left: 15px;
}
#subnavlist1 li {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: -1px;
	border-top: 1px solid #BDC1C1;
	border-bottom: 0px solid #BDC1C1;
}
#subnavlist1 li.first {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
/*obere kante der untermenpunkten*/
	border-top: 1px solid #BDC1C1;
	border-bottom: 1px solid #BDC1C1;
}
#subnavlist1 li.last {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #BDC1C1;
/*Untere kante unter den untermenpunkten*/
}
#subnavlist1 li.mitte {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #BDC1C1;
}
#subnavlist1 li a:link, #subnavlist li a:visited {
	padding: 2px;
	display: block;
	font-size: 12px;
	/*color: #da1f3d;
*/
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
}
#subnavlist1 li a:hover, #subnavlist li a:active {
	display: block;
	font-size: 12px;
	color: #000000;
	/*text-decoration: underline;
*/
	text-decoration: none;
	background-color: #FFFFFF;
}
.aktive {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #da1f3d;
}
.aktive a:link {
	color: #da1f3d;
}
/*Clear bei float*/
.clearer {
	clear: both;
	margin: 0px;
}
/*allgemeine Elemente*/
P {
	color: #000000;
	line-height: 16px;
}
TD {
	color: #000000;
	font-size: 12px;
}
H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
H1 {
	font-size: 12px;
}
H1 a {
	font-size: 12px;
	text-decoration: none;
}
H2 {
	font-size: 16px;
}
H3 {
	font-size: 14px;
}
H4 {
	font-size: 12px;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
	margin-bottom: 5px;
}
HR {
	color: #ffffff;
	height: 1px;
	border-bottom: 1px solid #cccccc;
}
UL {
	/*list-style-type: square;
*/
	list-style-type: disc;
	list-style-position: outside;
/*hinzu von CG*/
	font-size: 12px;
}
UL UL LI {
	/*list-style-type: disc;
*/
	list-style-type: circle;
	list-style-position: outside;
	/*font-size: 11px;
*/
	font-size: 12px;
}
OL {
	list-style-type: decimal;
	list-style-position: outside;
}
LI {
	font-size: 12px;
	padding-top: 2px;
	text-align: left;
}
/***************/
/* Bulletlists */
/***************/
/* Bulletlists, general */
UL.csc-bulletlist LI {
	font-size: 12px;
}
/* Bulletlists, specifically */
UL.csc-bulletlist-0 {
	color: #000000;
}
UL.csc-bulletlist-1 {
	color: #da1f3d;
	list-style-type: decimal;
}
UL.csc-bulletlist-2 {
	color: #284156;
	list-style-position: inside;
}
UL.csc-bulletlist-3 {
	color: #284156;
	list-style-image:  url(../bilder/subnav_hover.gif);
}
/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P {
	font-size: 12px;
}
TABLE.contenttable TR TD {
	vertical-align: top;
}
/* RTE / Table styling */
TABLE.contenttable {
	margin: 10px 0px 10px 0px;
	width: 520px;
	border-collapse: collapse;
}
TABLE.contenttable TR TD {
	padding: 3px;
}
TABLE.contenttable TR TD P.bodytext {
	font-size: 12px;
}
TABLE.contenttable TR {
	background-color: #FFFFFF;
}
TABLE.contenttable TR TD p{
margin:2px;
}
/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu {
	margin-left: 10px;
}
DIV.csc-menu P {
	font-size: 12px;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 2px 2px 2px 10px;
	background-color: #FFF;
}
DIV.csc-menu P A {
	color: #b2004c;
	text-decoration: none;
}
DIV.csc-menu P A:hover {
	color: #284156;
	text-decoration: underline;
}
DIV.csc-menu P.csc-section {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
}
/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 {
}
DIV.csc-menu-2 P.csc-sitemap {
}
DIV.csc-menu-2 P.csc-sitemap-level1 {
	margin-left: 20px;
}
DIV.csc-menu-2 P.csc-sitemap-level2 {
	margin-left: 40px;
}
DIV.csc-menu-2 P.csc-sitemap-level3 {
	margin-left: 60px;
}
DIV.csc-menu-2 P.csc-sitemap-level4 {
	margin-left: 80px;
}
DIV.csc-menu-2 P.csc-sitemap-level1 A {
	color: #da1f3d;
}
DIV.csc-menu-2 P.csc-sitemap-level2 A {
	color: #000000;
}
DIV.csc-menu-2 P.csc-sitemap-level3 A {
	color: #9ea4a4;
	font-size: 12px;
}
DIV.csc-menu-2 P.csc-sitemap-level4 A {
	color: #9ea4a4;
	font-size: 10px;
}
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
}
/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel {
	border: 1px solid black;
	background-color: #F6F2E6;
}
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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
TABLE.typo3-editPanel {
	border: 1px solid black;
	background-color: #F6F2E6;
}
TABLE.typo3-editPanel TD {
	border: 0px;
}
/*  TMP fr die MitarbeiterDB*/
.tx-clcompanydatabase-pi1 H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Styles 2 Column DIV Section*/
div.tx-fdfx2cols-pi1 {
	position: relative;
	left: 0px;
	margin-bottom: 10px;
}
/* Layout 1 */
div.c2l1d-left {
	position: absolute;
	left: 0px;
	padding: 2px;
	width: 200px;
	white-space: normal;
	/*border: 1px solid #EFEFEF;
*/
}
div.c2l1d-middle {
	position: absolute;
	left: 260px;
	padding: 2px;
	width: 200px;
	/*border: 1px solid EFEFEF;
*/
	white-space: normal;
}
/* Layout 2 */
div.c2l2d-left {
	position: absolute;
	left: 0px;
	padding: 3px;
	width: 200px;
	border: 1px dotted #EFEFEF;
	white-space: normal;
}
div.c2l2d-middle {
	position: absolute;
	left: 260px;
	padding: 3px;
	width: 200px;
	white-space: normal;
	/*border: 1px solid blue;
*/
	background-color: #EFEFEF;
}
/* Layout 3 embedded*/
div.c2l3d-left {
	position: absolute;
	left: 0px;
	padding: 0px;
	width: 500px;
	white-space: normal;
	/*border: 1px solid red;
*/
}
div.c2l3d-middle {
	float: right;
	margin: 5px;
	padding: 0px;
	width: 200px;
	height: 100px;
	overflow: auto;
	white-space: normal;
	/*border: 1px solid blue;
*/
	background-color: #EFEFEF;
}
#content {
	position: relative;
}
#inhalt1 {
	position: relative;
	float: left;
	/*width: 245px;
*/
	width: 315px;
	margin-top: 15px;
}
#inhalt2 {
	position: relative;
	/*margin-left: 265px;
	width: 245px;
*/
	margin-top: 15px;
	/*margin-left: 325px;
noch weiter rber*/
	margin-left: 345px;
	width: 175px;
}
#globales {
	width: 900px !important;
	width: 900px;
	position: relative;
	height: 16px;
	background-color: #BDC1C1;
	border: 1px solid #BDC1C1;
	font-size: 12px;
	/*color: #284156;
*/
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
#globales a {
	font-size: 12px;
	/*color: #284156;
*/
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#globales a:hover {
	font-size: 12px;
	color: #000000;
	/*color: #284156;
*/
	text-decoration: underline;
	font-weight: normal;
}
#subMenue {
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#subMenue li {
	float: left;
	list-style: none;
	margin-left: 4px;
	margin-bottom: 20px;
}
#subMenue li a {
	padding: 3px;
	text-decoration: none;
	background: #84BCE8;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#subMenue li a:hover, #subMenue li .activ {
	background: #2E8AD8;
}
#content .csc-menu {
padding:30px 0px;
}
#content .csc-menu p{
float:left;
}
#content .csc-menu p a{
padding: 3px;
	text-decoration: none;
	background: #84BCE8;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#content .csc-menu p a:hover, #subMenue li .activ {
	background: #2E8AD8;
}
#content {
	width: 600px;
	color: #333;
	float: left;
}
#content p {
	color: #333;
}
#content li {
	margin-bottom: 6px;
}
#content ul {
	margin-bottom: 10px;
	margin-top: 5px;
}
#content  h2 {
	color: #DA1F3D;
	font-size: 120%;
	margin-bottom: 20px;
}
#content h3 {
	font: bold 110% Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 7px;
	clear: both;
}
#content h4 {
	font: normal 100% Arial, sans-serif;
	text-decoration: underline;
}
#content a {
	margin: 0px;
}
#content a img {
	border: none;
}
#content  .picBox {
	margin: 0px 0px 25px 25px;
	border: solid 1px #ccc;
	padding: 5px;
}
#content  .picBox p {
	margin: 0px;
	margin-top: 9px;
	font-size: 90%;
}
.vcard {
	padding: 20px;
	padding-left: 10px;
	display: block;
	width: 500px;
	font-style: normal;
	border-top: solid 1px #DA1F3D;
	border-bottom: solid 1px #DA1F3D;
	margin: 20px 0px 30px 0px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.vcard span {
	display: block;
}
.vcard .type {
	display: none;
}
.vcard .photo {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	font-weight: bold;
}
.vcard .title {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.vcard .ecom, address .adr {
	float: left;
	margin-right: 30px
}
.vcard .ecom .tf span {
	display: inline;
}
.vcard .ecom .tf .type {
	display: none;
}
.vcard .adr .postal-code, address .adr .locality {
	display: inline
}
.vcard .clearer {
	clear: both
}

