/* 
Farbklassen:

Hintergrund 1 :
Hintergrund Menü :
Hauptfarbe 1  : 
Hauptfarbe 2  : 
Highlight     : 


*/

.selectbox {
	font-weight: bold;
	color: #2992CC;
	font-size: 11px;
	font-family: arial;
	vertical-align: middle;
}


/* ################################################################# */
/* Tabellen */
/* ################################################################# */


table.contenttable {
  width: 460px;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 12px;
  margin: 12px 0px 0px 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: #0082CE;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px;
}


/* ################################################################# */
/* Slogan */
/* ################################################################# */

.slogan {
	font-size: 18px;
	color: #2992CC;
	font-weight: normal;
	font-family: arial;
}

/* ################################################################# */
/* Content */
/* ################################################################# */

div.csc-header {
  clear: both;
  display: block;
  padding: 0px;
}

div.csc-header-n1 {
  padding: 0px 0px 0px 0px;
}

h1 {
  font-size: 16px;
  margin: 24px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
}

h1.csc-firstHeader {
  font-size: 22px;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
}


p {
  font-size: 13px;
  font-weight: normal;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}

a:link {
	color: #0082CE;
	text-decoration: none;
}

a:visited {
	color: #0082CE;
	text-decoration: none;
}

a:hover {
	color: #D60808;
	text-decoration: none;
}


/* ################################################################# */
/* listen */
/* ################################################################# */

ul, ul {
  margin: 0px;
  padding: 0px 0px 0px 28px;
  list-style-type: square;
}

ol {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 38px;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px;
}

/* ################################################################# */
/* 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 {
  background-color: #ffffff;
  color: #737373;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 0px 5px 0px;
  margin: 0px 0px 0px 1px;
}

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; padding: 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: 20px; /* 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: 20px; /* 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: 0px; /* Customize me, and set colSpace/textMargin in TS */
  margin-right: 0px; /* 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 */


/* ################################################################# */
/* Navigation LEVEL 1*/
/* ################################################################# */

div.navi_1, div.navi_1_act {
	text-transform: uppercase;
	border-top: 1px dotted #737373;
}

a.navi_1 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #737373;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
  background-image: url("../images/arrow_lev1.jpg");
  background-repeat: no-repeat;
}

a.navi_1:link {
  color: #737373;
}

a.navi_1:visited {
  color: #737373;
}

a.navi_1:hover {
  color: #D60808;
}

a.navi_1_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #D60808;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
}

a.navi_1_act:link {
  color: #D60808;
}

a.navi_1_act:visited {
  color: #D60808;
}

a.navi_1_act:hover {
  color: #D60808;
}


/* ################################################################# */
/* Navigation LEVEL 2*/
/* ################################################################# */


div.navi_2, div.navi_2_act {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	border-top: 1px dotted #737373;
}



a.navi_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  padding: 0px 0px 0px 28px;
  background-image: url("../images/arrow_lev2.jpg");
  background-repeat: no-repeat;
  display: block;
}

a.navi_2:link {
  color: #737373;
}

a.navi_2:visited {
  color: #737373;
}

a.navi_2:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev2_act.jpg");
  background-repeat: no-repeat;
}

a.navi_2_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #D60808;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 0px 28px;
  background-image: url("../images/arrow_lev2_act.jpg");
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: block;
}

a.navi_2_act:link {
  color: #D60808;
}

a.navi_2_act:visited {
  color: #D60808;
}

a.navi_2_act:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev2_act.jpg");
}


/* ################################################################# */
/* Navigation LEVEL 3*/
/* ################################################################# */


div.navi_3, div.navi_3_act {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	border-top: 1px dotted #737373;
}

a.navi_3 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #737373;
  text-decoration: none;
	padding: 0px 0px 0px 43px;
  background-image: url("../images/arrow_lev3.jpg");
  background-repeat: no-repeat;
  display: block;
}

a.navi_3:link {
  color: #737373;
}

a.navi_3:visited {
  color: #737373;
}

a.navi_3:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev3_act.jpg");
}

a.navi_3_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #D60808;
  font-weight: bold;
  text-decoration: none;
	padding: 0px 0px 0px 43px;
  background-image: url("../images/arrow_lev3_act.jpg");
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: block;
}

a.navi_3_act:link {
  color: #D60808;
}

a.navi_3_act:visited {
  color: #D60808;
}

a.navi_3_act:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev3_act.jpg");
}


