/* CSS styles for GBW Bund site 

Main colors:

background: #fffff4
font: #444444
navigation bg: #b9cb58
links  & headlines: #928444
subheadlines: #baad72

*/


/*
++++++++++++++++++
main content
++++++++++++++++++
*/


#contentsection {
	
}



#content, #content2 {
	margin-left: 227px;
	background-color: #fff;	
}




/*
++++++++++++++++++
content colums
++++++++++++++++++
*/

#colleft {
	margin-top: 30px;
	padding: 0 10px;
	float: left;
	width: 134px;
}

#content #colmain, #content2 #colmain {
	width: 520px;
	float: left;
	margin-top: 30px;
}

#content2 #colmain {
	width: 375px;
	padding: 0 10px 0 0;	
}

#colright {
	margin: 30px 4px 0 0;
	float: right;
	width: 176px;
	font-size: 11px;
}


/*
++++++++++++++++++
sub navigation
++++++++++++++++++
*/


#subnav, #contentright {
	float: right;
	width: 176px;
	margin: 0 0 25px 0;
}

#subnav {
	margin: 0;
}

/*
.box_top, .box_bottom{
	background:url(../img/subnav_top.gif) no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size:0;
}

.box_bottom {
	background:url(../img/subnav_bottom.gif) no-repeat;
}
*/

#colright h2, #contentright h1 {
	border-top: 1px solid #99CC33;
	padding: 2px 0 3px 0;
	/*text-transform: lowercase;*/
	color: #99CC33;
	width: 176px;
}

#subnav ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#subnav li {
	padding: 0 4px;
	margin: 0;
}

#subnav li a, #subnav li .last {
	margin: 0;
	color: #999;
	display: block;
	text-decoration: none;
	font-size: 115.01%;
	background: url(../img/arrow.gif) 0px 4px no-repeat;
	padding: 0 0 10px 15px;
	text-transform: lowercase;
}

#subnav li a:hover {
	text-decoration: underline;
}

#subnav li a.act {
	color: #333;
}

#subnav li a.actsub {
	color: #333;
	padding-bottom: 4px;
}

#subnav li ul {
	padding-bottom: 4px;
}


/*
#subnav li.level2  {
	padding:0;
	background: none;
	border-left:none;
	border-right:none;	
}

#subnav li.level2 a, #subnav li.level2last a {
	background-position: 5px 4px;
	padding: 0 4px 4px 14px;
	font-size: 11px;	
}

#subnav li.level2 a.act {
	font-weight: bold;
	border: none;
}

#subnav li.level2last  {
	padding: 0 0 4px 0;
	background: none;
	
	border-left:none;
	border-right:none;		
}
*/

/*
++++++++++++++++++
article styles
++++++++++++++++++
*/

dl {
	margin: 0;
	padding: 0;
}

div.box_white {
/*	float: left;      wieso floaten??? */
	min-height: 10px;
	margin-bottom: 20px;
	background: #fff url(../img/bg_line.gif) repeat-x bottom left;
	padding: 0;
}

#colmain .article {
	/*margin-left: 167px;*/
	padding-left: 0;
}

.article ul {
	margin-left: 8px;
	padding-left: 0;
}

.article ul li {
	margin: 0 0 8px 10px;
	padding-left: 15px;
	list-style: none;
	/*background: url(../img/doppelpfeil_kl.gif) no-repeat;*/
}




#colright div.boxcontent{
	padding: 0 6px;
	
}

div.boxcontent {
}


.sectionimage {
	padding: 1px 5px;
}

div.hr {
	height:1px;
	/*background: url(../img/hr_dg.gif) repeat-x bottom left;*/
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	
}


h3, h4, h5, h6 {
	font-weight: normal;
}

h1 a:hover {
	text-decoration: none;
}

h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 117.01%;
	font-weight: bold;
	color: #999;
	margin: 4px 0 15px 0;
	padding-bottom: 4px;
	position:relative;
	text-transform: uppercase;
}

.csc-header h2 {
	margin-bottom: 0px;
	padding-bottom: 2px;
} 

.csc-firstHeader {
	margin-top: 4px;
	padding-top: 0;
	margin-bottom: 8px;
}





h3, h4{
	color: #999;
	font-size: 107.01%;
	margin: 15px 0 8px 0;
}



