@charset "utf-8";
/* CSS Document */

/*###############################*/
*{
	margin:0px;
	padding:0px;
}

body{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	background-image: url(../images/hg.gif);
	background-repeat: repeat;
	color: #727272;
	margin:0;
	padding:0;
	position: relative;

}

.csc-firstHeader {
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #9f9f9f;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #9F9F9F;
	text-transform: uppercase;
	margin-top: 0px;
}

#content h1 a{
	color: #9F9F9F;
	text-decoration: none;
}

a img {border: 0px;}

.bodytext{
	line-height: 16px;
}

p {
  margin-top: 0px;
	margin-bottom: 15px;
}

ul li {

	list-style-image: url(../images/list.gif);
	margin: 0 0 5px 15px;
	padding-left: 5px;

}

ol li {

	margin: 0 0 10px 10px;
	padding-left: 10px;

}

ul, ol {

	margin-bottom: 20px;
	margin-left: 25px;
	line-height: 15px;
}

hr {
	background: transparent;
	border: 0px;
	margin-bottom:15px;
	border-bottom: 1px solid #C9C9C9;
}


/**************** IDs/Parts **********************/

#top {
	margin: 1px auto 0px;
	width: 950px;
	height: 53px;
	clear:both;
}
#menutop {
	float: right;
	margin-top: 19px;
	width: 600px;
}
#suche {
	float: left;
	width: 205px;
	background: url(../images/hg-suche.jpg) no-repeat;
	height: 35px;
	padding-top: 18px;
	padding-left: 20px;
} 

#main{
	margin: 0 auto;
	width: 950px;
	background-image: url(../images/faux.gif);
	background-repeat: repeat-y;
}
#head {
	width: 950px;
	float: left;
}

#head a {
  display: block;
  float: left;
}

#header_img {
  float: left;
	background: #6F7072;
	font-size: 0px;
}

#left {
	float: left;
	width: 175px;
	color: #fff;
	padding: 30px 25px;
}
#menu {
	border-top: 1px dotted #bababa;
	margin-bottom: 25px;
}

#content {
	width: 489px;
	float: left;
	padding: 30px 18px;
}

#right {
	width: 175px;
	float: right;
	padding: 30px 0;
	padding-right: 12px;
}

#footer {
	width: 950px;
	background-color: #727272;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	clear: both;
	border-top: 1px solid #fff;
}

/**************** Hauptnavigation **********************/

.navi1_no a, .navi1_act a {
	border-bottom: 1px dotted #bababa;
	padding: 6px 0px 6px 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.navi1_no a:hover, .navi1_act a:hover {
	background-color: #888;
}
.navi1_act a {
         color: #ea9a00;
}

/**************** Topnavigation *****************/


#menutop a {
	background: url(../images/hg-menutop.gif);
	color: #fff;
	line-height: 34px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	height: 34px;
	width: 82px;
	text-align: center;
	margin-left: 1px;
	float: right;

}

#menutop a:hover{
	background: url(../images/hg-menutop-hover.gif);

}

/****************  Suche **************************/
#suche input {
  border: 0px none;
  background: transparent;
  width: 150px;
  color: #6e6f73;
  font-size: 10px;
}

/**************** Content-Styles *****************/

#content a {
	color: #7ab110;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #ea9a00;
}

/**************** Rahmenoptionen *****************/

.csc-frame-frame1 {
        
        background-color: #ea9a00;
        color: #fbebcc;
        padding: 15px 15px 5px; 
        margin-bottom: 15px;
}
.csc-frame-frame1 h1 {
	color: #fff;
}

#content .csc-frame-frame1 a {
	color: #fff;
	font-weight: normal;
}
#content .csc-frame-frame1 a:hover {
	background-color: #fff;
	color: #ea9a00;
	
}


