/* default styles for extension "tx_rggooglemap_pi1" */
  #map {
    background:#999999;
  }
  #tx-rggooglemap-cat {
    padding:1px 30px;
    font-weight:bold;
  }
  #tx-rggooglemap-poiNest {
    padding:5px 0;
  }
  .tx-rggooglemap-poi {
    float:left;
    width:160px;
  }
  .tx-rggooglemap-poi li {
    list-style:none;
  }
  
  .tx-rggooglemap-poi h1 {
    text-decoration:underline;
  }
  .tx-rggooglemap-poi a, .tx-rggooglemap-poi a:link, .tx-rggooglemap-poi a:visited, .tx-rggooglemap-poi a:active {
    text-decoration:none;
  }
  .tx-rggooglemap-poi a:hover {
    text-decoration:underline;
  }
/* default styles for extension "tx_twocolumn_pi1" */
    .tx_twocolumn_left {
        width:49%;
        padding-right:5px;
	float:left;
    }

    .tx_twocolumn_right {
        width:49%;
        padding-left:5px;
	float:right;
    }

    div.tx_twocolumn_clearer {
	clear:left;
	margin-bottom:10px;
    }
/* default styles for extension "Default" */
@media all
{
	/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	* { margin: 0; padding: 0; }
	
        /* Cleaner */
        .clear { clear: both; }

	/* Styles fuer "tx_cssstyledcontent" */
	/* 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 #CC00AA;
		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: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; 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 */ }
	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 */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* 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 */
	

  /**************************************/
  /* CSS-class for typo3 v4 rtehtmlarea */
  /**************************************/

  /*config fuer spalte Paragraph */
  .align-left { text-align: left; }
  .align-center { text-align: center; }
  .align-right { text-align: right; }
  
  /* grau */
  .csc-frame-frame1 {
    background-color: #e8e8e8;
    padding: 10px 10px 10px 10px;
  }

  /* 1PX Rahemn */
  .csc-frame-frame10 {
    padding: 10px 10px 10px 10px;
    border: 1px solid #dddddd;
    margin: 8px 0px 8px 0px;
  }

  /* Linie danach*/
  .csc-frame-rulerAfter { border-bottom: 1px solid #000; }
  /* Linie davor*/
  .csc-frame-rulerBefore { border-top: 1px solid #000; }
  /* Einrücken, 25/75% */
  .csc-frame-indent2575 { padding-left: 25%; }
  /* Einrücken, 33/66% */
  .csc-frame-indent3366 { padding-left: 33%; }
  /* Einrücken, 38/62% */
  .csc-frame-indent3862 { padding-left: 38%; }
  /* Einrücken, 62/38% */
  .csc-frame-indent6238 { padding-left: 62%; }
  /* Einrücken, 66/33% */
  .csc-frame-indent6633 { padding-left: 66%; }
  /* Einrücken, 75/25% */
  .csc-frame-indent7525 { padding-left: 75%; }
  /* Blocksatz */
  .blocksatz { text-align: justify; }

  /*config fuer spalte TEXT */
  span.strikethrough { text-decoration: line-through; }

  /* RTE Farben               */
  /*  RTE.colors {            */
  /*    standard {            */
  /*    name = standard       */
  /*    value = #666666       */
  /*  }                       */
  /* }                        */
  span.standard { color: #000000; }
  span.dunkelgrau { color: #666666; }
  span.grau { color: #999999; }
  span.hellgrau { color: #cccccc; }
  span.weiss { color: #FFFFFF; }
  span.schwarz { color: #000000; }
	
	/********************************/
	/* Frames, spacing, link-to-top */
	/********************************/
	P.csc-linkToTop { text-align: right; }
	P.csc-linkToTop A { font-weight: bold; }
	
	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-indent2575 { padding-left: 25%; }
	DIV.csc-frame-indent3366 { padding-left: 33%; }
	DIV.csc-frame-indent3862 { padding-left: 38%; }
	DIV.csc-frame-indent6238 { padding-left: 62%; }
	DIV.csc-frame-indent6633 { padding-left: 66%; }
	DIV.csc-frame-indent7525 { padding-left: 75%; }
	
	div.imgspacetop60px div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, div.imgspacetop60px div.csc-textpic-intext-right .csc-textpic-imagewrap, div.imgspacetop60px .csc-textpic-above .csc-textpic-imagewrap {
		padding-top: 45px;
		padding-bottom: 10px;
	}
	
	div.imgspacetop60px .csc-textpic-above .csc-textpic-imagewrap {
		padding-top: 60px;
		padding-bottom: 10px;
	}
	
	div.imgspace10px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 10px;
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-above .csc-textpic-text {
		padding-top: 10px;
	}
	div.imgspace10px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 10px;
	}
	div.imgspace15px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 15px;
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-above .csc-textpic-text {
		padding-top: 15px;
	}
	div.imgspace15px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 15px;
	}
	div.imgspace20px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 20px;
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-above .csc-textpic-text {
		padding-top: 20px;
	}
	div.imgspace20px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 20px;
	}		
	div.imgspace25px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 25px;
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 25px;
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-above .csc-textpic-text {
		padding-top: 25px;
	}
	div.imgspace25px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 25px;
	}
	div.imgspace50px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 50px;
		padding-bottom: 50px;
	}
	div.imgspace50px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 50px;
		padding-bottom: 50px;
	}
	div.imgspace50px div.csc-textpic-above .csc-textpic-text {
		padding-top: 50px;
	}
	div.imgspace50px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 50px;
	}
	div.imgspace50px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 50px;
	}
	div.imgspace50px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 50px;
	}

	DIV.rightspace5px { padding-right: 5px; }
	DIV.rightspace10px { padding-right: 10px; }
	DIV.rightspace180px { padding-right: 180px; }
	DIV.leftspace5px { padding-left: 5px; }
	DIV.leftspace10px { padding-left: 10px; }
	DIV.leftspace15px { padding-left: 15px; }
	DIV.leftspace20px { padding-left: 20px; }
	DIV.leftspace30px { padding-left: 30px; }
	DIV.leftrightspace5px { padding-left: 5px; padding-right: 5px }
	DIV.leftrightspace10px { padding-left: 10px; padding-right: 10px }
	DIV.leftrightspace15px { padding-left: 15px; padding-right: 15px }
	DIV.leftrightspace20px { padding-left: 20px; padding-right: 20px }

	TABLE.FCETable TR TD {vertical-align: top;}
	
	/************************/
	/* Filelinks, generally */
	/************************/
	TABLE.csc-uploads { border: 0px; }
	TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
	TABLE.csc-uploads TR TD { vertical-align : top; }
	TABLE.csc-uploads TR.tr-even { /* background-color: #EDEBF1; */ }
	TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
	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; }

	/* Filelinks, specifically */
	TABLE.csc-uploads-1 { border-color: #186900; }
	
	TABLE.csc-uploads-2 { border-color: #10007B; }
	
	TABLE.csc-uploads-3 { border-color: #8A0020; }
	TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
	TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
	TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
	
	
	/*****************/
	/* Various Forms */
	/*****************/
	/* Email, Login and Search forms generally: */
	FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
	FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
	FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
	FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
	FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
	
	/* Email form, specifically */
	FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

	/* Search form, specifically */
	FORM TABLE.csc-searchform { width: 100%; }
	FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
	FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
	FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

	/* Login form, specifically */
	FORM TABLE.csc-loginform { width: 70%; }
	
	/* Email form, specifically */
	.csc-mailform-field {
		padding: 0;
		margin: 0px 0px 0px 0px;
		height: auto;
		width: 100%;
	}
	.csc-mailform {
		margin: 0px 0px 0px 0px;
		padding: 0;
		border: 0;
		height: auto;
		width: 100%;
	}
	.csc-mailform Label {
		width: 100px;
		float: left;
		text-align: right;
		padding-right: 4px;
		padding-left: 5px;
		margin: 0;
	}
	.csc-mailform Label h1 {
		margin: 0;
	}
	/********csc-mailform-select*********/
	.csc-mailform-field SELECT {
		padding: 0;
		margin: 0px 0px 5px 5px;
	}
	/********csc-mailform-radio*********/
	span.csc-mailform-radio {
		margin: 10px 0px 0px 0px;
		float: left;
		border: 0px #000 solid;
		padding-bottom: 5px;
		height: auto;
	}
	span.csc-mailform-radio fieldset {
		border: 0px #000 solid;
	}
	.csc-mailform-radio label {
		float: none;
		width: auto;
		text-align: left;
	}
	.csc-mailform input.csc-mailform-radio {
		width: 15px;
		margin-top: 0px;
		border:0;
	}
	span.csc-mailform-radio legend {
		display: none;
	}
	span.csc-mailform-radio input {
		margin: 0px 0px 0px 11px;
		padding-bottom: 0px;
	}
	span.csc-mailform-radio[class] input {
		margin: 0px 0px -5px 0px;
		padding-bottom: 0px;
	}
	
	/*****************/
	.csc-mailform TEXTAREA {
		width: 229px;
		margin: 0px 0px 7px 5px;
		border: 1px solid #666;
		float:left;
		overflow: auto;
	}
	* html .csc-mailform TEXTAREA {
	  width: 228px;
	  margin: 0px 0px 7px 8px;
	}
	.csc-mailform INPUT {
		border: 0;
		width: 229px;
		height: 16px;
		line-height: 16px;
		padding: 0px;
		padding-left: 5px;
		text-align: left;
		font-weight: normal;
		margin: 0px 0px 5px 5px;
		border: 1px solid #666;
		background: #fff;
	}
	.csc-mailform INPUT.csc-mailform-submit {
		border: 0;
		width: 236px;
		height: 25px;
		line-height: 14px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		font-weight: normal;
		background: #D3D3D3;
		margin: 5px 0px 5px 114px;
		border: 1px #808080 solid;
		cursor: hand;
		cursor: pointer;
	}
	* html .csc-mailform INPUT.csc-mailform-submit {
		width: 235px;
		margin: 5px 0px 5px 117px;
	}
	.csc-mailform INPUT.csc-mailform-submit:hover {
		background: #ccc;
		border: 1px #515151 solid;
	}
	
	/********csc-mailform-check*********/
	input.csc-mailform-check {
		width: 15px;
		border: 0px #808080 solid;
		margin: 2px 0px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	
	/***********/
	/* Trenner */
	/***********/
	DIV.csc-trenner {
		width: 100%;
		height: 1px;
		font-size: 0px;
		line-height: 0px;
		border-bottom: 1px solid #dddddd;
		margin: 0;
		clear: both;
	}


	/**********/
	/* Images */
	/**********/
	/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
	fieldset, img { border: 0 solid}
	
	/* Images / Tables / Floating text */
	TABLE.imgtext-table { border: 0px; }

	/* Images / Tables / Wrapped text */
	/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
	TABLE.imgtext-nowrap { border: 0px; }
	TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }


	/***************/
	/* Bulletlists */
	/***************/
	/* Bulletlists, general */
	UL.csc-bulletlist LI { font-size: 11px; }

	/* Bulletlists, specifically */
	UL.csc-bulletlist-0 { color: #000000; }
	UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
	UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
	UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }


	/*********************/
	/* Tables, generally xxx */
	/*********************/
	TABLE.contenttable { margin: 10px 0px 10px 0px; width: 100%; }
	TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
	TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
	TABLE.contenttable TR { /* background-color: #EDEBF1; */}
	TABLE.contenttable P { font-size: 9px; }
	/* Tables, specifically */
	TABLE.contenttable-0 P { color: #000000; }
	
	TABLE.contenttable-1 P {  }
	TABLE.contenttable-1 TR.tr-0 TD P { }
	TABLE.contenttable-1 TR.tr-0 TD { }
 
	TABLE.contenttable-2 P {  }
	TABLE.contenttable-2 TR TD.td-0 { }
	TABLE.contenttable-2 TR TD.td-0 P { }

	TABLE.contenttable-3 P {  }
	TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { }
	TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {  }


	/*****************/
	/* Search result */
	/*****************/
	/* Search Result, result information box: */
	TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
	TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
	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; }

	/* Search Result, header + abstract: */
	H3.csc-searchResultHeader A { color: #186900; }	
	H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
	P.csc-searchResult { font-style: italic; margin-left: 20px;}
	
	/* Search word markup */
	SPAN.csc-sword { font-weight: bold; color: red; }
	
	
	/*****************************/
	/* Menu / Sitemap, generally */
	/*****************************/
	DIV.csc-menu { margin-left: 10px; }
	DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; /* background-color: #EDEBF1; */}
	DIV.csc-menu P A { color: #000000; text-decoration: none; }
	DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
	DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

	/* Menu / Sitemap, "Menu of these pages" */
	DIV.csc-menu-def P {  }

	/* Menu / Sitemap, "Menu of subpages to these pages" */
	DIV.csc-menu-1 { }

	/* 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: #000000; }	
	DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
	DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
	DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

	/* Menu / 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: #186900; }

	/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
	DIV.csc-menu-4 { }
	DIV.csc-menu-4 P { margin-top: 2px; }
	DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

	/* Menu / Sitemap, "Recently updated pages" */
	DIV.csc-menu-5 { }

	/* Menu / 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 { font-weight: bold; }
	DIV.csc-menu-7 P.csc-section A { color: #186900; }


	/****************************************/
	/* 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: verdana; font-size: 10px; color: black; }
	TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
	TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
	TABLE.typo3-editPanel TD { border: 0px; }
	
	fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
		border: none;
	}

	fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	}

	fieldset.tx-powermail-pi1_fieldset input,
	fieldset.tx-powermail-pi1_fieldset select {
	/* Style input fields */
	width: 200px;
	border: none;
	border-bottom: 1px solid black;
	margin-left: 10px;
	}

	div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
	}	
}
/* default styles for extension "GraphicHeader" */
h1 {
  position:relative;
  display:block;
  width:auto;
  margin-bottom:13px;
}

h1 span {
  display:block;
  margin-top:1px;
  width:1px;
  font-size:20px;
  line-height:29px;
  overflow:hidden;
}

h1 span span {
  display:block;
  width:1000px;
  padding: 0px 0px 0px 3px;
}
/* default styles for extension "Newsletter" */
.newsletter-spacer p.bodytext {
  padding-top: 10px;
}
.newsletter-submit input {
  width: 100px;
  margin: 10px 0px 10px 0px;
}
/* default styles for extension "Text" */
@media all
{
  /***************************/
  /* General element styles: */
  /***************************/
  /* Schrift / Schriftgroesse / Links */
  * { font-family:  arial, verdana, helvetica, sans-serif; font-weight: none; font-size: 12px; color: #3b5132; line-height: 16px;}
  A { text-decoration: none; font-weight: none; color:#222f1d }
  A:hover { text-decoration: underline; font-weight: none; color:#000000 }
  PRE { font-family: monospace; }	
  INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }
		
  /******************/
  /* Headers, plain */
  /******************/
  H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }
  H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; }
  H1 { font-size: 26px; font-weight: lighter; margin-bottom:15px; text-transform:uppercase;}
  H2 { font-size: 14px; font-weight: bold; margin-bottom:10px; }
  H3 { font-size: 13px; font-weight: bold; }
  H4 { font-size: 11px; font-weight: bold; margin-bottom:10px;}
  H5 { font-size: 11px; font-weight: bold; }
  
 

  /* Header date */
  P.csc-header-date { font-size: 10px; color: #186900; }

  /* Subheader, general */
  P.csc-subheader { font-style: italic; /* background-color: #EDEBF1; */}
	
  /* Subheader, specific */
  P.csc-subheader-0 { font-style: normal; }
  P.csc-subheader-1 { color: #186900; }
  P.csc-subheader-2 { color: #10007B; }
  P.csc-subheader-3 { color: #8A0020; }

  /*******************/
  /* RTE / Bodytext: */
  /*******************/
  /* (de) Neue Standardwerte für Listen & Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  ul { list-style-image: url("/fileadmin/template-12/Pfeil.png");}
  li { margin-left: 1.5em; line-height: 1.5em; }
  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }
  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

  /*********************/
  /* Images / Captions */
  /*********************/
  dd.csc-caption { font-size: 10px; font-style: italic; }
  dd.csc-textpic-caption { font-size: 10px; letter-spacing:0.15em}
  
  
  .col1 { width: 49%; padding-right: 5px; margin: 0; vertical-align: top;}
  .colmid { margin: 0; vertical-align: top;}
  .colend { width: 49%; padding-left: 5px; margin: 0; vertical-align: top;}
  
}
/* default styles for extension "Search" */
@media all
{
#Search {
  background: #D9DADB;
}
.tx-indexedsearch-icon, .tx-indexedsearch-result-number, .tx-indexedsearch-title, .tx-indexedsearch-percent {
  background: #aae991;
}
.tx-indexedsearch-icon {
  padding: 3px 0px 0px 12px;
}

.tx-indexedsearch-percent {
  padding: 0px 12px 0px 0px;
}
#Search .textbox-div {
  width: 138px;
  z-index: 120;
  padding: 0px 0px 0px 2px;
  float: left;
}
#Search .textbox-div input {
  width: 107px;
  height: 18px;
  z-index: 120;
  background: #d9dadb;
  border: 0 solid;
  color: #707172;
  padding: 2px 0px 0px 15px;
}

#Search .submit-div {
  padding: 0px 0px 0px 0px;
  width: 15px;
  height: 17px;
  display: inline;
}

DIV.submit-div .submit {
  border: 0;
  width: 15px;
  height: 17px;
  background: url(/fileadmin/template-12/IconSearch.png) no-repeat 0px 2px;
  cursor: hand;
  cursor: pointer;
}
* html DIV.submit-div .submit {
  border: 0;
  width: 15px;
  height: 17px;
  background: url(/fileadmin/template-12/IconSearch.png) no-repeat 0px 4px;
  padding: 2px 1px 0px 0px;
}
DIV.submit-div .submit:hover {
  background: url(/fileadmin/template-12/IconSearchHover.png) no-repeat 0px 2px;

}
.tx-indexedsearch-whatis {
  margin: 0px 0px 3px 0px;
  display: none;
}
ul.browsebox , ul.browsebox li {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
ul.browsebox li {
  float: left;
  padding: 0px 10px 0px 0px;
}
.tx-indexedsearch-browsebox {
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.tx-indexedsearch-browsebox ul.browsebox {
  height: 20px;
  width: 96%;
  background: #c8f8ad;
  margin: 10px 0px 0px 0px;
  padding: 0px 2% 0px 2%;
}
.tx-indexedsearch-searchbox, .tx-indexedsearch {
  margin: 0;
  padding: 0;
}
.tx-indexedsearch-searchbox {
  margin: 0px 0px 20px 0px;
}
.tx-indexedsearch-searchbox table tr td{
  margin: 0;
  padding: 0px 5px 5px 0px;

}
.tx-indexedsearch-searchbox table tr td input{
  width: 150px;

}
.tx-indexedsearch-searchbox table tr td input.submit{
  width: 75px;

}

}
/* default styles for extension "News" */

.news-list-item {
  width: 310px;
  margin: 0px 0px 10px 0px;

}
.news-list-item-Headline {
  padding: 10px 10px 0px 10px;
  background: url("/fileadmin/template-3/NewsListKopf.png") no-repeat top left;
}

.news-list-item-Headline h2 {
  line-height: 15px;
  margin: 0;
  padding: 3px 10px 3px 10px;
  border-bottom: 3px solid #fff;
}
.news-list-item-Headline h2 a {
  line-height: 15px;
}

.news-list-item-2SpaltenContainer {
  width: 310px;
  background: url("/fileadmin/template-3/NewsListBg.png") no-repeat bottom left;

}
.news-list-item-Links {
  width: 180px;
  padding: 7px 0px 15px 20px;
  float: left;
}
.news-list-item-Rechts {
  width: 90px;
  padding: 0px 0px 25px 10px;
  float: left;
}

.news-list-item-Links a { color: #000; font-weight: bold; text-decoration:none; }
.news-list-item-Links a:hover { color: #01592F; font-weight: bold; }
.news-list-item-Headline h2 a { color: #000; text-decoration:none; }
.news-list-item-Headline h2 a:hover { color: #01592F; }

/* default styles for extension "Sitemap" */
.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle; border:none;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:#888;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:#888; }
.tx-wssitemap-pi1 .treemenudiv a:hover, .tx-wssitemap-pi1 .treemenudiv a:hover, .tx-wssitemap-pi1 .treemenutext_no {text-decoration: none; color: white;}
.tx-wssitemap-pi1 {margin: 10px 0px 10px 0px;}
/* default styles for extension "NavMain1" */

#NavMain ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}

#NavMain ul li, #NavMain ul li a {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.001em;
  height: 20px;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
#NavMain ul li a {
  color: #707172;
  padding: 0px 8px 0px 8px;
}
#NavMain ul li.l1cur a, #NavMain ul li.l1act a  {
  color: #000;
  padding: 0px 8px 0px 8px;
  background:#cfd0d2;
}
#NavMain ul li a:hover {
  background:#e6e7e9;
}


/* Level 2 */
#NavMain ul.ull2 {
  padding: 9px 0px 0px 0px;
  clear: both;
  margin: 0;
}
* html #NavMain ul.ull2 {
  padding: 4px 0px 0px 0px;
}
#NavMain ul.ull2 li a {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 0px 20px 0px 20px;
  background: url("/fileadmin/template-12/NavMainL2No.png") no-repeat 14px 10px;
}
#NavMain ul.ull2 li a:hover, #NavMain ul.ull2 li.l2cur a, #NavMain ul.ull2 li.l2act a {
  color: #000000;
  padding: 0px 20px 0px 20px;
  background: url("/fileadmin/template-12/NavMainL2Act.png") no-repeat 14px 10px;
}
#NavMain li.punkt1 a {
border-top: 4px #C5C6C8 solid;
}
#NavMain li.punkt1cur a {
border-top: 4px #a5b3e1 solid;
}
#NavMain li.punkt1act a {
border-top: 4px #a5b3e1 solid;
}
#NavMain li.punkt1 a:hover, #NavMain li.punkt1cur a:hover, #NavMain li.punkt1act a:hover {
border-top: 4px #a5b3e1 solid;
}

