/* CSS styles for Planet Bund site 



*/


/*
++++++++++++++++++
main content
++++++++++++++++++
*/


#contentsection {
	background: #fff url(../img/bg_slash.png);
	
}



#content, #content2 {
	font-size: 0.88em;
	padding: 28px 0 0 0;	
}




/*
++++++++++++++++++
content colums
++++++++++++++++++
*/

#sidebar {
	padding: 0 10px;
	margin: 0;
	float: left;
	width: 168px;
}




#content #colmain, #content2 #colmain {
	width: 578px;
	float: left;
	padding: 0;
	margin: 0;
}

* html #content2 #colmain {
	/*width: 390px;*/
}


#content #colmain {
	width: 578px;
	float: left;
	padding-left: 10px;
}



#toolbox {
	margin-bottom: 10px;
}



/*
++++++++++++++++++
sub navigation
++++++++++++++++++
*/




.navsection h1, .navsection h1 a, .navsection h1 a:hover {
	color: #717171;
	font-size: 10px;
	background: #ebe8e1;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 3px;
	border: none;
}





.navsection ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.navsection li {

	padding: 0 0 0 0;
	margin: 0;
	
}



.navsection li.last {}

.navsection li a {
	margin: 0;
	color: #333;
	display: block;
	padding: 4px 10px ;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.navsection li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.navsection  li a.act {
	font-weight: bold;
}

.navsection  li a.actsub {
	font-weight: bold;
	padding-bottom: 4px;
}

.navsection  li ul {
	padding-bottom: 4px;
}

.navsection  li.level2  {
	padding:0;
	background: none;
	border-left:none;
	border-right:none;	
}

.navsection  li.level2 a, .navsection li.level2last a {
	background-position: 5px 4px;
	padding: 0 4px 4px 14px;
	font-size: 11px;	
}

.navsection  li.level2 a.act {
	font-weight: bold;
	border: none;
}

.navsection  li.level2last  {
	padding: 0 0 4px 0;
	background: none;
	
	border-left:none;
	border-right:none;		
}






/*
++++++++++++++++++
article styles
++++++++++++++++++

*/


#breadcrumb {
	color: #717171;
	font-size: 10px;
	background: #ebe8e1;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 4px;

}

#breadcrumb a, #breadcrumb a:hover{
	color: #717171;

}




dl {
	margin: 0;
	padding: 0;
}

#contentmain {
	padding: 0 15px;
}

div.box_white {
	background-color: #fff;
	margin-bottom: 20px;	
}

#colright div.boxcontent{
	padding: 0 6px;
	
}

div.boxcontent {
	padding: 4px 8px 8px 8px;
	/* Border bottom shows images again in IE, don't ask why??? But I do hate IE with my whole heart. */
	border: 1px solid #ffffff;
}


.sectionimage {
	padding: 1px 5px;
}

div.hr {
	height:1px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 a:hover {
	text-decoration: none;
}

h1,  h2{
	color: #444;
	margin: 4px 0 15px 0;
	padding-bottom: 0;
	letter-spacing: -1px;
	line-height: 1.3em;
	font-size: 1.80em;
	border-bottom: 1px solid #ccc;
}

.csc-header h2 {
	margin-bottom: 0px;
	padding-bottom: 2px;
} 

.csc-firstHeader {
	margin-top: 4px;
	padding-top: 0;
	margin-bottom: 8px;
}

h1.teasertitle {
	margin-top: 0;
	padding-top: 0;
}


h3, h4{
	font-size: 14px;
	margin: 15px 0 0 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;
	font-size: 11px;
	margin: 2px 0 8px 0;
	font-weight: bold;
	background: url(../img/doppelpfeil_kl.gif) no-repeat;
	background-position: 2px 2px;
	padding-left: 15px;
}

p {
	text-align: left;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 1.5em;
	margin-left: 0pt;
}

p.caps {
	text-transform: uppercase;
}


p.zitat { font-style: italic; color: #ee9; }
p.warnung { background-color: yellow; color: #000; }
p.durchgestrichen { text-decoration: line-through; }



#contentmain ul, #contentmain ol {
	text-align: left;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 1.5em;
	margin-left: 0pt;
}

#contentmain ul li {
	list-style: none;
	margin: 0;
	background: url(../img/doppelpfeil_kl_black.gif) no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
}

img {
	border:none;
}

img.borderimg {
	border: 1px solid #D4DF9C;
	padding: 5px;
}

img.left {
	float: left;
	margin: 6px 10px 10px 0;
}

img.right {
	float: right;
	margin: 6px 10px 10px 10px;
}


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

.article ul {
	margin-left: 8px;
	padding-left: 0;
}

.article ul li {
	list-style: none;
	margin: 0;
	background: url(../img/doppelpfeil_kl_black.gif) no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
}

input, textarea, select {
	border: 1px solid #666666;
	font: Verdana, Arial, Helvetica, sans-serif;
}


.csc-linkToTop {
	margin: 20px 0 0 0;
	
}

/*
#######################################################################
              toolbox
#######################################################################
*/



#searchbox {
	margin: 0 2px;
	padding:  0;
}