.csc-frame-frame2 {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

.csc-frame-frame4 {
  border: 1px solid #75736E;
  padding: 13px 10px 0px;
  margin-bottom: 20px;
  background: #FFF;
  zoom: 1;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #999;
	padding: 3px 3px 5px 5px;
         background-color: #fff;

}

/**************** Suche *****************/

.tx-indexedsearch .res-tmpl-css {
  border-top: 0px none;
  border-bottom: 1px solid #6F7072;
  margin-bottom:10px;
  padding:0px 10px;
}

.tx-indexedsearch-whatis {
  display: none;
}

.tx-indexedsearch-res {
  border-top: 1px solid #6F7072;
}

.tx-indexedsearch-form-fieldset {
  border: 0px none;
  padding: 0px;
}

.tx-indexedsearch-form-fieldset input {
  border: 1px solid #6F7072;
  width: 200px;
  padding: 3px;
}

#tx-indexedsearch-searchbox-button-submit {
  background:#7AB110 none repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
  padding:3px 5px;
  width:auto;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #EA9A00;
}

#suche #suchboxknopf {
  border: 0px none;
  display:block;
  height:41px;
  left:156px;
  padding:0;
  position:relative;
  top:-28px;
  width:40px;
  z-index: 20;
  cursor: pointer;
}

#searchform {
  height: 0px;
}

/* doofer 6er */

* html #top {
  margin-bottom: -22px;
}


/**************** Teaser Termine *****************/

.termin_teaser {
  background: #58a112 url(../images/head-termine.gif) no-repeat left top;
  padding-top: 35px; 
  margin-top: 15px;
}

.termin_teaser a {
  text-decoration: none;
  color: #e1ebd0;
  display: block;
}

.termin_teaser a:hover {
  text-decoration: underline;
}

.termin {
  margin: 0px 12px;
  border-top: 1px dotted #add189;
  padding: 5px 2px;
}

.termin .date_link {
  font-weight: bold;
}

.termin_seperator {
  margin: 0px 12px;
  border-top: 1px dotted #add189;
}

.termin_link a {
  display: block;
  background: #58a112 url(../images/foot-termine.gif) no-repeat left 5px;
  height: 35px;
  padding-left: 14px;
  padding-top: 5px;
  font-weight: bold;
}

.csc-header-date {
  margin-bottom: 0px;
  color: #9F9F9F;
  font-weight:bold;
}

.termin_content {
  border-top: 1px solid #EA9A00;
  padding:10px 5px;
}

.termin_content p {
  margin-bottom: 0px;
}

.termin_empty {
  font-weight: bold;
  color: #e1ebd0;  
}

body img.idupe {
  z-index: 50;
}

#sbImage #nextLink {
  background: transparent url(/typo3conf/ext/perfectlightbox/res/img/next.gif) no-repeat scroll 100% 15%;
  opacity: 0.8; 
  filter: alpha(opacity = 80);
}

#sbImage #prevLink {
  background: transparent url(/typo3conf/ext/perfectlightbox/res/img/prev.gif) no-repeat scroll 0 15%;
  opacity: 0.8; 
  filter: alpha(opacity = 80);
}

#sbBottomContainer #saveLink {
  background:transparent url(../images/save.gif) no-repeat scroll center center;
  float:left;
  margin-left:0px;
  margin-right:10px;
}

.clearclass {
  clear:both;
  float:none;
  display: none;
  width: 0px;
  height: 0px;
}

/* WT GALLERY - SETUP */
/* Kategorieansicht */
.wtgallery_categories {
  padding: 1px;
  border: 1px solid #C1C1C1;
  margin: 0px 2px 10px;
  background: #FFF;
  float:left;
}

.wtgallery_category_folder {
  padding: 5px 3px;
  text-align: center;
  width: 149px;
}

/* Listenansicht */
div.wtgallery_list {
  padding: 1px;
  background: #FFF;
  border: 1px solid #C1C1C1;
  margin: 0px 2px 5px;
}

.wtgallery_pagebrowser, .wtgallery_singlepic_fwdback {
  border: 1px solid #C1C1C1;
  background: #FFF;
  padding: 2px 2px 4px;
  height: 37px;
}

