/* 
Farbklassen:

Hintergrund 1 :
Hintergrund Men? :
Hauptfarbe 1  : 
Hauptfarbe 2  : 
Highlight     : 

*/

/* ################################################################# */
/* Content */
/* ################################################################# */

h1 {
	font-size: 17px;
	color: #636363;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2 {
	color:#757575;
	font-size:14px;
	padding:0px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}

h3 {
	padding:0px;
	margin:0px 0px 18px 0px;
	font-size:12px;
	color:#757575;
	font-style:italic;
}

p {
  font-weight: normal;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

img {
  border: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	color: #008099;
	font-weight: bold;
}

a.mehr-link {
	background-image:url(/fileadmin/media/images/search.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
	padding-left:22px;
	color:#4DA6B5;
	font-weight:normal;
	font-size:13px;
}

input[type="submit"],
input[type="reset"] {
text-transform:lowercase;
}


/* ################################################################# */
/* Content-Element Features */
/* ################################################################# */


.csc-frame-frame1 {
	border-bottom:1px solid #D8D8D8;
	margin-bottom:25px;
}

.csc-frame-frame2 {
	border-top:1px solid #D8D8D8;
	margin-top:13px;
	padding-top:7px;
}

.csc-linkToTop {
	text-align:right;
	margin: 0px;
}

.csc-linkToTop a {
	background-image:url(/fileadmin/media/images/top.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	color:#4DA6B5;
	font-weight:normal;
	padding-left:15px;
}


/* ################################################################# */
/* listen */
/* ################################################################# */

ul,ol {
	margin-top:5px;
}

ol li {
	list-style-type:decimal;
	font-size:12px;
}

ul li {
	list-style-type:square;
	font-size:12px;
}

/* ################################################################# */
/* Downloads */
/* ################################################################# */

.csc-uploads-fileName {
	background-image:url(/fileadmin/media/images/download.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:19px;
}

.csc-uploads-fileName a {
	color:#008099;
	font-weight:bold;
	text-decoration:none;
}

div.downloaditem {
  margin: 0.25em 0 0.25em 0;
  padding: 0;
}

span.downloadicon { 
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

span.downloadfile {
  vertical-align: top;
  margin: 0 0 0 0.50em;
  padding: 0
}

span.downloadsize {
  vertical-align: top;
  margin: 0 0 0 0.50em;
  padding: 0;
}

/* ################################################################# */
/* Text mit Bild */
/* ################################################################# */

/* Captions */
p.csc-caption {
  font-size: 0.63em;
  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: 0.13em 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: 0.63em; /* 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: 0.63em; /* 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: 0.63em; /* Customize me, and set colSpace/textMargin in TS */
  margin-right: 0.63em; /* 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.31em; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 0.31em; 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 div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top:8px;
}


/* ################################################################# */
/* Tabellen */
/* ################################################################# */

table.contenttable {
	font-size:12px;
	
}

table.contenttable th {
  color: #ffffff;
  font-weight: bold;
  padding: 0.13em 0.25em;
  text-align: left;
  background-color: #707070;
}

table.contenttable td {
  padding: 0.13em 0.25em;
  text-align: left;
	vertical-align:top;
}

table.contenttable p {
	margin:0px;
}

table.contenttable tr.tr-even td {
  background-color: #f0f0f0;
}

table.contenttable td.td-last {

}

/* ################################################################# */
/* Navigation */
/* ################################################################# */

.mainnavi {
	margin-bottom:27px;
}

.naviitem {
	margin-bottom: 10px;
}

.naviitem a {
	color:#757575;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	display:block;
}

.naviitem.act a {
	font-weight:bold;
}

a.navi_1 {
	background-image:url(/fileadmin/media/images/1st_navi_icon.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:17px;
}

a.navi_1:hover {
	background-image:url(/fileadmin/media/images/1st_navi_senf_icon.gif);
	color: #bcb300;
}

a.navi_1.cur,
a.navi_1.cur:hover {
	background-image:url(/fileadmin/media/images/1st_navi_act_mag_icon.gif);
	color: #af3887;
	font-weight:bold;
}

a.navi_1.act {
	background-image:url(/fileadmin/media/images/1st_navi_act_icon.gif);
	color: #bcb300;
	font-weight:bold;
}

a.navi_1.act:hover {
  background-image:url(/fileadmin/media/images/1st_navi_act_mag_icon.gif);
	color: #af3887;
}


a.navi_2 {
	margin-left:15px;
	font-size:13px;
	background-image:url(/fileadmin/media/images/sub_navi_icon.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:17px;
	color:#BCB300;
}

a.navi_3 {
	margin-left:30px;
	font-size:13px;
	color:#BCB300;
	background-image:url(/fileadmin/media/images/sub_navi_icon.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:17px;
}

a.navi_2:hover,
a.navi_3:hover {
	background-image:url(/fileadmin/media/images/sub_navi_act_mag_icon.gif);
	color: #af3887;
}

a.navi_2.cur,
a.navi_2.cur:hover,
a.navi_3.cur,
a.navi_3.cur:hover {
	background-image:url(/fileadmin/media/images/sub_navi_act_mag_icon.gif);
	color: #af3887;
	font-weight:bold;
}

a.navi_2.act,
a.navi_2.act:hover,
a.navi_3.act,
a.navi_3.act:hover {
	background-image:url(/fileadmin/media/images/sub_navi_act_icon.gif);
	color: #af33887;
	font-weight:bold;
}

.button {
	margin-bottom:15px;
}

/* ################################################################# */
/* Klickpfad */
/* ################################################################# */

.path {
}

div#breadcrumb .label,
div#search .label {
	color:#4DA6B5;
	float:left;
	margin-right:3px;
	font-size:16px;
}

a.path {
	color:#B2B2B1;
	text-decoration:none;
	font-size:12px;
}



/* ################################################################# */
/* generische Navigation */
/* ################################################################# */

a.gen_navi {
	color:#B2B2B1;
	text-decoration:none;
	font-size:10px;
}

a.gen_navi:hover,
a.gen_navi.act {
	color: #af3887;
}

/* ################################################################# */
/* Print */
/* ################################################################# */

div#print a {
	color:#B2B2B1;
	text-decoration:none;
	font-size:11px;
	font-weight:normal
}

div#print a:hover,
div#print a.act {
	color: #af3887;
}

div#print img {
	margin:3px 7px -3px 1px;
}


/* ################################################################# */
/* suche */
/* ################################################################# */

#search INPUT.searchform {
	width: 6.25em;
	font-size: 0.63em;
	border-style : solid;
	border : 0.06em solid #6264A2;
}

/* ################################################################# */
/* Banner rechts */
/* ################################################################# */

#banner_content p.bodytext {
	margin:3px 0 0;
	padding:0;
}

#banner_content a:link,
#banner_content a:visited,
#banner_content a:hover {
	color:#B2B2B1;
	font-weight:bold;
	margin-left:0px;
}


/* ################################################################# */
/* Footer */
/* ################################################################# */

a.footer_navi {
	color:#B2B2B1;
	text-decoration:none;
	font-size:10px;
}

a.footer_navi:hover,
a.footer_navi.act {
	color: #af3887;
}

#footer_banner img {
	vertical-align:top;
	margin:0px 11px;
}

/* ################################################################# */
/* Sitemap */
/* ################################################################# */

a.ksSitemap1, a.ksSitemap1:link, a.ksSitemap1:visited, a.ksSitemap1:active {
	color:#008099;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.ksSitemap1:hover {
	color:#008099;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.ksSitemapL0TD {
	background-color:#93A5A7;
	height:19px;
	padding-left:10px;
}

a.ksSitemap0, a.ksSitemap0:link, a.ksSitemap0:visited, a.ksSitemap0:active {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.ksSitemap0:hover {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


/* ################################################################# */
/* Filelist - Downloads */
/* ################################################################# */

table.csc-uploads {
	padding-bottom:15px;
}

.csc-uploads p {
	margin:0px;
}


/* ################################################################# */
/* Formular */
/* ################################################################# */

fieldset {
	border:0px;
	margin:0;
	padding:0;
}

.csc-mailform-field {
	clear:both;
}

.csc-mailform-field label {
	font-size:12px;
	margin-bottom:10px;
	width:120px;
	float:left;
}

.csc-mailform-field input[type="submit"] {
	margin-left:120px;
	margin-top:10px;
}


/* ################################################################# */
/* Gallery */
/* ################################################################# */

div.wtgallery_listpic  {
  margin: 0px 4px 8px 4px;
  padding: 4px 4px 2px 4px;
  
  
}

.wtgallery_pagebrowser_box {
  margin: 0px 4px 0px 4px;
}

.wtgallery_pagebrowser_back {
  width:  35px;
  float:  left;
  margin-right:10px;
}

.wtgallery_pagebrowser_page {
  width:  35px;
  float:  left;
}

.wtgallery_pagebrowser_fwd {
  width:  35px;
  float:  left;
}

.wtgallery_singlepic_popup {
  font-size: 10px;
  text-align: left;
}

.wtgallery_singlepic_comment {
  padding:  10px 0px 10px 0px;
}

.wtgallery_singlepic, 
.tx-wtgallery-pi1 {
  float: left;
	width: 50%;
}

#wtgallery_singlepic_area  {
  width:  255px;
  margin-left:0px;
  float: left;
}

.wtgallery_list_area {
	margin-left: 47px;
}

.wtgallery_singlepic {
	margin-bottom:5px;

}

img.wtgallery_list {
	border:4px solid #D8D8D8;
	margin:0 11px 11px 0;
}

img.wtgallery_list:hover {
	border:4px solid #636363;
	margin:0 11px 11px 0;
}

img.wtgallery_single {
	border:4px solid #D8D8D8;
}

.wtgallery_list_pagebrowser_area {
	width:210px;
	clear:both;
}

.wtgallery_list_pagebrowser_area p {
	padding:0px; 
	margin:0px;
	float:left;
}

p div.wtgallery_pagebrowser_list {
	float:right;
	font-size:12px;
}

.wtgallery_pagebrowser_list .item {
	float:left;
	margin-left:5px;
}

* + html .wtgallery_pagebrowser_list .item {
	white-space: nowrap;
}



.wtgallery_pagebrowser_list a {
	color:#BBBFC6;
	text-decoration:none;
}

.wtgallery_pagebrowser_list .act {
	font-weight:bold;
	background-color:transparent;
}



.wtgallery_pagebrowser_list	{
	float: right;
}

/* ################################################################# */
/* Newsletter - Subscribe */
/* ################################################################# */

.subscribe_form {
	font-size:13px;
}

.subscribe_form .label {
	color:#4DA6B5;
	float:left;
	font-size:13px;
	width:70px;
}

.subscribe_form .label p {
	padding-top: 3px;
	margin: 0px;
}

.subscribe_form .field {
	margin-bottom: 12px;
}


/* ################################################################# */
/* Login Form */
/* ################################################################# */

.tx-felogin-pi1 fieldset {
	margin:0px;
	padding:10px 0px 20px 0px;
}

.tx-felogin-pi1 .form_item {
	padding-bottom: 15px;
}

.tx-felogin-pi1 .form_item input {
	width:200px;
}

.tx-felogin-pi1 label {
	padding-top:2px;
}

.tx-felogin-pi1 input[type="submit"] {
background-color:#FFFFFF;
background-image:url(/fileadmin/media/images/login.gif);
background-position:-5px 0;
background-repeat:no-repeat;
border:0 none;
color:#4DA6B5;
cursor:pointer;
font-size:13px;
margin-left:5px;
padding-left:14px;
}

a.login-link,
p.login-link a {
	background-image:url(/fileadmin/media/images/search.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
	padding-left:22px;
	font-weight:normal;
	color: #757575;
	margin:0px;
}


/* ################################################################# */
/* Registrierung */
/* ################################################################# */

.tx-srfeuserregister-pi1 p,
.tx-srfeuserregister-pi1 h4 {
	margin-left: 0px;
	padding-left: 0px;
}

.tx-srfeuserregister-pi1 .label {
	clear:both;
	padding:0px;
	margin:0px;
	text-align:left;
	width:95px;
	float:left;
}

.tx-srfeuserregister-pi1 .label.margin {
	clear:both;
	padding:0px;
	margin:0px 4px 0px 0px;
	text-align:left;
	width:95px;
	padding-left: 95px;
}

.tx-srfeuserregister-pi1 label {
	margin:0px;
	padding:0px;
	color:#4DA6B5;
	font-size:13px;
}

.tx-srfeuserregister-pi1 .field {
	margin-bottom:12px;
	text-align:left;
	padding: 0px;
}

.tx-srfeuserregister-pi1 label span {
	color:#4DA6B5;
}

input.tx-srfeuserregister-pi1-submit {
	margin-top: 15px;
}

.tx-srfeuserregister-pi1 legend,
.tx-srfeuserregister-pi1 fieldset {
	padding:0px;
	margin: 0px;
	color: #757575;
}