#NavMain li.punkt2 a {
border-top: 4px #C5C6C8 solid;
}
#NavMain li.punkt2cur a {
border-top: 4px #b4f699 solid;
}
#NavMain li.punkt2act a {
border-top: 4px #b4f699 solid;
}
#NavMain li.punkt2 a:hover, #NavMain li.punkt2cur a:hover, #NavMain li.punkt2act a:hover {
border-top: 4px #b4f699 solid;
}


#NavMain li.punkt3 a {
border-top: 4px #C5C6C8 solid;
}
#NavMain li.punkt3cur a {
border-top: 4px #dcc6a9 solid;
}
#NavMain li.punkt3act a {
border-top: 4px #dcc6a9 solid;
}
#NavMain li.punkt3 a:hover, #NavMain li.punkt3cur a:hover, #NavMain li.punkt3act a:hover {
border-top: 4px #dcc6a9 solid;
}


#NavMain li.punkt4 a {
border-top: 4px #C5C6C8 solid;
}
#NavMain li.punkt4cur a {
border-top: 4px #dcc6a9 solid;
}
#NavMain li.punkt4act a {
border-top: 4px #dcc6a9 solid;
}
#NavMain li.punkt4 a:hover, #NavMain li.punkt4cur a:hover, #NavMain li.punkt4act a:hover {
border-top: 4px #dcc6a9 solid;
}