.wtgallery_pagebrowser_back, .wtgallery_singlepic_back {
  float:left;
  height: 37px;
  width: 140px;
}

.wtgallery_pagebrowser_back a, .wtgallery_singlepic_back a {
  padding: 12px 0px 12px 50px;
  float:left;
  display: block;
  background: url(../images/l_arrow.gif) left no-repeat;
}

.wtgallery_pagebrowser_fwd, .wtgallery_singlepic_fwd {
  float:right;
  height: 37px;
  width: 140px;
}

.wtgallery_pagebrowser_fwd a, .wtgallery_singlepic_fwd a {
  padding: 12px 50px 12px 0px;
  float:right;
  background: url(../images/r_arrow.gif) right no-repeat;
  display: block;
}

.wtgallery_pagebrowser_page {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  display: block;
}

.wtgallery_pagebrowser_up {
  padding: 15px 0px;  
}

/* Single View Setup */

.wtgallery_singlepic_popup {
  padding: 10px 0px;
}

/*__________________KONTAKTFORMULAR________________________________*/
.csc-mailform, .likeaform, .massmailer_form{
  background-color:#FFFFFF;
	border:1px solid #75736E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:10px;
	padding:13px 10px;
	position:relative;
	text-align:left;
}

.csc-frame-frame6 .csc-mailform {
	border: 0px;
	background: transparent;
}

.csc-mailform-label {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.csc-mailform label, .massmailer_form label{
	padding-bottom: 4px;
	display: block;
} 

.csc-mailform-field {
	margin-bottom: 10px;
	position: relative;
}

.csc-mailform-field p {
  margin-bottom: 0px;
}

.csc-mailform input, .csc-mailform select, #mailform textarea, .csc-mailform-field textarea{
  width: 402px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666;
	border: 1px solid #C9C9C9;
	font-size: 11px;
	padding: 3px;
}

.csc-mailform select {
  width: 410px;
}

.csc-mailform-check {
  width: 16px !important;
  margin-top: 5px !important;
}

.csc-mailform input:hover, .csc-mailform textarea:hover {
	border: 1px solid #6F7072;
}

.csc-mailform input:focus, .csc-mailform textarea:focus, .csc-mailform select:focus{
  border: 1px solid #7FBC34;
  background-color: #F5F5F5;
}

#mailformNachricht:focus{
	border: 1px solid #7FBC34;
}
	
.csc-mailform .csc-mailform-submit, .tx-felogin-pi1 .login_submit, .nick_submit  {
  position: relative;
  right: -285px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 11px;
	background-color: #7FBC34;
	color: #FFF;
	border: 1px solid #7FBC34;
	padding: 7px;
	width: 120px;
	cursor:pointer;
}

.csc-mailform .csc-mailform-submit:focus {
  outline: none;
  border: 0px;
}

.csc-mailform #mailform104Summe {
  border: 1px solid #E79C05;
  background: #FFDE9F;
  font-weight: bold;
  width: 146px;
  font-size: 14px;
  padding: 5px 3px;
  color: #AF7300;
}

.csc-mailform-check {
	position:absolute;
	right:54px;
	bottom: 0px;
}

#mailform292menge, #mailform328menge, #mailform344menge, #mailform359menge {
	border: 2px solid #7FBC34;
	width: 75px;
	font-size: 18px;
	padding: 5px;
}

#mailform-mailform470 legend {
	display: none;
}

#mailform-mailform470 .csc-mailform-radio fieldset {
	border: 0px;
}

#mailform-mailform470 .csc-mailform-radio label, #mailform-mailform470 .csc-mailform-radio input {
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-right: 60px;
    width: 22px;
}

span.csc-mailform-radio {
	display: block;
	padding-top: 4px;
}

#mailform-mailform470 label {
	font-weight: bold;
}

#mailform-mailform470 .csc-mailform-field {
    margin-bottom: 20px;
    position: relative;
}

#mailform-mailform470 .csc-mailform-submit {
	margin-top: 5px;
}