/*
#######################################################################
              event list styles
#######################################################################
*/

.csc-header-date {
	padding: 0;
	margin: 4px 0;
	font-size: 11px;
}


.leftimage {
	float: left;
	padding: 0 10px 5px 0;
}

.floatleft {
	float: left;
}



/*
#######################################################################
              news styles
#######################################################################
*/

.newsitem {
	padding: 15px 0 20px 0;
}

.newsitem p {
	margin-bottom: 0.3em;
}


.newstitle h1 {
	margin: 0;
	padding: 0;
}

.newsitem .newsimage img {
	margin: 0 10px 0 0;
	width: 98px;
}


.morelink {
	padding-bottom: 0;
	margin: 0;
}

.backlink {
	padding-top: 20px;
}


.newslist .newsmetadata, .newssingle .newsmetadata {
	margin-top: 2px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #7d7d7d;
}
.newslist .newsmetadata span, .newssingle .newsmetadata span {
	padding: 0 10px 0 0;
}

.newslist .newsmetadata p, .newssingle .newsmetadata p {
	display: inline;
}


.newscategory {
	margin-right: 15px;
}

.newsmetadata img {
	vertical-align: bottom;
	margin-right: 3px;
}

.news-amenu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-single-img {
	float: left;
	margin: 6px 10px 10px 0;
}

.news-single-imgcaption {
	color: #999;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 10px;
}


.news-single-related, .news-single-files, .news-single-links {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	color: #7d7d7d;
}

.news-single-related dt, .news-single-files dt, .news-single-links dt {
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0;
}

.news-single-related dd, .news-single-files dd, .news-single-links dd {
	padding: 4px 10px;
}


.news-single-links dd p{
	padding: 0 ;
	margin: 0;
	background: url(../img/doppelpfeil_kl_black.gif) no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;	
}


.news-single-related dd img, .news-single-files dd img {
	vertical-align: bottom;
}

.news-single-files dd img{
	vertical-align: bottom;
	margin-right: 5px;
}

.news-amenu-container ul li {
	background:url(../img/gbw_pfeil_1_db.gif) no-repeat;
	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;	
}




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

	

.eventheader {
	margin-bottom: 10px;
}

.eventinfo {
	position:relative;
	height: 98px;
}


.event-single-title{
	float: left;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 3px;
	vertical-align: top;
}

.event-single-date, .event-single-city{
	font-size: 11px;
}

.eventnav{
	padding: 45px 0 0 0;
}

.event-single-link {
  padding-right: 15px;
  padding-left: 12px;

  background:url(../img/gbw_pfeil_1_db.gif) no-repeat;
  background-position: 3px 4px;
}

.event-single-link a {
  text-decoration: none;
}

.event-single-content{
}
		

.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 {
	margin: 25px 0;
	padding: 0;
	list-style: none;
}

.browsebox li {
	padding-right: 10px;
	list-style: none;
	display: inline;
}

.tx-indexedsearch-title td ,.tx-indexedsearch-title td img {
	vertical-align: top;
}

.tx-indexedsearch-title td img {
	margin-top: 8px;
	margin-right: 5px;
}

.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;
	float: left;
	width: 55%;

	margin-bottom: 15px;
	vertical-align: top;
	text-align: left;
}

.csc-form-radio {
	padding-bottom: 10px;
}





/*
#######################################################################
              content menus
#######################################################################
*/

.csc-menu, .csc-menu-1 {}

.csc-menu ul li , .csc-menu-1 ul li {
	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 {
	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;
	vertical-align: top;
}

p.csc-uploads-description{
	padding-top: 3px;
	font-weight: normal;
}