/* default styles for extension "NavFooter" */
#NavFooter, #NavFooter a {
  color: #555;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
/*  font-weight: bold; */
  line-height: 20px;
}
#NavFooter a {
  color: #555;
}

#NavFooter a:hover {
  color: #333;
  text-decoration: underline;
}

/* default styles for extension "ProjektTeaser" */

.ProjektTeaser {
/*  background: #f2f2f2; */
  border: 2px dashed #ccc;
  padding: 5px;
  margin: 5px;
}
DIV.ProjektTeaser .csc-textpic-text {
  padding: 10px 10px 15px 15px;
}
DIV.ProjektTeaser .csc-textpicHeader h1 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #00286E;
  font-size: 14px;
  text-transform: uppercase;
}

DIV.ProjektTeaser .csc-textpicHeader h1 a:hover {
  color:#000;
}

DIV.ProjektTeaser div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }

DIV.ProjektTeaser div.csc-textpic img {display: block; margin: 0; padding:0;}

/* default styles for extension "NavRight" */
#NavRight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}

#NavRight ul li, #NavRight ul li a {
  font-size: 10px;
  line-height: 19px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#NavRight ul li a {
  width: 140px;
  color: #868175;
  padding: 0px 0px 0px 0px;
}
#NavRight ul li a:hover {
  color: #bd1957;
  padding: 0px 0px 0px 0px;
}



