/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 1px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:130px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }
.tx-indexedsearch .tx-indexedsearch-browsebox a { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:8pt; }
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox-SCell { font-weight: bold; }

/* styles for extension "tx_jppageteaser_pi1" */
.tx-jppageteaser-pi1-headline	{font-weight: bold; margin-bottom: 5px;}
.tx-jppageteaser-pi1-text 	{font-weight: normal; margin-bottom: 10px;}
.tx-jppageteaser-pi1-image 	{margin-right: 15px;}
.tx-jppageteaser-pi1-element 	{margin-bottom: 10px;}
.tx-jppageteaser-pi1 P		{margin: 0px !important;}

body {
  font-family:Times New Roman,Georgia,Times; 
  color:#000000;
}

.menuetext {
  color:#000000;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:8pt;
}

a.menuetext {
  text-decoration: none;
}

a.menue_oben {
  text-decoration: underline;
}

.bold {
  font-weight:bold;
}

a {
  color:#000000; 
}
			
a:visited {
  color:#000000; 
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

.standardtext {
  font-size:11pt;
  letter-spacing:1pt;
}

.rootline {
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:7pt;
  color:#070570;
}

.bodytext, table.contenttable p {
  font-size:10.5pt;
  margin-top:3pt;
  margin-bottom:10pt;
  line-height:15pt;
  text-align: left;
  font-family:Times;
  letter-spacing:0pt;
  text-transform:none;
  font-weight: normal;
}

table.contenttable .bodytext {
  text-align: left;
}

div.csc-header h1, div.csc-textpicHeader h1 {
  font-size:14pt;
  font-family:Times New Roman,Georgia,Times;
  margin-top:18pt;
  margin-bottom:12pt;
  font-style: normal;
  letter-spacing: 1px;
}

h1 {
  font-family: Times;
  text-transform:none;
  font-size:22pt;
  margin-top:10pt;
  padding-top: 0pt;
  border-top: 0px;
  font-style:italic;
  margin-bottom:10pt;
  font-weight: normal;
  letter-spacing: 2px;
}

h2 {
  font-family: Times;
  text-transform:none;
  font-size:16pt;
  margin-top:-5pt;
  padding-top: 0pt;
  border-top: 0px;
  font-style:italic;
  margin-bottom:10pt;
  font-weight: normal;
  letter-spacing: 1px;
}

.fusszeile {
  background-color: #7DBBDA;
  color: #FFFFFF;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:8pt;
  font-weight: bold;
}

a.fusszeile {
  color: #FFFFFF;
}
a.fusszeile:visited {
  color: #FFFFFF;
}

h3 {
  border-top: 1px solid #FFFFFF;
  font-size:9.5pt;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  letter-spacing:1pt;
  text-transform:uppercase;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-bottom: 0px;

}

h3.csc-firstHeader {
  border-top: 0px;
  padding-top: 5px;
}

.bodytext-rechts .bodytext {
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:8pt;
  margin-top:0pt;
  margin-bottom:0pt;
  text-align:left;
  line-height:11pt;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
}

li {
  margin-bottom: 5pt;
  text-align: justify;
}

h5 {
  margin-top:5pt;
  line-height:15pt;
  font-size:10.5pt;
  text-indent: -15pt;
  margin-left: 15pt;
  font-weight: normal;
  margin-bottom: 8pt;
  padding-bottom: 0pt
  vertical-align: middle;
}

h5 img {
  vertical-align: middle;
}

h6 {
  font-size:9pt;
  margin-top:3pt;
  margin-bottom:0pt;
  text-align:justify;
  line-height:12pt;
  font-weight: normal;
}

.csc-mailform {
  font-size:10.5pt;
  margin-top:3pt;
  margin-bottom:0pt;
  line-height:15pt;
}

table.csc-mailform {
  width: 100%;
}

img.form-image {
  border: 1pt solid #070570;
  margin: 0pt 5pt;
}

div.content_listitem {
  text-align: left;
}

.csc-form-label-req {
  font-weight: bold;
}

.csc-form-line {
  line-height:3pt;
  border-top: 1pt dotted #000000;
}

.csc-form-commentcell {
  font:bold 10pt/14pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  letter-spacing:1pt;
  text-transform:uppercase;
  padding-bottom:5pt;
}

.zelle_inhalt_links {
  background-image: url(../images/regenbogen_links.jpg);
  background-repeat: no-repeat;
}

.zelle_inhalt_mitte {
  background-image: url(../images/regenbogen_mitte.jpg);
  background-repeat: no-repeat;
}

.imgtext-table {
  margin-left: 10px;
}

.nav_links {
  font-size: 10.5pt;
  color:#070570;
  font-family:Times New Roman,Georgia,Times;
}

.banner img {
  border: 1px solid #004578;
}

.copyright {
  font-size:10.5pt;
  margin-top:3pt;
  margin-bottom:0pt;
  text-align:right;
  line-height:15pt;
}

td.gfpb_landscape, td.gfpb_portret {
  text-align: center;
} 
  
