/* 
Farbklassen:

Hintergrund 1 :
Hintergrund Menü :
Hauptfarbe 1  : 
Hauptfarbe 2  : 
Highlight     : 

*/

/* ################################################################# */
/* Content */
/* ################################################################# */

label.label_descr{
	font-weight: bold;
}
div.label_descr{
	width: 120px;
	float: left;
}


div.csc-header {
  clear: both;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

div.csc-header-n1 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

h1, 
h1.csc-firstHeader {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
  color: #0094C4;
}

/*h1.csc-firstHeader {
  font-size: 30px;
  font-weight: normal;
  width: 610px;
  margin: 0px 0px 15px 0px;
  padding: 5px 0px 13px 0px;
  color: #0094C4;
  border-bottom: 1px solid #D2D2D2;
}*/


p {
  font-size: 12px;
  font-weight: normal;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}

a:link, a:visited, a:hover {
	color: #0095C4;
	text-decoration: none;
  font-weight: bold;
}

 
/* ################################################################# */
/* Tabellen */
/* ################################################################# */


table.contenttable {
  width: 460px;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 12px;
  margin: 12px 0px 20px 0px;
}

table.contenttable td {
  background-color: #ffffff;
  color: #707070;
  font-weight: normal;
  padding: 2px 5px;
  vertical-align: top;
}

table.contenttable tr.tr-even td {
  background-color: #EEEEEC;
  color: #707070;
  font-weight: normal;
  padding: 2px 5px;
}

table.contenttable tr.tr-odd td {
  background-color: #ffffff;
  color: #707070;
  font-weight: normal;
  padding: 2px 5px;
}

table.contenttable tr.tr-0 td {
  background-color: #00B1E9;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px;
}


/* ################################################################# */
/* listen */
/* ################################################################# */

ul, ul {
  margin: 0px;
  padding: 6px 0px 0px 28px;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px;
	list-style-type: square;
	list-style-image: url("../images/bullet.gif");
}

/* ################################################################# */
/* Downloads */
/* ################################################################# */

div.downloaditem {
  margin: 4px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
}

span.downloadicon { 
  vertical-align: baseline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

span.downloadfile {
  vertical-align: top;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
}

span.downloadsize {
  vertical-align: top;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
}

/* ################################################################# */
/* Text mit Bild */
/* ################################################################# */

/* Captions */
p.csc-caption {
  font-size: 10px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

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, like content (default) does: */
DIV.csi-border-2-black DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid #00225C;
}

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 */
  padding: 5px 0px 0px 0px;
  margin-right: 10px; /* Customize me, and set colSpace/textMargin in TS */
}

/* 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; /* Customize me, and set colSpace/textMargin in TS */
}

/* 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: 10px; /* Customize me, and set colSpace/textMargin in TS */
  margin-right: 10px; /* Customize me, and set colSpace/textMargin in TS */
}

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 */


/* ################################################################# */
/* 1st-Level-Navi */
/* ################################################################# */

a.navi_1:link {
  color: #000000;
  font-weight: normal;
}

a.navi_1:visited {
  color: #000000;
  font-weight: normal;
}

a.navi_1:hover {
  color: #000000;
  font-weight: normal;
}

a.navi_1,
a.navi_1_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
	padding-top: 2px;
	padding-left: 6px;
  font-weight: normal;
}

a.navi_1_act:link {
  color: #000000;
  font-weight: bold;
}

a.navi_1_act:visited {
  color: #000000;
  font-weight: bold;
}

a.navi_1_act:hover {
  color: #000000;
  font-weight: bold;
}


/* ################################################################# */
/* Navigation links */
/* ################################################################# */

div.navi_2, div.navi_2_act {
  padding: 4px 0px;
  text-align: left;
}

a.navi_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 16px 0px 10px;
  display: block;
}

a.navi_2:link {
  color: #828282;
  font-weight: normal;
}

a.navi_2:visited {
  color: #828282;
  font-weight: normal;
}

a.navi_2:hover {
  color: #1FA1CB;
  font-weight: normal;
}

a.navi_2_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 16px 0px 10px;
  display: block;
  color: #1FA1CB;
  font-weight: normal;
}

a.navi_2_act:link {
  color: #1FA1CB;
}

a.navi_2_act:visited {
  color: #1FA1CB;
}

a.navi_2_act:hover {
  color: #1FA1CB;
}


/* ---------------------------------- */

div.navi_3, div.navi_3_act {
	padding: 2px 0px;
  text-align: left;
}