/* default styles for extension "NavLeft" */
#NavLeft {
  text-align: left;
  width: 160px;
  padding: 0px 0px 0px 0px;
}
  
#NavLeft ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}
#NavLeft ul.ull1 {
  
}
#NavLeft ul li, #NavLeft ul li a {
  font-size: 9px;
  line-height: 22px;
  color: #222f1d;
  display: block;
  text-decoration: none;
  /* font-weight: bold; */
  text-align: left;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
}

#NavLeft ul.ull1, #NavLeft ul.ull2, #NavLeft ul.ull3, #NavLeft ul.ull4 { padding: 0px 0px 0px 0px; margin: 0; }


/* ############################## ebene-1 ########################################## */
#NavLeft li.l1 a, #NavLeft li.l1cur a, #NavLeft li.l1act a {
  width: 140px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  border: none;
  background: #e2e3e5;
  border-bottom: 3px solid #cdcecf;
}
#NavLeft li.l1cur a, #NavLeft li.l1act a, #NavLeft li.l1act a {
  color: #000000;
  background: #e2e3e5;  
}
#NavLeft li.l1 a:hover,  
#NavLeft li.l1act a:hover, 
#NavLeft li.l1cur a:hover, 
#NavLeft li.l1 a:hover, 
#NavLeft li.l1cur a:hover, 
#NavLeft li.l1act a:hover {
  color: #000000;
  background: #edeef0;
}