/* ################################################################# */
/* Navigation LEVEL 4*/
/* ################################################################# */


div.navi_4, div.navi_4_act {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	border-top: 1px dotted #737373;
}

a.navi_4 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #737373;
  text-decoration: none;
	padding: 0px 0px 0px 60px;
  background-image: url("../images/arrow_lev4.jpg");
  background-repeat: no-repeat;
  display: block;
}

a.navi_4:link {
  color: #737373;
}

a.navi_4:visited {
  color: #737373;
}

a.navi_4:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev4_act.jpg");
}

a.navi_4_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D60808;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 0px 60px;
  background-image: url("../images/arrow_lev4_act.jpg");
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: block;
}

a.navi_4_act:link {
  color: #D60808;
}

a.navi_4_act:visited {
  color: #D60808;
}

a.navi_4_act:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev4_act.jpg");
  background-repeat: no-repeat;
}


/* ################################################################# */
/* Navigation LEVEL 5*/
/* ################################################################# */


div.navi_5, div.navi_5_act {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	border-top: 1px dotted #737373;
}

a.navi_5 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #737373;
  text-decoration: none;
	padding: 0px 0px 0px 73px;
  background-image: url("../images/arrow_lev5.jpg");
  background-repeat: no-repeat;
  display: block;
}

a.navi_5:link {
  color: #737373;
}

a.navi_5:visited {
  color: #737373;
}

a.navi_5:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev5_act.jpg");
}

a.navi_5_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #D60808;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 0px 73px;
  background-image: url("../images/arrow_lev5_act.jpg");
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: block;
}

a.navi_5_act:link {
  color: #D60808;
}

a.navi_5_act:visited {
  color: #D60808;
}

a.navi_5_act:hover {
  color: #D60808;
  background-image: url("../images/arrow_lev5_act.jpg");
  background-repeat: no-repeat;
}


/* ################################################################# */
/* Klickpfad */
/* ################################################################# */

.path {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  border-top: 1px solid #B4B4B4;
  padding: 10px 0px 0px 0px;
}

a.path:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.path:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.path:hover {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* ################################################################# */
/* Language */
/* ################################################################# */

.lang { 
  color: #737373; 
  font-weight: normal;  
  font-size: 11px; 
  letter-spacing: 1px;
  text-decoration: none; 
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.lang_act { 
  color: #737373; 
  font-weight: normal;  
  font-size: 11px; 
  letter-spacing: 1px;
  text-decoration: none; 
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}

a.lang:link {
  color: #5699CE;
  font-weight: normal;
  text-transform: uppercase;
}

a.lang:visited {
  color: #5699CE;
  font-weight: normal;
  text-transform: uppercase;
}

a.lang:hover {
  color: #5699CE;
  font-weight: normal;
  text-transform: uppercase;
}

/* ################################################################# */
/* generische Navigation */
/* ################################################################# */

.gen_navi,
.gen_navi_act { 
  color: #737373; 
  font-weight: normal;  
  font-size: 11px; 
  letter-spacing: 1px;
  text-decoration: none; 
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
}

 

a.gen_navi:link {
  color: #5699CE;
  font-weight: normal;
}

a.gen_navi:visited {
  color: #5699CE;
  font-weight: normal;
}

a.gen_navi:hover {
  color: #5699CE;
  font-weight: normal;
}

/* ################################################################# */
/* rMargin */
/* ################################################################# */

#rmargin H1 {
  font-size: 13px;
  font-weight: bold;
  text-align : left;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 5px 4px;
}


#rmargin div.rmarginbox {
  width: 219px;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  background-color: #ffffff;
/*  border-top: 1px dotted #737373; */
} 

#rmargin p.csc-caption {
  font-size: 13px;
  color: #ffffff;
  text-align : left;
  margin: 0px 0px 0px 1px;
  padding: 4px 10px;
  font-weight: bold;
  background-color: #0082CE;
}

#rmargin DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 0px; }
#rmargin DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 0px; display: block; }


#rmargin img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#rmargin a {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  width: 100px;
  
}

#rmargin p {
  font-size: 13px;
  color: #737373;
  text-align : left;
  margin: 0px 0px 0px 0px;
  padding: 0px 4px;
  font-weight: normal;
}

#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 */
/* ################################################################# */

.footer {
	text-align: center;
	font-size: 11px;
}

/* ################################################################# */
/* 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;
  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;
}