a.navi_3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
	padding: 0px 0px 0px 20px;
  display: block;
}

a.navi_3:link {
  color: #828282;
  font-weight: normal;
}

a.navi_3:visited {
  color: #828282;
  font-weight: normal;
}

a.navi_3:hover {
  color: #1FA1CB;
  font-weight: normal;
}

a.navi_3_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
	padding: 0px 0px 0px 20px;
  display: block;
  font-weight: normal;
}

a.navi_3_act:link {
  color: #1FA1CB;
}

a.navi_3_act:visited {
  color: #1FA1CB;
}

a.navi_3_act:hover {
  
  color: #1FA1CB;
}

/* ---------------------------------- */

div.navi_4, div.navi_4_act {
	padding: 2px 0px;
  text-align: left;
}

a.navi_4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
	padding: 0px 0px 0px 30px;
  display: block;
}

a.navi_4:link {
  color: #828282;
  font-weight: normal;
}

a.navi_4:visited {
  color: #828282;
  font-weight: normal;
}

a.navi_4:hover {
  color: #1FA1CB;
  font-weight: normal;
}

a.navi_4_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
	padding: 0px 0px 0px 30px;
  display: block;
  font-weight: normal;
}

a.navi_4_act:link {
  color: #1FA1CB;
}

a.navi_4_act:visited {
  color: #1FA1CB;
}

a.navi_4_act:hover {
  color: #1FA1CB;
}


/* ################################################################# */
/* Klickpfad */
/* ################################################################# */

.path {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  color: #828282;
}

a.path:link,
a.path:visited,
a.path:hover {
  color: #828282;
  text-decoration: none;
  font-weight: normal;
}


/* ################################################################# */
/* generische Navigation */
/* ################################################################# */

.gen_navi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #1FA1CB;
  padding: 0px 2px;
}

a.gen_navi:link, 
a.gen_navi:visited,
a.gen_navi:hover {
  color: #1FA1CB;
  text-decoration: none;
  font-weight: normal;
}

a.gen_navi_act:link, 
a.gen_navi_act:visited,
a.gen_navi_act:hover {
  color: #1FA1CB;
  text-decoration: none;
  font-weight: bold;
}



/* ################################################################# */
/* suche */
/* ################################################################# */


#search INPUT.searchform {
  margin:  3px 0px 0px 12px;
	width: 100px;
	font-size: 10px;
	border : 1px solid #ff0000;
}

.submit {
  margin:  3px 0px 0px 77px;;
}

.searchhead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003366;
  text-decoration: none;
	padding: 0px 0px 0px 20px;
  background-image: url("../images/bg_navi_2.gif");
  background-position:  4px 0px;
  background-repeat: no-repeat;
}

h3.tx-indexedsearch-title-caption {
  font-size: 12px;
  color: #003366;
  font-weight: bold;
  padding-top: 16px;
}

div.tx-indexedsearch-whatis {
  display: none;
}

div.tx-indexedsearch-searchbox {
  display: none;
}

h3.tx-indexedsearch-title-caption a:link, h3.tx-indexedsearch-title-caption a:visited {
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}

h3.tx-indexedsearch-title-caption a:hover {
  text-decoration: underline;
}

td.tx-indexedsearch-browsebox-SCell a:link, td.tx-indexedsearch-browsebox-SCell a:visited, td.tx-indexedsearch-browsebox-SCell a:hover  {
  font-size: 12px;
  color: #003366;
  text-decoration: underline;
}

div.tx-indexedsearch-secHead h2 {
  display: none;
}

span.tx-indexedsearch-title-number {
  display: none;
}

div.tx-indexedsearch-browsebox ul {
  display: none;
}


/* ################################################################# */
/* Margin */
/* ################################################################# */

#rmargin H1,
#rmargin h1.csc-firstHeader {
  font-size: 14px;
  font-weight: bold;
  color: #0095C4;
  width: 165px;
	text-align : left;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 2px 4px;
  border: none;
}

#rmargin div.rmarginbox {
  width: 170px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}

#rmargin p {
  font-size: 12px;
  color: #0095C4;
  line-height:1.1pc;
	text-align : left;
  margin: 0px 0px 0px 0px;
  padding: 4px 2px 2px 4px;
}

#rmargin a:link,
#rmargin a:visited,
#rmargin a:hover {
  font-size: 11px;
  color: #0095C4;
	text-align : left;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 5px 2px;
}