#NavLeft li.l1act a, #NavLeft li.l1cur a {
  background: #c3c4c6;
}
/* ############################## ebene-2 ########################################## */
#NavLeft li.l2 a, #NavLeft li.l2 a:hover, #NavLeft li.l2cur a, #NavLeft li.l2cur a:hover, #NavLeft li.l2act a, #NavLeft li.l2act a:hover, #NavLeft li.l3 a:hover {
  width: 125px;
  padding: 0px 0px 0px 35px;
  border: none;
  background: #e2e3e5;
  line-height: 20px;
  color: #222f1d;
  border-bottom: 3px solid #cdcecf;
  background: url(/fileadmin/template-12/NavLeftStrich.png) no-repeat 28px 9px;
}
#NavLeft li.l2cur a, #NavLeft li.l2act a {
  color: #000000;
  background: url(/fileadmin/template-12/NavLeftStrichHover.png) no-repeat 28px 9px #cdcecf;
}
#NavLeft li.l2act a, #NavLeft li.l2act a:hover {
  color: #000000;
  background: url(/fileadmin/template-12/NavLeftStrichHover.png) no-repeat 28px 9px;
}

#NavLeft li.l2cur a:hover, 
#NavLeft li.l2act a:hover, 
#NavLeft li.l2 a:hover {
  color: #000000;
  background: #edeef0;
}