h5, h6{
	color: #444;
	font-size: 12px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

h6 {
	margin: 20px 0 -8px 0;
	padding: 0;
}

#contentright h5, #contentright h6{
	color: #444;
	margin: 2px 0 8px 0;
	font-weight: bold;
	/*background: url(../img/doppelpfeil_kl.gif) no-repeat;*/
	background-position: 2px 2px;
	padding-left: 15px;
}

p {
	margin: 8px 0;
	line-height: 130%;
}

img {
	border:none;
}

img.borderimg {
	border: 1px solid #D4DF9C;
	padding: 5px;
}

.csc-textpic-text ol, .csc-textpic-text ul {
	padding: 0 8px;
	margin: 8px;
}

.csc-textpic-text ol li, .csc-textpic-text ul li {
	margin: 0 0 8px 10px;
	padding-left: 5px;
}

input, textarea, select {
}


/*
 * mailform styles 
 */

.csc-mailform-field {
	clear: both;
	padding-bottom: 10px;
}

.csc-form-label {
	width: 35%;
	float: left;
}

.csc-form-label label {
	margin-right: 10px;
	display: block;
	text-align: right;
}

.csc-mailform-input, .csc-mailform-comment {
	float: left;
	width:65%;
}

.csc-mailform-comment {
	font-size: 11px;
	color: #888;
	margin-top: -5px;
}

.csc-mailform-comment .csc-form-label {
	width: auto;
	
}

.csc-mailform-radio legend {
	display: none;
}
.req {
	font-weight: bold;
}


.csc-linkToTop {
	margin: 20px 0 0 0;
	
}

.error {
	color: #ff2222;
}


/*
#######################################################################
              toolbox
#######################################################################
*/


#toolbox {
	margin: 0 0 25px 0;
}


#toolboxcontent {
	padding: 0;
}

#district {
	padding: 0;
	height: 21px;
	width: 98px;
	border: 1px solid #99CC33;  
	background-color: #fff;
	padding: 1px 0 0 3px;
	color: #99CC33;
	font-size: 105.01%;
	margin: 0;
}	


#toolboxcontent label {
	font-weight: bold;
	font-size: 11px;
}

#newsletterbox, #gbwjumpbox, #quicklinks {
	margin: 0 2px;
	padding: 10px;
	/*background: url(../img/hr_green.gif) repeat-x bottom left;*/
}

#searchbox label {
	display: block;
	background: url(../img/icon_lupe.gif) no-repeat;
	padding-left: 14px;
	padding-bottom: 2px;
	margin: 0;
}


#newsletterbox a {
	display: block;
	background: url(../img/icon_newsletter.gif) no-repeat;
	padding-left: 14px;
	padding-bottom: 2px;
	margin: 0;
	color: #444;
	font-weight: bold;
}

#newsletterbox a:hover {
	text-decoration: none;
}


#gbwjumpbox label {
	display: block;
	background: url(../img/doppelpfeil_kl_black.gif) no-repeat;
	padding-left: 14px;
	padding-bottom: 2px;
	margin: 0;
}

#gbwjumpbox select {
	width: 138px;
}

#quicklinks {
	background: none;
}

#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#quicklinks li {
	background:url(../img/gbw_pfeil_1_db.gif) no-repeat;
	background-position: 3px 4px;
	padding: 0 4px 4px 12px;
}

/*
#######################################################################
              event list styles
#######################################################################
*/

.csc-header-date {
	padding: 0;
	margin: 4px 0;
}

.leftimage {
	float: left;
	padding: 0 10px 5px 0;
}

.floatleft {
	float: left;
}



/*
#######################################################################
              news styles & event styles
#######################################################################
*/

.newsitem  {
	margin: 0px;
	padding: 0px
}

.newsitem, .eventinfo {
	position: relative;
	width: 520px;
}


.newsitem p {
	margin: 0;
}

.newsitem p.bodytext {
	margin: 6px 0 0 0;
}

/* display event teaser text and morelink inline */
.eventitem p.bodytext, .eventitem .morelink {
	display: inline;
	padding-top: 8px;
}

.newsitem h1 {
	padding-bottom: 0;
	margin: 4px 0;
}

.newsitem h1  a  {
	color: #999;
}

.eventteaser {
	padding: 8px 0 0 0;
}

.newsimage {
	position: relative;
	width: 134px;
	float: left;
}

.newsimage img {
	margin: 0 22px 7px 0;
	float: right;
}

.newsmetadata, .eventmetadata {
	position: relative;
	width: 385px;
	_height: 10px;
	min-height: 10px;
	float: left;
	padding-bottom: 20px;
}

