/* 
Farbklassen:

Hintergrund 1 :
Hintergrund Men? :
Hauptfarbe 1  : 
Hauptfarbe 2  : 
Highlight     : 

*/

/* ################################################################# */
/* Content */
/* ################################################################# */

div.csc-header {
  clear: both;
  display: block;
  padding: 0;
}

div.csc-header-n1 {
  padding: 0;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 0;
	color: #032950;
}

h1.csc-firstHeader {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 42px 0;
  padding: 0;
	color: #032950;
}

h2 {
	font-size: 14px;
	color: #032950;
}


p {
  font-size: 12px;
  font-weight: normal;
	color: #5a5a5a;
	line-height: 1.4;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}

a.internal-link:link, a.internal-link:visited {
	color: #032950;
	text-decoration: none;
	font-size: 12px;
}

a.internal-link:hover {
	color: #f49e00;
	text-decoration: none;
	font-size: 12px;
}

a.external-link:link, a.external-link:visited {
	color: #032950;
	text-decoration: none;
	font-size: 12px;
}

a.external-link:hover {
	color: #f49e00;
	text-decoration: none;
	font-size: 12px;
}

a.mail-link:link, a.mail-link:visited {
	text-decoration: none;
	color: #032950;
}

a.mail-link:hover {
	text-decoration: none;
	color: #f49e00;
}

a.download-link:link, a.download-link:visited, a.download-link:hover {
	text-decoration: none;
	color: #032950;
	background-image: url("/fileadmin/templates/main/images/pfeil.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
}

p.bodytext a {
	font-size: 12px;
}

.clear {
	clear: both;
}

/* ################################################################# */
/* HeaderImage */
/* ################################################################# */

.header_image div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
	padding: 0;
}

/* ################################################################# */
/* listen */
/* ################################################################# */

ul {
  margin: 0;
  padding: 0 0 0 28px;
}

li {
  margin: 0;
  padding: 2px 0;
	list-style-image: url("/fileadmin/templates/main/images/pfeil.gif");
}

li ul {
	list-style-type: none;
}

/* ################################################################# */
/* Downloads */
/* ################################################################# */

a.download_link:link, a.download_link:visited, a.download_link:hover {
	text-decoration: none;
	color: #032950;
	padding: 0 10px 0 25px;
}

div.download {
	color: #5a5a5a;
	background-image: url("/fileadmin/templates/main/images/download.gif");
	background-repeat: no-repeat;
	margin: 5px 0;
	height: 20px;
}

div.downloaditem {
  margin: 4px 0 4px 0;
  padding: 0;
}

span.downloadicon { 
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

span.downloadfile {
  vertical-align: top;
  margin: 0 0 0 8px;
  padding: 0
}

span.downloadsize {
  vertical-align: top;
  margin: 0 0 0 8px;
  padding: 0;
}

/* ################################################################# */
/* 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: 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; /* 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: 0.316px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 0.316px; 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 */

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
 margin-left: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 20px;
}

/* ################################################################# */
/* Tabellen */
/* ################################################################# */

table.contenttable {
  border-collapse: collapse;
}

table.contenttable th {
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #808080;
  padding: 2px 4px;
  text-align: center;
  background-color: #404040;
}

table.contenttable td {
  border: 1px solid #808080;
  padding: 2px 4px;
  text-align: left;
}

table.contenttable tr.tr-even td {
  background-color: #f0f0f0;
}

/* ################################################################# */
/* Navigation */
/* ################################################################# */

div.navi_1 {
  background-color: #ffffff;
	padding: 4px 6px;
}

div.navi_1_act {
	padding: 4px 6px;
  background-color: #ffffff;
}

div.navi_2 {
	padding: 4px 0 4px 13px;
	background-color: #ffffff;
}

div.navi_2_act {
	padding: 4px 0 4px 13px;
  background-color: #ffffff;
}

div.navi_3 {
	padding: 4px 0 4px 26px;
	background-color: #ffffff;
}