/* ############################## ebene-3 ########################################## */
#NavLeft li.l3 a, #NavLeft li.l3cur a, #NavLeft li.l3cur a:hover, #NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  font-size: 9px;
  text-decoration: none;
  padding: 1px 20px 1px 1px;
  border: none;
  /*background: #fff;*/
}
#NavLeft li.l3 a:hover, #NavLeft li.l3cur a, #NavLeft li.l3cur a:hover, #NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  padding: 0px 19px 0px 0px;
  border: 1px solid #000;
  /*background: #fff url(/fileadmin/template-4/NavLeftBg.png) repeat-y right top;*/
}
#NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  text-decoration: underline;
  border: none;
  /*background: #fff;*/
}
/* ############################## ebene-4 ########################################## */
#NavLeft li.l4 a, #NavLeft li.l4 a:hover, #NavLeft li.l4cur a, #NavLeft li.l4cur a:hover, #NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  font-size: 8px;
  text-decoration: none;
  padding: 1px 20px 1px 1px;
  border: none;
  /*background: #fff;*/
}
#NavLeft li.l4 a:hover, #NavLeft li.l4cur a, #NavLeft li.l4cur a:hover, #NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  padding: 0px 19px 0px 0px;
  border: 1px solid #000;
  /*background: #fff url(/fileadmin/template-4/NavLeftBg.png) repeat-y right top;*/
}
#NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  text-decoration: underline;
  border: none;
  /*background: #fff;*/
}
/* default styles for extension "NavLanguage" */

#NavLanguage ul { list-style: none; margin: 0; padding: 0;} 

#NavLanguage li { display: block; margin: 0px 0px 0px 7px; padding: 0; float: left;}
#NavLanguage li a span, #NavLanguage li span { display: none; }
#NavLanguage li, #NavLanguage li a, #NavSprachen li a:hover {
  display: block;
  height: 20px;
  width: 20px;
}

#NavLanguage li.de, #NavLanguage li.de a {
  background: url(/fileadmin/template-12/IconDeNo.png) no-repeat left top;
}
#NavLanguage li.deact, #NavLanguage li.deact a  {
  background: url(/fileadmin/template-12/IconDeAct.png) no-repeat left top;
}
#NavLanguage li.de, #NavLanguage li.deact, #NavLanguage li.de a:hover, #NavLanguage li.deact a:hover {
  background: url(/fileadmin/template-12/IconDeHover.png) no-repeat left top;
}
#NavLanguage li.denot {
  background: url(/fileadmin/template-12/IconDeNo.png) no-repeat left top;
}

#NavLanguage li.en, #NavLanguage li.en a  {
  background: url(/fileadmin/template-12/IconEnNo.png) no-repeat left top;
}
#NavLanguage li.enact, #NavLanguage li.enact a  {
  background: url(/fileadmin/template-12/IconEnAct.png) no-repeat left top;
}
#NavLanguage li.en, #NavLanguage li.enact, #NavLanguage li.en a:hover, #NavLanguage li.enact a:hover {
  background: url(/fileadmin/template-12/IconEnHover.png) no-repeat left top;
}
#NavLanguage li.ennot {
  background: url(/fileadmin/template-12/IconEnNo.png) no-repeat left top;
}

#NavLanguage li.nl, #NavLanguage li.nl a  {
  background: url(/fileadmin/template-12/IconFrNo.png) no-repeat left top;
}
#NavLanguage li.nlact, #NavLanguage li.nlact a  {
  background: url(/fileadmin/template-12/IconFrAct.png) no-repeat left top;
}
#NavLanguage li.nl, #NavLanguage li.nlact, #NavLanguage li.nl a:hover, #NavLanguage li.nlact a:hover {
  background: url(/fileadmin/template-12/IconFrHover.png) no-repeat left top;
}
#NavLanguage li.nlnot {
  background: url(/fileadmin/template-12/IconFrNo.png) no-repeat left top;
}
/* default styles for extension "JD-Gallery" */
.tx-rgsmoothgallery-pi1 {
  background: #B1B3B4 url("/fileadmin/template-12/gallery_loading.gif") center center no-repeat;
}

.myGallery {
  width: 460px;
  height: 345px;
  z-index:5;
  display: none;
  border: 0px solid #000;
}

.jdGallery {
  overflow: hidden;
  position: relative;
}

.jdGallery img {
  border: 0;
  margin: 0;
}

.jdGallery .slideElement {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position:center center;
  position: absolute;
  left:0;
  right:0;
  margin:0;
  padding:0;
  opacity:0;
}

.jdGallery .loadingElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background: #B1B3B4 url("/fileadmin/template-12/gallery_bg.jpg");
}

.jdGallery .slideInfoZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0px;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #333;
  color: #fff;
  text-indent: 0;
  overflow: hidden;
}