.eventmetadata {
	padding: 0px;
	background: url(../img/bg.gif) right 4px repeat-x;
}


.news-list-date, .event-list-date {
	background-color: #fff;
	padding: 0 10px 0 1px;
	font-size: 90%;
}

h1.teasertitle {
}

.news-single-additional-info {
	padding: 15px 0;
}

.news-single-additional-info dl {
	margin: 10px 0;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	padding: 3px;
	margin: 0;
}

.teasertitle {
	margin: 8px 0 4px 0;
}

.morelink {
	display: inline;
	padding-left: 5px;
	color: #99CC33; 
}

.backlink { /*siehe browsebox*/
}

.newscategory {
	margin-right: 15px;
}

.news-amenu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-amenu-container ul li {
	background-position: 3px 4px;
	padding: 0 0 4px 12px;
}

.news-amenu-container ul li.news-amenu-item-year {
	padding: 8px 0;
	font-weight: bold;
	background: none;
}


.event-search-form {	
	padding:3px;	
	margin-bottom:5px;

}

.event-search-emptyMsg {
	margin:0px;
}

.event-search-form FORM {
	margin:0px;	
}

.eventerror {
	padding: 10px;
	background: url(../img/bg.gif) right 4px repeat-x;
}


/*hide search box */

div.tx-julleevents-pi1-searchbox {
	display: none;
}

div.tx-julleevents-pi1-browsebox p {
	display: none;
}

div.tx-julleevents-pi1-browsebox td p {
	display: block;
}

/*
#######################################################################
              event single styles
#######################################################################
*/

.eventsingle, .newssingle {
	background: #fff url(../img/bg_line.gif) repeat-x bottom left;
	margin: 0 0 20px 0;
}

.eventheader {
	/*float: left;*/
	position: relative;
	width: 520px;
	_height: 10px;
	min-height: 10px;
	margin: -8px 0 0 0;
	_margin: 0;
}

.event-single-title { /*teasertitle*/
}

.event-single-date, .event-single-city{
	font-size: 90%;
}

.eventnav {
	/*position: absolute;
	top: 84px;*/
	left: 0px;
	height: 20px;
	width: 382px;
	text-align: right;
	background: url(../img/bg_line.gif) repeat-x bottom left;
}

.event-single-link {
  padding-left: 12px;
  margin-left: 10px;
  background: url(../img/arrow.gif) 0px 4px no-repeat;
}

.event-single-link a {
  text-decoration: none;
}

.event-single-content {
	position: relative;
	float: none;
	margin: 0 0 0 134px;
	padding: 10px 0 20px 0;
	_height: 10px;
	min-height: 10px;
}

.event-download {
	_height: 70px;
	min-height: 70px;
	width: 382px;
	padding: 4px 0 0 0;
	text-align: left;
	margin-left: 134px;
	background: url(../img/bg_line.gif) repeat-x top left;
}

.team-content{
	position: relative;
	float: none;
	margin: 0 0 0 134px;
	_height: 10px;
	min-height: 10px;
}

.team-line {
	height: 30px;
	width: 382px;
	padding: 4px 0 0 0;
	margin-left: 134px;
	background: url(../img/bg_line.gif) repeat-x top left;
}


		
/*
.event-single-image {
	float: left;
	width: 98px;
	vertical-align: top;
	background-color: #fff;
	overflow:hidden;	
}

.event-single-image br {
	display: none;
}

.event-single-imgcaption {
	display: none;
}




.event-single-author p, .event-single-timedata p{
 margin: 0;
 padding: 0;
 display: inline;
}

*/

/*register form */

.tx-julleevents-pi1-editAdd-HCell	{
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: top;
	width: 130px;
}

.tx-julleevents-pi1-editAdd-HCell p {
	padding: 0;
	margin: 0;
}

.tx-julleevents-pi1-editAdd-HCell p.required span {
	color: #928444;
	font-weight: bold;
}

.tx-julleevents-pi1-editAdd-EditCell {
	padding-bottom: 10px;
	vertical-align: top;
}

.tx-julleevents-pi1-editAdd-EditCell p {
	padding: 0;
	margin: 0;
}

.tx-julleevents-pi1-submit{
	margin-left: 145px;
}
*/