#rmargin ul {
  font-size: 10px;
  list-style-type: square;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 18px;
}

#rmargin ol {
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 18px;
}

#rmargin li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* ################################################################# */
/* Footer */
/* ################################################################# */

p.footer {
  display: none;
}

/* ################################################################# */
/* Sitemap */
/* ################################################################# */

p.csc-sitemap-level1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  background-color: #808080;
  padding: 2px 2px 2px 4px;
}

p.csc-sitemap-level2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

p.csc-sitemap-level3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

p.csc-sitemap-level4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a.csc-sitemap-level1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 8px;
}

a.csc-sitemap-level1:link {
  color: #ffffff;
}

a.csc-sitemap-level1:visited {
  color: #ffffff;
}

a.csc-sitemap-level1:hover {
  color: #800000;
}

a.csc-sitemap-level2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 16px;
  background-image: url("../images/bg_sitemap_2.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level2:link {
  color: #000000;
}

a.csc-sitemap-level2:visited {
  color: #000000;
}

a.csc-sitemap-level2:hover {
  color: #800000;
  background-image: url("../images/bg_sitemap_2_hover.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 24px;
  background-image: url("../images/bg_sitemap_3.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level3:link {
  color: #000000;
}

a.csc-sitemap-level3:visited {
  color: #000000;
}

a.csc-sitemap-level3:hover {
  color: #800000;
  background-image: url("../images/bg_sitemap_3_hover.gif");
}

a.csc-sitemap-level4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
	padding: 0px 0px 0px 32px;
  background-image: url("../images/bg_sitemap_4.gif");
  background-repeat: no-repeat;
}

a.csc-sitemap-level4:link {
  color: #000000;
}

a.csc-sitemap-level4:visited {
  color: #000000;
}

a.csc-sitemap-level4:hover {
  color: #ff0000;
  background-image: url("../images/bg_sitemap_4_hover.gif");
}

/* ################################################################# */
/* DocCheck */
/* ################################################################# */

div.dc_login {
  width: 400px;
  height: 233px;
  line-height: normal;
  margin-left: 45px;
  background-image: url('/fileadmin/templates/doccheck/images/bg_dc_form.gif');
}

div.dc_info {
  width: 276px;
  padding: 42px 12px 0px 112px;
}

div.dc_info2 {
  width: 360px;
  padding: 0px 12px 0px 28px;
}
  
div.dc_form {
  width: 276px;
  padding: 6px 12px 0px 112px;
}

div.dc_form label {
  clear: both;
  display: block;
  float: left;
  width: 64px;
  padding: 12px 8px 0px 0px;
}

div.dc_form input.text {
  float: left;
  width: 165px;
  margin: 10px 8px 0px 0px;
  
}

div.dc_form_submit {
  clear: both;
  width: 157px;
  padding: 12px 12px 0px 72px;
}

.dc {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

div.dc_login a {
  color:#CC0033;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
}

/* ################################################################# */
/* Verla Login Form */
/* ################################################################# */

table.csc-loginform {
  line-height: normal;
}


p.csc-form-label-req {
  line-height: normal;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px;
}

td.csc-form-labelcell {
  line-height: normal;
  text-align: right;
  padding: 0px 20px 0px 0px;
  margin: 0px;
  }

td.csc-form-fieldcell {
  line-height: normal;
  padding: 0px 5px 0px 0px;
  margin: 0px;
  }

  
.legend{

color: green;
}

/*************************************/
/*          Formulare                */
/*************************************/
div.formpart {
  margin: 6px 0px 0px 0px;
  }

div.formpart input {
  margin: 0px 0px 0px 50px;
  }  
  
div.formpart textarea {
  margin: 0px 0px 0px 40px;
  }
  
div.formpart label {
  vertical-align: top;
  }
  
div.checkbox {
  float: left;
  }
  
p.info a {
  padding: 0px;
  margin: 0px 0px 0px 22px;
  }
  
  
fieldset {
	padding-left: 15px;
}

.csc-mailform-label {
  width: 150px;
  float: left;
  margin: 0px;
  padding: 0px;
  }

.csc-form-fieldcell {
  height: 30px;
  }
  
.csc-form-fieldcell textarea {
  margin: 10px 0px 0px 0px;
  }
  
.csc-form-labelcell {
  text-align: left;
  padding: 0px;
  margin: 0px;
  }
  
p.csc-form-label {
  text-align: left;
  }

p.csc-form-label-req {
  text-align: left;
  }