* html .jdGallery .slideInfoZone {
  bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
  padding: 0;
  font-size: 80%;
  margin: 0;
  margin: 2px 5px;
  font-weight: bold;
  color: inherit;
}

.jdGallery .slideInfoZone p {
  padding: 0;
  font-size: 60%;
  margin: 2px 5px;
  color: #eee;
}

.jdGallery div.carouselContainer
{
  position: absolute;
  height: 135px;
  width: 100%;
  z-index: 10;
  margin: 0px;
  left: 0;
  top: 0;
}

.jdGallery a.carouselBtn {
  position: absolute;
  bottom: 0;
  right: 60px;
  height: 20px;
  /*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.jdGallery a.play {
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 20px;
  width:20px;
  background: url("/typo3/ext/rgsmoothgallery/res/css/img/control_play.png") no-repeat center right;
  cursor: pointer;
}

.jdGallery a.pause {
  background: url("/typo3/ext/rgsmoothgallery/res/css/img/control_pause.png") no-repeat center right;
}

.jdGallery .carousel {
  position: absolute;
  width: 100%;
  margin: 0px;
  left: 0;
  top: 0;
  height: 115px;
  background: #333;
  color: #fff;
  text-indent: 0;
  overflow: hidden;
}

.jdGallery .carousel .carouselWrapper {
  position: absolute;
  width: 100%;
  height: 78px;
  top: 10px;
  left: 0;
  overflow: hidden;
}

.jdGallery .carousel .carouselInner {
  position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail {
  cursor: pointer;
  padding:0;
  margin:0;
  background: #000;
  background-position: center center;
  float: left;
  border: solid 1px #fff;
}

.jdGallery .carousel .label {
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  padding: 0;
  margin: 0;
}

.jdGallery .carousel .label .number {
  color: #b5b5b5;
}

.jdGallery a {
  font-size: 100%;
  text-decoration: none;
  color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
  position: absolute;
  height: 99%;
  width: 25%;
  cursor: pointer;
  z-index:10;
  filter:alpha(opacity=20);
  -moz-opacity:0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left {
  filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover {
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.jdGallery a.left {
  left: 0;
  top: 0;
  background: url("/typo3/ext/rgsmoothgallery/res/css/img/fleche1.png") no-repeat center left;
}

* html .jdGallery a.left { background: url("/typo3/ext/rgsmoothgallery/res/css/img/fleche1.gif") no-repeat center left; }

.jdGallery a.right {
  right: 0;
  top: 0;
  background: url("/typo3/ext/rgsmoothgallery/res/css/img/fleche2.png") no-repeat center right;
}

* html .jdGallery a.right { background: url("/typo3/ext/rgsmoothgallery/res/css/img/fleche2.gif") no-repeat center right; }

.jdGallery a.open {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jdGallery a.open {
  position: absolute;
  top: 0;
  left: 25%;
  height: 99%;
  width: 50%;
  cursor: pointer;
  z-index: 10;
  background: none;
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.jdGallery a.open:hover { background: url("/typo3/ext/rgsmoothgallery/res/css/img/open.png") no-repeat center center; }

* html .jdGallery a.open:hover { background: url("/typo3/ext/rgsmoothgallery/res/css/img/open.gif") no-repeat center center;
  filter:alpha(opacity=80); }
	
/* default styles for extension "Slightbox" */
/* SLIGHTBOX */
/* variation on SLIMBOX */

#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
  z-index: 15;
}

#lbCenter, #lbBottom {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #000;
  z-index: 20;
  border: 1px solid #666;
}

#lbCenter {
  padding: 10px;
}

.lbLoading {
  background: #B1B3B4 url("/fileadmin/template-12/gallery_loading.gif") center center no-repeat;
}

#lbImage {
  z-index: 25;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
  z-index: 26;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/fleche1.png") no-repeat 0% 50%;
}

* html #lbPrevLink:hover { background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/fleche1.gif") no-repeat 0% 50%; }

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/fleche2.png") no-repeat 100% 50%;
}

* html #lbNextLink:hover { background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/fleche2.gif") no-repeat 100% 50%; }

#lbBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 80px;
  height: 30px;
  background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/close9yj.gif") no-repeat center;
  margin-bottom: 10px;
}

#lbNumber {
  display: block;
  float: left;
}

#lbNumber.gallery {
  display: block;
  float: left;
  padding: 10px;
}

#lbCaption {
  margin-left: 10px;
  display: block;
  float: left;
}

#lbDescription {
  float: left;
  padding-right: 10px;
}

#lbDescription #lbTitle {
  float: left;
  clear: both;
  font-weight: bold;
}

#lbDescription #lbCaption {
  margin-left: 0;
}

#lbPrintLink {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/printer.png") no-repeat center;
  margin:0 5px 0 0; 
  padding:1px;
}

#lbSaveLink {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: transparent url("/typo3/ext/rgsmoothgallery/res/css/img/disk.png") no-repeat center;
  margin:0 5px 0 0; 
  padding:1px;
}

/* default styles for extension "Template" */