/*__________________KONTAKTFORMULAR ENDE___________________________*/ 
.navi_level2 {
	padding: 3px 0px;
	border-bottom: 1px dotted #bababa;	
}
.navi_level2 a {
  font-size: 11px;
	background: url(../images/pfeil.gif) no-repeat 16px center;  
	border: 0px none;
	padding: 3px 0px;
	padding-left: 30px;
}

.navi_level3 a {
	background: url(../images/pfeil.gif) no-repeat 26px center;  
	padding-left: 40px;
}


.tx-lichtflutevents-pi1 form {
  margin-bottom: 15px;
}

.tx-lichtflutevents-pi1 select {
  padding: 2px;
  border: 1px solid #cccccc;
  width: 200px;
}

.tx-lichtflutevents-pi1 input {
  background-color:#7FBC34;
  border:0 none;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
  padding:3px;
  margin-left: 10px;
}

.tx-lichtflutevents-pi1 .noresults {
  font-weight: bold;
  border-top:1px solid #EA9A00;
  padding:10px 5px;
}

.lf_teaser_p {
  margin-bottom: 0px;
  color: #E1EBD0;
}

.lf_cat {
  text-decoration: underline;
}


.lf_teaserlink {
  margin-bottom: 0px;
}

.lf_link {
  margin-bottom: 5px;
}

.lf_teasertext .bodytext {
  margin-bottom: 5px;
}

.lf_event_element {
  padding-bottom: 13px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 13px;
}

/*login*/
.tx-felogin-pi1 form {
  margin-top: 20px;
}

.tx-felogin-pi1 fieldset {
  border: 0 none;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 label {
  display: block;
  float: left;
  width: 100px;
}

.tx-felogin-pi1 input {
  border: 1px solid #C9C9C9;
  width: 150px;
}

.tx-felogin-pi1 div {
  margin-top: 5px;
}

.tx-felogin-pi1 .login_submit {
  margin-left: 100px;
  position: static;
  float: left;
}


.tx-felogin-pi1 .login_submit:hover, .nick_submit:hover {
  cursor:pointer;
  text-decoration: underline;
}

.tx-felogin-pi1 .logout_submit:hover {
  cursor:pointer;
  color:#EA9A00;
  font-size:11px;
  text-decoration:none;
}

.tx-felogin-pi1 .logout_submit {
  color:#7AB110;
  font-size:11px;
  text-decoration:underline;
  border: none;
  font-weight: normal;
  width: auto;
  background: transparent;
  float: left;
  margin-left: 2px;
}


.logout_text {
  float: left;
}

.tx-felogin-pi1 .login_intend {
  margin-top: 5px;
  margin-left: 100px;
}

.likeaform {
  color: #274055;
}

.tx-srfeuserregister-pi1 fieldset {
  background-color:#FFFFFF;
  border:1px solid #75736E;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  margin-bottom:10px;
  padding:13px 10px;
  text-align:left;
}

.tx-srfeuserregister-pi1 label { 
  color:#274055;
}

.tx-srfeuserregister-pi1 select {
}

.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 select, #tx-srfeuserregister-pi1 textarea, .tx-srfeuserregister-pi1 textarea {
  border:1px solid #C9C9C9;
  color:#666666;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  padding:3px;
  width:280px; 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password {
  width: 100px;
}

#tx-srfeuserregister-pi1-zip {
  width: 40px;
}

.tx-srfeuserregister-pi1 select {
  width:288px; 
}

.tx-srfeuserregister-pi1 legend {
  background: #ffffff;
  border: 1px solid #75736E;
}


.tx-srfeuserregister-pi1 label span {
  color: #C9C9C9;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
  background-color:#7FBC34;
  border:0 none;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
  margin-top:20px;
  padding:7px;
  width:auto;
  float: left;
  clear: left;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit:hover {
  cursor: pointer;
  text-decoration: underline;
}

.tx-srfeuserregister-pi1 p {
  padding: 0;
}

#recipient_table {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;
  margin-bottom: 15px;
}


.massmailer .inputtd {
  width: 15px;
}