div.navi_3_act {
	padding: 4px 0 4px 26px;
  background-color: #ffffff;
}

div.navi_4 {
	padding: 4px 0 4px 39px;
	background-color: #ffffff;
}

div.navi_4_act {
	padding: 4px 0 4px 39px;
  background-color: #ffffff;
}

a.navi_1 {
  font-family: Arial;
  font-size: 14px;
	font-weight: bold;
  color: #032950;
	padding: 0;
	text-decoration: none;
}

a.navi_1:link, a.navi_1:visited {
	font-family: Arial;
  font-size: 14px;
	font-weight: bold;
	padding: 0;
  color: #032950;
	text-decoration: none;
}

a.navi_1:hover {
  color: #f49e00;
	text-decoration: none;
}

a.navi_1_act {
  font-family: Arial;
  font-size: 14px;
  color: #f49e00;
	font-weight: bold;
	text-decoration: none;
}

a.navi_1_act:link, a.navi_1_act:visited {
	font-family: Arial;
  font-size: 14px;
	font-weight: bold;
  color: #f49e00;
	text-decoration: none;
}

a.navi_1_act:hover {
  color: #032950;
	text-decoration: none;
}

a.navi_2 {
  font-family: Arial;
  font-size: 12px;
  color: #032950;
  text-decoration: none;
	padding: 0;
}

a.navi_2:link {
  color: #032950;
	text-decoration: none;
}

a.navi_2:visited {
  color: #032950;
	text-decoration: none;
}

a.navi_2:hover {
  color: #f49e00;
	text-decoration: none;
}

a.navi_2_act {
  font-family: Arial;
  font-size: 12px;
  color: #f49e00;
  text-decoration: none;
	padding: 0;
}

a.navi_2_act:link {
  color: #f49e00;
	text-decoration: none;
}

a.navi_2_act:visited {
  color: #f49e00;
	text-decoration: none;
}

a.navi_2_act:hover {
  color: #f49e00;
	text-decoration: none;
}

a.navi_3 {
  font-family: Arial;
  font-size: 12px;
  color: #032950;
  text-decoration: none;
	padding: 0;
}

a.navi_3:link {
  color: #032950;
	text-decoration: none;
}

a.navi_3:visited {
  color: #032950;
	text-decoration: none;
}

a.navi_3:hover {
  color: #f49e00;
	text-decoration: none;
}

a.navi_3_act {
  font-family: Arial;
  font-size: 12px;
  color: #f49e00;
  text-decoration: none;
	padding: 0;
}

a.navi_3_act:link {
  color: #f49e00;
	text-decoration: none;
}

a.navi_3_act:visited {
  color: #f49e00;
	text-decoration: none;
}

a.navi_3_act:hover {
  color: #032950;
	text-decoration: none;
}

a.navi_4 {
  font-family: Arial;
  font-size: 12px;
  color: #032950;
  text-decoration: none;
	padding: 0;
}

a.navi_4:link {
  color: #032950;
	text-decoration: none;
}

a.navi_4:visited {
  color: #032950;
	text-decoration: none;
}

a.navi_4:hover {
  color: #f49e00;
	text-decoration: none;
}

a.navi_4_act {
  font-family: Arial;
  font-size: 12px;
  color: #f49e00;
  text-decoration: none;
	padding: 0;
}

a.navi_4_act:link {
  color: #f49e00;
	text-decoration: none;
}

a.navi_4_act:visited {
  color: #5a5a5a;
	text-decoration: none;
}

a.navi_4_act:hover {
  color: #032950;
	text-decoration: none;
}

/* ################################################################# */
/* Sprachmenue */
/* ################################################################# */

a.lang_navi:link, a.lang_navi:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