@media all
{
  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100% }
  body {
    min-height: 100.02%;
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;
    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #C5C6C8 url("/fileadmin/template-12/BodyBg.png") repeat-y center 0px;
  }
  
  #PageMargins {
    text-align: left;
    width: 1024px;
    height: 718px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background: url("/fileadmin/template-12/PageMarginsBg.png") no-repeat 0px 0px;
  }
	
  #Header {
    padding: 0; 
    position: relative;
    width: 1024px;
    height: 20px;
    padding: 33px 34px 0px 32px;
  }
  
  #NavTop {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    background: transparent;
    z-index: 80;
  }
  
  #HeadImage {
    position: absolute;
    top: 513px;
    left: 32px;
    width: 160px;
    height: 160px;
  }
  
  #HeadImage a {
    display: block;
    width: 160px;
    height: 160px;
  }
  
  #NavLanguage {
    width: 90px;
    height: 20px;
    position: absolute;
    top: 33px;
    left: 860px;
  }
  
  #Search {
    width: 160px;
    height: 20px;
    position: absolute;
    top: 455px;
    left: 32px;
  }
   
  #NavMain {
    width: 630px;
    height: 24px;
    padding: 0px 0px 0px 30px;
    position: absolute;
    top: 29px;
    left: 196px;
  }

  #Main {
    clear: both;
    width: 1024px;
    padding: 0px 0px 0px 32px;
    height: 454px;
  }
  
  #col1 {
    float: left;
    width: 160px;
    z-index: 3;
  }
  #col1_content {
    padding: 10px 0px 10px 0px;
    z-index: 4; 
  }
  /* hier kein padding + margin */
  #col1_inner {
    padding: 10px 0px 10px 0px;
    z-index: 4;
  }
  #col2 {
    width: auto;
    z-index: 1;
    height: 454px;
  }
  DIV#PageCol #col2 {
    margin: 0px 36px 0px 164px;
  }
  * html DIV#PageCol #col2 {
    margin: 0px 4px 0px 161px;
  }
  DIV#PageCol_1_2 #col2 {
    margin: 0px 36px 0px 164px;
  }
  * html DIV#PageCol_1_2 #col2 {
    margin: 0px 4px 0px 161px;
  }
  DIV#PageCol_2 #col2 {
    margin: 0px 36px 0px 164px;
  }
  * html DIV#PageCol_2 #col2 {
    margin: 0px 4px 0px 161px;
  }
  DIV#PageCol_2_3 #col2 {
    margin: 0px 36px 0px 164px;
  }
  * html DIV#PageCol_2_3 #col2 {
    margin: 0px 4px 0px 161px;
  }
  DIV#PageCol_1_2_3 #col2 {
    margin: 0px 36px 0px 164px;
  }
  * html DIV#PageCol_1_2_3 #col2 {
    margin: 0px 4px 0px 161px;
  }
  #col2_content { z-index: 2; padding: 30px 30px 20px 30px;}
  
  #col2_inner {
    padding: 0;
    margin:0;
    height: 404px;
    overview: hidden;
  }
  #col3 {
    float: right;
    width: 541px;
    z-index: 5;
  }
  #col3_content {
    padding: 155px 65px 0px 40px;
    z-index: 6;
  }
  #col3_inner {
    padding: 0px 0px 0px 0px;
    z-index: 7;
  }
  
  #col1_content, #col2_content, #col3_content { position: relative }
  
  #Footer {
    padding: 5px 36px 0px 196px;
    width: 792px;
    height: 161px;
    clear: both;
  }
  #NavFooter {
    padding: 15px 36px 0px 196px;
    width: 792px;
    height: 40px;
    text-align: center;
  }

  DIV#Footer .tx-rgsmoothgallery-pi1 { margin: 0; padding: 0;}
  
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox[class] { overflow:hidden }
  
  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none }

 /**
  * @section hidden elements | Versteckte Elemente
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */

  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }

 /**
  * @section subtemplates
  */

  .subcolumns, .subcolumns_oldgecko {
    width: 100%;
    overflow:hidden;
  }

  /* (en) alternative class for optional support of old  Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { float:left }

  .c55l, .c45l, .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c55r, .c45r, .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25% }
  .c33l, .c33r { width: 33.333% }
  .c45l, .c45r { width: 45% }
  .c50l, .c50r { width: 50% }
  .c55l, .c55r { width: 55% }
  .c66l, .c66r { width: 66.666% }
  .c75l, .c75r { width: 75% }
  .c38l, .c38r { width: 38.2% }
  .c62l, .c62r { width: 61.8% }

  .subc  { padding: 0 0.5em }
  .subcl { padding: 0 1em 0 0 }
  .subcr { padding: 0 0 0 1em }
  #tx-rggooglemap-cat {display: none; }

  .tx-powermail-pi1_fieldset_kontaktdaten {
    float: left;
    width: 400px;
  }
  fieldset.tx-powermail-pi1_fieldset label {
    width: 100px;
  }
  
  .tx-powermail-pi1_fieldset_muster, .tx-powermail-pi1_fieldset_nachricht {
    float:left;
    width: 300px;
  }
  fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset select {
    width: 150px;
    margin: 0px 0px 0px 0px;
    border: none;
  }
  .tx_powermail_pi1_fieldwrap_html_captcha img {
    float: left;
    padding: 10px 0px 0px 100px;
  }
  fieldset.tx-powermail-pi1_fieldset legend {
    font-weight: bold;
    margin: 0px 0px 0px -6px;
    padding: 10px 0px 0px 0px;
  }
  fieldset.tx-powermail-pi1_fieldset_muster label {
    width: 170px;
  }
  fieldset.tx-powermail-pi1_fieldset_muster select {
    width: 130px;
  }
  .c2l1-left {
    border: none;
    vertical-align: top;
  }
  .c2l1-middle {
    border: none;
    vertical-align: top;
  }
  
}