.massmailer .labeltd, .massmailer .inputtd {
  border:0 none;
  padding:3px 5px;
}

.massmailer .middle {
  border-collapse:separate;
  border-right:5px solid #ffffff;
}

.massmailer .whiteline {
  background: transparent;
}

.massmailer .greyline {
  background: #EDEDED;
}

#show_recipient {
  margin-bottom: 0px;
}

.massmailer_form {
  margin-top: 15px;
}

.switch_block {
  margin-bottom: 15px;
}

.massmailer_form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#submit_mail, #submit_recipient  {
  margin-top: 5px;
  width: 140px;
  position: static;
  float: right;
}

#submit_mail:hover, #submit_recipient:hover {
  text-decoration: underline;
  cursor: pointer;
}


#mail_message {
  height: 200px;
}

.masslink {
  display: block;
  float: left;
  padding-top: 10px;
}
.massmailer .csc-mailform-field input, .massmailer .csc-mailform-field textarea {
  width:459px;
}

.htmlarea .toolbar ul li {
  list-style-image: none;
}

.htmlarea-context-menu li {
  list-style-image: none;
}

.image_upload {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.image_upload_top {
  height: 100px;
  margin-bottom: 5px;
  padding: 1px;
  border: 1px solid #75736E;
  width: 100px;  
  background: #ffffff;
}

.image_upload input {
  margin-right: 4px;
  margin-left: 4px;
}

.nick_highlight {
  font-weight: bold;
}

.upload_area {
  padding: 10px;
  border: 1px solid #75736E;
  background: #ffffff;
  width: 442px;
}

.htmlarea iframe {
  border: 1px solid #75736E !important;  
}

.tx-nickpages-pi2 .editorWrap {
  margin-bottom: 15px;
}

.nick_submit {
  width: auto;
  position: static;
  float: left;
}

.nick_images {
  float: right;
}

.nick_image {
  padding: 2px;
  border: 1px solid #75736E;
  background: #ffffff;
  margin-bottom: 5px;
}

.nick_text {
  float: left;
}

.nick_text_width {
  width: 320px;
}

.personal {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #75736E;
  padding:10px;
  width:442px;
  margin-top: 15px;
}

.oddrow {
  background: #ffffff;
}


.nickusers {
  width: 99%;
  border-collapse: collapse;
}

.nickusers a {
  display: block;
  padding: 4px 10px;  
}

.personal_info {
  font-style: italic;
}

/* Sprachwahl auf Spendenseite */
.mini-langmenu {
	list-style:none;
	margin: 0px;
	padding: 0px;
	clear:both;
	float:none;
	clear:both;
	display: block;
	height: 40px;
	line-height: 40px;
}
.mini-langmenu li {
	display: block;
	float:right;
	margin: 0px;
	padding: 0px;
	width: 29px;
	height: 18px;
	margin-left: 5px;
	list-style: none;
	background: transparent;
}

.mini-langmenu li a {
	width: 29px;
	height: 18px;
	display: block;
	text-indent: -10000px;
	float:right;
}

.mini-langmenu .lang_de {background: url(../images/flag_de.gif) 0px 0px no-repeat;}
.mini-langmenu .lang_nl {background: url(../images/flag_nl.gif) 0px 0px no-repeat;}
.mini-langmenu .lang_en {background: url(../images/flag_en.gif) 0px 0px no-repeat;}
.mini-langmenu .lang_fr {background: url(../images/flag_fr.gif) 0px 0px no-repeat;}

.mini-langmenu li.act {
	display:none;
}

a.bullimuseum-ribbon{
	position: fixed;
	right: 0px;
	width: 155px;
	bottom: 0px;
	height: 154px;
	z-index: 85;
	display: block;
}

#content .csc-linkToTop{
	text-align: right;
}

#content .csc-linkToTop a{
	font-weight: normal;
}

p.noresults{
	padding: 10px;
	color: #FFF;
}

.bullimuseum-teaser{
	margin-top: 15px;
	display: block;
}