a.lang_navi:hover {
	color: #f49e00;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

/* ################################################################# */
/* Klickpfad */
/* ################################################################# */

.path {
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
  color: #032950;
	margin: 3px 0 0 260px;
}

a.path:link {
  color: #032950;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}

a.path:visited {
  color: #032950;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}

a.path:hover {
  color: #5a5a5a;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}

/* ################################################################# */
/* generische Navigation */
/* ################################################################# */

.gen_navi {
  font-family: Arial;
  text-decoration: none;
  color: #032950;
	font-size: 9px;
}

a.gen_navi:link {
  color: #032950;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.gen_navi:visited {
  color: #032950;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.gen_navi:hover {
  color: #5a5a5a;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* ################################################################# */
/* Margin */
/* ################################################################# */

#rmargin h1.csc-firstHeader {
  font-size: 14px;
  font-weight: bold;
  color: #5a5a5a;
	text-align : left;
  margin: 0 0 20px 0;
}

#rmargin h1 {
  font-size: 14px;
  font-weight: bold;
  color: #5a5a5a;
	text-align : left;
  margin: 20px 0 10px 0;
}

#rmargin p {
  font-size: 10px;
  color: #5a5a5a;
	text-align : left;
  margin: 0;
}

#rmargin ul {
  font-size: 10px;
  list-style-type: square;
  color: #5a5a5a;
  margin: 0;
  padding: 2px 2px 2px 18px;
}

#rmargin ol {
  font-size: 10px;
  margin: 0;
  padding: 2px 2px 2px 18px;
}

#rmargin li {
  margin: 0;
}

#rmargin a, #rmargin a:link, #rmargin a:visited, #rmargin a:hover {
	font-size: 10px;
}

/* ################################################################# */
/* Footer */
/* ################################################################# */

p.footer {
  font-size: 10px;
  color: #000000;
	text-align : center;
}

/* ################################################################# */
/* Sitemap */
/* ################################################################# */

p.csc-sitemap-level1 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #032950;
  width: 100%;
  padding: 2px 2px 2px 4px;
}

p.csc-sitemap-level2 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
}

p.csc-sitemap-level3 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
}

p.csc-sitemap-level4 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
}

.csc-sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.csc-sitemap li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
}

a.csc-sitemap-level1 {
  font-family: Arial;
  font-size: 12px;
  color: #032950;
  text-decoration: none;
	padding: 0 0 0 8px;
}

a.csc-sitemap-level1:link {
  color: #032950;
}

a.csc-sitemap-level1:visited {
  color: #032950;
}

a.csc-sitemap-level1:hover {
  color: #5a5a5a;
}

a.csc-sitemap-level2 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
  text-decoration: none;
	padding: 0 0 0 16px;
}

a.csc-sitemap-level2:link {
  color: #5a5a5a;
}

a.csc-sitemap-level2:visited {
  color: #5a5a5a;
}

a.csc-sitemap-level2:hover {
  color: #032950;
}

a.csc-sitemap-level3 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
  text-decoration: none;
	padding: 0 0 0 24px;
}

a.csc-sitemap-level3:link {
  color: #5a5a5a;
}

a.csc-sitemap-level3:visited {
  color: #5a5a5a;
}

a.csc-sitemap-level3:hover {
  color: #032950;
}

a.csc-sitemap-level4 {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
  text-decoration: none;
	padding: 0 0 0 32px;
}

a.csc-sitemap-level4:link {
  color: #5a5a5a;
}

a.csc-sitemap-level4:visited {
  color: #5a5a5a;
}

a.csc-sitemap-level4:hover {
  color: #032950;
}

/* ################################################################# */
/* wt_gallery */
/* ################################################################# */

.tx-wtgallery-pi1 {
	padding-top: 10px;
}

img.wtgallery_list {
	border:1px solid #5A5A5A;
  margin:4px;
}

.wtgallery_image {
	float: left;
}

.wtgallery_image_text {
	font-size: 9px;
	font-weight: bold;
	color: #032950;
	clear: both;
	padding-top: 3px;
}

.wtgallery_single_filename {
	color: #5a5a5a;
	font-weight: bold;
	margin-top: 10px;
}
