/* 
Farbklassen:

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

*/

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

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

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

h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0px 4px 0px;
  padding: 0px 0px 0px 0px;
  color: #6d7c89;
  text-transform: uppercase;
}

h1.csc-firstHeader {
  font-size: 14px;
  font-weight: bold;
  color: #6d7c89;
  text-transform: uppercase;
  margin: 4px 0px 4px 0px;
  padding: 1px;
}

h1.pagehead {
  font-size: 14px;
  font-weight: bold;
  color: #6d7c89;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 3px 20px;
  background-image: url(../images/bg_h1.jpg);
  border: 1px solid #dcdcdc;
}

p {
  font-size: 12px;
  font-weight: normal;
  color: #373E45;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}

a:link {
	color: #6d7c89;
	text-decoration: none;
}

a:visited {
	color: #6d7c89;
	text-decoration: none;
}

a:hover {
	color: #6d7c89;
	text-decoration: underline; 
}


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

ul, ul {
  margin: 0px;
  padding: 0px 0px 0px 28px;
  color: #373e45;
}

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;
  color: #6d7c89;
}

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;
}

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-style: solid; border-width: 1px; border-color: #6d7c89; padding: 2px; }

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

td.navi_1 {
  background-color: #transparent
}

td.navi_1_act {
  background-color: #transparent;
}

a.navi_1:link {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 2px 2px 12px;
  margin: 0px 0px 0px 0px;
  background-image: url("../images/icon_nav_oben.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;  
}

a.navi_1:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 2px 2px 12px;
  background-image: url("../images/icon_nav_oben.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;    
}

a.navi_1:hover {
  color: #aab2ba;
  background-image: url("../images/icon_nav_oben_act.gif");
  text-decoration: underline;
}

a.navi_1_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
#  color: #c5d0d9;
  color: #FFd0d9;
  text-decoration: bold;
  padding: 4px 2px 2px 12px;
  text-transform: uppercase;
  background-image: url("../images/icon_nav_oben_act.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

a.navi_1_act:link {
#  color: #c5d0d9;
  color: #FFd0d9;
}

a.navi_1_act:visited {
#  color: #c5d0d9;
  color: #FF7F7F;
}

a.navi_1_act:hover {
  color: #c5d0d9;
  text-decoration: none;
}


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

div.navi_2 {
  padding: 2px 0px 2px 0px;
  margin: 1px 0px;
  background-color: #6d7c89;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
 
div.navi_2_act {
  padding: 2px 0px 2px 0px;
  margin: 1px 0px;
  background-color: #6d7c89;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

div.navi_3 {
  padding: 2px 0px 2px 0px;
  margin: 1px 0px;
  background-color: #e3e9ee;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cfcace;
}

div.navi_3_act {
  padding: 2px 0px 2px 0px;
  margin: 1px 0px;
  background-color: #e3e9ee;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cfcace;
}

div.navi_4 {
  padding: 2px 0px 2px 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cfcace;
}

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

a.navi_2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #6d7c89;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 20px;
  background-image: url("../images/pfeil_navi.gif");
  background-position: 2px 4px;
  background-repeat: no-repeat;
}

a.navi_2:link {
  color: #ffffff;
}

a.navi_2:visited {
  color: #ffffff;
}

a.navi_2:hover {
  color: #c5d0d9;
}

a.navi_2_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #6d7c89;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 20px;
  background-image: url("../images/pfeil_navi.gif");
  background-position: 2px 4px;
  background-repeat: no-repeat;
}

a.navi_2_act:link {
  color: #fffff;
}

a.navi_2_act:visited {
  color: #ffffff;
}

a.navi_2_act:hover {
  color: #c5d0d9;
}

a.navi_3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ababab;
  background-color: #e3e9ee;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 30px;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 10px 4px;
  background-repeat: no-repeat;
}

a.navi_3:link {
  color: #ababab;
}

a.navi_3:visited {
  color: #ababab;
}

a.navi_3:hover {
  color: #ffffff;
}

a.navi_3_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ababab;
  background-color: #e3e9ee;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 30px;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 10px 4px;
  background-repeat: no-repeat;
}

a.navi_3_act:link {
  color: #ababab;
}

a.navi_3_act:visited {
  color: #ababab;
}

a.navi_3_act:hover {
  color: #ffffff;
}

a.navi_4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ababab;
  background-color: #e3e9ee;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 32px;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 12px 4px;
  background-repeat: no-repeat;
}

a.navi_4:link {
  color: #ababab;
}

a.navi_4:visited {
  color: #ababab;
}

a.navi_4:hover {
  color: #ffffff;
}

a.navi_4_act {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ababab;
  background-color: #e3e9ee;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 0px 32px;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 12px 4px;
  background-repeat: no-repeat;
}

a.navi_4_act:link {
  color: #ababab;
}

a.navi_4_act:visited {
  color: #ababab;
}

a.navi_4_act:hover {
  color: #ffffff;
}


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

.path {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #122e46;
}

a.path:link {
  color: #122e46;
  background-image: url("../images/pfeil_pfad_gr.gif");
  background-repeat: no-repeat;
  padding: 0px 2px 0px 25px;
}

a.path:visited {
  color: #122e46;
  background-image: url("../images/pfeil_pfad_gr.gif");
  background-repeat: no-repeat;
  padding: 0px 2px 0px 25px;
}

a.path:hover {
  color: #122e46;
  background-image: url("../images/pfeil_pfad_gr.gif");
  background-repeat: no-repeat;
  padding: 0px 2px 0px 25px;
}

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

.gen_navi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #6d7c89;
}

a.gen_navi:link {
  color: #6d7c89;
  text-decoration: none;
}

a.gen_navi:visited {
  color: #6d7c89;
  text-decoration: none;
}

a.gen_navi:hover {
  color: #555c65;
}


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

#search INPUT.searchform {
	width: 100px;
	font-size: 10px;
	border-style : solid;
	border : 1px solid #6264A2;
}

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

#rmargin H1 {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
	text-align : left;
  background-color: #6363A5;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 4px;
}

#rmargin div.rmarginbox {
  width: 140px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 1px;
  border-style: solid;
  border-color: #6363A5;
}

#rmargin p {
  font-size: 10px;
  color: #000000;
	text-align : left;
  margin: 0px 0px 0px 0px;
  padding: 4px 2px 2px 4px;
}

#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 {
  font-size: 10px;
  color: #6d7c89;
	text-align : center;
 background-image: url(../images/footer_bg.jpg); 
 background-repeat: no-repeat;
}

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

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

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

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

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

a.csc-sitemap-level1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  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: #aab2ba;
}

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

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

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

a.csc-sitemap-level2:hover {
  color: #aab2ba;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

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

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

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

a.csc-sitemap-level3:hover {
  color: #aab2ba;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 0px 3px;
}

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

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

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

a.csc-sitemap-level4:hover {
  color: #aab2ba;
  background-image: url("../images/icon_nav_li.gif");
  background-position: 0px 3px;
}

.einzug {
  margin: 0px 40px 0px 40px;
}


/* ################################################################# */
/* Gallery */
/* ################################################################# */

div.tx-wtgallery-pi1 {
	background-color:#ffffff;
	padding:0px;
}

h2.wtgallery_single, h2.wtgallery_list {
	display: none;
}

div.wtgallery_list_area {

}

div.wtgallery_list {
	background-color:#ffffff;
	margin:0px;
	padding:1px;
}

div.wt_gallery_single_inner_pic {
	margin:0px;
	padding:1px;
}

div.wtgallery_single {
	float: right;
}