/*
#######################################################################
              indexed search
#######################################################################
*/

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { padding-top: 10px; font-size: 11px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:#928444; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#e3efd9; display: none; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:15px; margin-bottom:5px; }



/* browse box */
.browsebox .tx-indexedsearch-browselist-currentPage, .tx-julleevents-pi1-browsebox td.tx-julleevents-pi1-browsebox-SCell, .tx-veguestbook-pi1-browsebox td.tx-veguestbook-pi1-browsebox-SCell{font-weight: bold;}
.tx-indexedsearch-browsebox td,
.tx-julleevents-pi1-browsebox td,
.tx-veguestbook-pi1-browsebox td { padding:0;}
.tx-julleevents-pi1-browsebox td p, .tx-veguestbook-pi1-browsebox td p{padding: 0; margin: 0;}
.tx-indexedsearch-browsebox table, .tx-julleevents-pi1-browsebox table, .tx-veguestbook-pi1-browsebox table{padding: 0; margin: 0;}

.browsebox, .news-list-browse {
	/*
	margin: -18px 0;
	float: left;
	*/
	list-style: none;
	padding: 0 8px 8px 0px;
}

.news-list-browse a, .news-list-browse strong, .tx-julleevents-pi1-browsebox td {
	padding-left: 10px;
}

.browsebox li {
	padding-left: 10px;
	list-style: none;
	display: inline;
}

.csc-sword {
  color: #b9cb58;
}

/*
#######################################################################
              form styles
#######################################################################
*/

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-bottom: 10px;
}


.csc-mailform-field .csc-mailform-label {
	float: left;
	width: 35%;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: top;
	text-align: right;
}


/*make fieldset in radio groups float*/
.csc-mailform-radio fieldset {
	display: inline;
}

.csc-mailform-radio fieldset legend {
	display: none;
}

.csc-mailform-radio {
	/*get rid of radio box borders in IE*/
	border: none;
}

/*
#######################################################################
              teaser styles
#######################################################################
*/

.boxteaser {
	width: 250px;
	float:left;
	
}


/*
#######################################################################
              drop down sitemap
#######################################################################
*/


.tx-dropdownsitemap-pi1 a {
	text-decoration: none;
}

.tx-dropdownsitemap-pi1 UL {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.tx-dropdownsitemap-pi1 LI {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.tx-dropdownsitemap-pi1 DIV {
	background: #D7FB92;
	padding: 2px;
	margin: 2px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	margin-left: 0;
	background: #D7FB92;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #D7FB92;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
}


/*
#######################################################################
              content menus
#######################################################################
*/

.csc-menu, .csc-menu-1 {}

.csc-menu ul li , .csc-menu-1 ul li {
	/*list-style-image:url(../img/arrow.gif);*/
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

.csc-menu p {
	margin-top: 0;
	font-weight: normal;
}

.csc-menu ul li a, .csc-menu-1 ul li a {
	/*list-style-image:url(../img/arrow.gif);*/
	text-decoration: none;
}

/*

*/

.csc-textpic-caption, .csc-caption{
	padding: 0;
	margin: 5px 0 0 5px;
	font-size: 11px;
	color: #767676;
}

.csc-form-labelcell{
	padding-right: 5px;
}

.csc-form-label-req, .csc-form-label{
	padding: 0;
	margin: 0;
}

/*
#######################################################################
                             downloads
#######################################################################
*/

.csc-uploads {
	width: 100%;
	padding: 0;
	margin: 0;
}

.csc-uploads td {
	padding: 0 0 10px 0;
	margin: 0;
}

.csc-uploads p {
	padding: 0;
	margin: 0;
}

td.csc-uploads-icon {
	padding-right: 10px;
	vertical-align: top;
}

td.csc-uploads-fileName{
	padding-right: 10px;
	vertical-align: top;
	font-weight: bold;
}
td.csc-uploads-fileSize{
	width: 46px;
	padding-right: 10px;
	font-size: 11px;
	vertical-align: top;
}

p.csc-uploads-description{
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
}


/*
#######################################################################
                             guestbook
#######################################################################
*/

.tx-guestbook-list {
	width: 100%;
}



.tx-guestbook-list-header {
	
	font-weight: bold;
	padding-left: 10px;
}

.tx-guestbook-list-date {
	
	font-weight: normal;
}

.tx-guestbook-list-rowleft{
	padding: 5px;
	vertical-align: top;
	width: 35%;
}

.tx-guestbook-list-rowleft p {
	padding: 0;
	margin: 0;
}

.tx-guestbook-list-row {
	padding: 5px 10px 5px 10px;
}

.tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea {width: 250px;}