/* Gemeinde Bisingen, typo3.css - (C) 2007 Weber eBusiness Servcies, Andre Simmert */

/* Sitemap * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .box .csc-sitemap ul {
	position: relative; /* IE 6 Bugfix */
	max-width: none ;
	list-style: none;
	margin: 16px 8px 16px 8px;
	padding: 0;
}

  #content .box .csc-sitemap ul li {
    background: none;
    border-top: 1px solid #ccc;
		margin: 13px 0 0 0;
		padding: 4px 0 0 0;
	}
	#content .box .csc-sitemap ul li a:link,
	#content .box .csc-sitemap ul li a:visited,
	#content .box .csc-sitemap ul li a:active {
		text-decoration: none;
	}
	
	  /* 2. Ebene */
	  #content .box .csc-sitemap ul li ul {
			margin: -1.35em 0 0 192px;
		}
		
		  #content .box .csc-sitemap ul li ul li {
        border: none;
        margin: 1px 0 0 0;
        padding: 0;
			}
			
				/* 3. Ebene */
			#content .box .csc-sitemap ul li ul li ul {
			  border-top: 1px solid #e5e5e5;
			  margin: 1px 0 9px 0;
				padding: 0 0 0 20px;
			}

				#content .box .csc-sitemap ul li ul li ul li {

				}

					#content .box .csc-sitemap ul li ul li ul li a:link,
					#content .box .csc-sitemap ul li ul li ul li a:visited,
					#content .box .csc-sitemap ul li ul li ul li a:active {
						font-weight: normal;
					}

/* Tabellen (tt_content)  * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .box .contenttable {
	clear: both;
	display: block;
  border-collapse: collapse;
  margin: 32px 8px 32px 8px;
}

	#content .box .contenttable caption {
		display: block;
		padding: 0 0 21px 0;
		color: #666;
		text-align: left;
		font-weight: bold;
	}

  #content .box .contenttable th {
    padding: 0 8px 1px 8px;
		color: #666;
		font-size: .9em;
		font-weight: bold;
		text-align: left;
		vertical-align: bottom;
	}

	#content .box .contenttable td {
		border-top: 1px solid #fff;
		padding: 3px 8px 1px 8px;
		vertical-align: top;
	}
    	.red #content .box .contenttable td {
    		background: #f8e5e5;
    	}
    	.yellow #content .box .contenttable td {
    		background: #fffbeb;
    	}
    	.orange #content .box .contenttable td {
    		background: #fff1e5;
    	}
    	.green #content .box .contenttable td {
    		background: #f7fbf2;
    	}
    	.blue #content .box .contenttable td {
    		background: #e5eaf5;
    	}

	#content .box .contenttable td.td-0 {
		background: none;
		color: #666;
		font-size: .9em;
		font-weight: bold;
		text-align: right;
	}

/* News (tt_news) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.green #content .box .news li .left {
	padding-left: 24px;
}
.green #content .box .news li .left {
	background: transparent url(/fileadmin/images/default/list_news_li_back_green.gif) no-repeat 0 3px;
}

  #content .box .news li .left .date {
    color: #666;
		font-size: .9em;
		font-weight: bold;
	}
	
	#content .box .news li .left strong {
		display: block;
		margin-top: 7px;
	}
	
	#content .box .news li .left p {
		margin: 0 0 0 0;
	}

#content .box .news li .right .list_image {
	border: none !important; /* Important, damit alle Farbdefinitionen ueberschrieben werden */
}

.news_detail h4 {
	margin-top: 8px !important;
	margin-bottom: 0;
}

.news_detail p.subheader {
	margin-top: 0 !important;
	color: #666;
}

.news_detail .image p {
	margin-bottom: 16px !important;
}


/* Kalender (calendar) * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .box .calendar {

}

	#content .box .calendar p.hint {
		float: right;
		width: 209px;
		margin: 0 8px 0 0;
	}
	
	  #content .box .calendar p.hint strong {
			display: block;
			margin: 0 0 8px 0;
		}

	#content .box .calendar table {
		border-collapse: separate;
		border-spacing: 4px;
		margin: 0 0 0 28px;
	}

	  #content .box .calendar table caption {
	    margin: 0 0 0 32px;
			text-align: left;
			font-weight: bold;
		}

	  #content .box .calendar table tbody td,
		#content .box .calendar table thead th {
			background: #ccc;
			padding: 0 9px 0 10px;
			font-weight: bold;
			text-align: center;
		}
		#content .box .calendar table thead th {
			color: #fff;
		}
		#content .box .calendar table thead th.weekend {
			background: #000 !important;
		}

		#content .box .calendar table tbody td.daynot_in_month {
			visibility: hidden;
		}

		#content .box .calendar table tbody td.dayhas_events {
			padding: 0;
		}

		#content .box .calendar table tbody td a:link,
		#content .box .calendar table tbody td a:visited,
		#content .box .calendar table tbody td a:active {
			display: block;
			width: 100%;
			height: 100%;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
			color: #fff;
			text-decoration: none;
		}


		/* Rot */
		.red #content .box .calendar table thead th {
			background: #be0000;
		}
		.red #content .box .calendar table tbody td {
			background: #f8e5e5;
		}
		.red #content .box .calendar table tbody td a:link,
		.red #content .box .calendar table tbody td a:visited,
		.red #content .box .calendar table tbody td a:active {
		  background: #be0000;
		}

		/* Grün */
		.green #content .box .calendar table thead th {
			background: #68b500;
		}
		.green #content .box .calendar table tbody td {
			background: #f0f7e5;
		}
		.green #content .box .calendar table tbody td a:link,
		.green #content .box .calendar table tbody td a:visited,
		.green #content .box .calendar table tbody td a:active {
		  background: #68b500;
		}

		/* Gelb */
		.yellow #content .box .calendar table thead th {
			background: #f2ae00;
		}
		.yellow #content .box .calendar table tbody td {
			background: #fff0b2;
		}
		.yellow #content .box .calendar table tbody td a:link,
		.yellow #content .box .calendar table tbody td a:visited,
		.yellow #content .box .calendar table tbody td a:active {
		  background: #f2ae00;
		}

    /* Blau */
		.blue #content .box .calendar table thead th {
			background: #003399;
		}
		.blue #content .box .calendar table tbody td {
			background: #e5eaf5;
		}
		.blue #content .box .calendar table tbody td a:link,
		.blue #content .box .calendar table tbody td a:visited,
		.blue #content .box .calendar table tbody td a:active {
		  background: #003399;
		}

		/* Orange */
		.orange #content .box .calendar table thead th {
			background: #ff7200;
		}
		.orange #content .box .calendar table tbody td {
			background: #fff1e5;
		}
		.orange #content .box .calendar table tbody td a:link,
		.orange #content .box .calendar table tbody td a:visited,
		.orange #content .box .calendar table tbody td a:active {
		  background: #ff7200;
		}




	  #content .box .calendar .month_nav {
			margin: 8px 0 0 24px;
			padding: 0 0 2.5em 0;
		}
		
		  #content .box .calendar .month_nav span {
				display: block;
				float: left;
				width: 8.6em;
				background-repeat: no-repeat !important;
				margin: 0 0 0 8px;
				font-size: 11px;
				font-weight: bold;
			}
			
			#content .box .calendar .month_nav span.prev {
				background-position: 0 6px !important;
				padding: 0 8px 0 24px;
			}

			#content .box .calendar .month_nav span.next {
			  background-position: 100% 6px !important;
				padding: 0 24px 0 8px;
				text-align: right;
			}

			/* Rot */
			.red #content .box .calendar .month_nav span {
				background: #f8e5e5;
			}
			.red #content .box .calendar .month_nav span.prev {
			  background-image: url(/fileadmin/images/default/calendar_prev_back_red.gif);
			}
			.red #content .box .calendar .month_nav span.next {
			  background-image: url(/fileadmin/images/default/calendar_next_back_red.gif);
			}
			/* Grün */
			.green #content .box .calendar .month_nav span {
				background: #f0f7e5;
			}
			.green #content .box .calendar .month_nav span.prev {
			  background-image: url(/fileadmin/images/default/calendar_prev_back_green.gif);
			}
			.green #content .box .calendar .month_nav span.next {
			  background-image: url(/fileadmin/images/default/calendar_next_back_green.gif);
			}
			/* Gelb */
			.yellow #content .box .calendar .month_nav span {
				background: #fff0b2;
			}
			.yellow #content .box .calendar .month_nav span.prev {
			  background-image: url(/fileadmin/images/default/calendar_prev_back_yellow.gif);
			}
			.yellow #content .box .calendar .month_nav span.next {
			  background-image: url(/fileadmin/images/default/calendar_next_back_yellow.gif);
			}
			/* Orange */
			.orange #content .box .calendar .month_nav span {
				background: #fff1e5;
			}
			.orange #content .box .calendar .month_nav span.prev {
			  background-image: url(/fileadmin/images/default/calendar_prev_back_orange.gif);
			}
			.orange #content .box .calendar .month_nav span.next {
			  background-image: url(/fileadmin/images/default/calendar_next_back_orange.gif);
			}
			/* Blau */
			.blue #content .box .calendar .month_nav span {
				background: #e5eaf5;
			}
			.blue #content .box .calendar .month_nav span.prev {
			  background-image: url(/fileadmin/images/default/calendar_prev_back_blue.gif);
			}
			.blue #content .box .calendar .month_nav span.next {
			  background-image: url(/fileadmin/images/default/calendar_next_back_blue.gif);
			}

#content .box ul.calendar_upcoming {
	list-style: none;
	max-width: none;
	margin: 16px 0 16px 8px;
}

  #content .box ul.calendar_upcoming li {
    border-top: 1px solid #ccc;
    margin: 0 0 21px 0;
    padding: 3px 8px 0 24px;
		font-weight: bold;
  }

	/* Rot */
	.red #content .box ul.calendar_upcoming li {
		background: transparent url(/fileadmin/images/default/icons/default_red.gif) no-repeat 0 6px;
	}
	/* Grün */
	.green #content .box ul.calendar_upcoming li {
		background: transparent url(/fileadmin/images/default/icons/default_green.gif) no-repeat 0 6px;
	}
	/* Gelb */
	.yellow #content .box ul.calendar_upcoming li {
		background: transparent url(/fileadmin/images/default/icons/default_yellow.gif) no-repeat 0 6px;
	}
	/* Blau */
	.blue #content .box ul.calendar_upcoming li {
		background: transparent url(/fileadmin/images/default/icons/default_blue.gif) no-repeat 0 6px;
	}
	/* Orange */
	.orange #content .box ul.calendar_upcoming li {
		background: transparent url(/fileadmin/images/default/icons/default_orange.gif) no-repeat 0 6px;
	}
	
	  #content .box ul.calendar_upcoming li .date {
			float: left;
			width: 144px;
		}
		
		#content .box ul.calendar_upcoming li .title {
			margin: 0 0 0 176px;
		}

#content .calendar_detail {

}

	#content .calendar_detail .head {
		border-bottom: 1px solid #ccc;
		margin: 7px 0 0 8px;
		padding: 0 0 12px 24px;
		color: #666;
		font-weight: bold;
	}
	
	  #content .calendar_detail .head p {
	    margin: 0;
		}
	
	  #content .calendar_detail .head .title {
			color: #000;
		}
		
		#content .calendar_detail .head .date {
		  display: block;
			margin: 16px 0 0 0;
		}
	
	  #content .calendar_detail .head .event_image {
			float: right;
			width: 217px;
			margin: -37px 0 -12px 0;
		}

    		/* Rot */
    		.red #content .calendar_detail .head .event_image {
    		  background: #fcf2f2;
    		}
    		/* Grün */
    		.green #content .calendar_detail .head .event_image {
    		  background: #f7fbf2;
    		}
    		/* Gelb */
    		.red #content .calendar_detail .head .event_image {
    		  background: #fff0b2;
    		}
    		/* Orange */
    		.green #content .calendar_detail .head .event_image {
    		  background: #fff1e5;
    		}
    		/* Blau */
    		.red #content .calendar_detail .head .event_image {
    		  background: #e5eaf5;
    		}


		  #content .calendar_detail .head .event_image img {
				display: block;
				margin: 0;
			}

  #content .calendar_detail dl {
		margin: 16px 8px 16px 32px;
		padding: 0;
	}
	
	  #content .calendar_detail dl dt {
	    margin: 16px 0 0 0;
			font-weight: bold;
		}
		
		#content .calendar_detail dl dd {
			margin: 0;
			padding: 0;
		}
		
		  #content .calendar_detail dl dd p {
				margin-right: 0;
				margin-left: 0;
			}

/* Links (tt_news) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .box .list_links {

}

  #content .box .list_links li .left {
    background: none;
	  padding: 0;
	}

	  #content .box .list_links li .left .screenshot {
			position: relative;
			float: left;
	  }
		.green #content .box .list_links li .left .screenshot {
			border-left: 8px solid #68b500;
		}
		.red #content .box .list_links li .left .screenshot {
			border-left: 8px solid #dd0000;
		}
		.blue #content .box .list_links li .left .screenshot {
			border-left: 8px solid #003399;
		}
		.orange #content .box .list_links li .left .screenshot {
			border-left: 8px solid #ff7200;
		}
		.yellow #content .box .list_links li .left .screenshot {
			border-left: 8px solid #ffcc00;
		}

			#content .box .list_links li .left .screenshot img {
			  display: block;
				border: 1px solid #e5e5e5;
				margin: 0;
			}

	  #content .box .list_links li .left .info {
	    background: transparent url(/fileadmin/images/default/list_li_back.gif) no-repeat 0 9px;
			margin: 0 0 0 160px;
			padding: 4px 0 0 16px;
		}
		
		  #content .box .list_links li .left .info .subheader {
				color: #666;
			}
		
			#content .box .list_links li .left .info a.icon:link,
			#content .box .list_links li .left .info a.icon:visited,
			#content .box .list_links li .left .info a.icon:active {
				font-size: .9em;
			}


/* Erweiterte Suche * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .box .search_rules {

}

	#content .box .search_rules p {
	  background: #fffbeb;
	  margin-top: 8px;
	  margin-right: 16px;
	  margin-left: 0;
	  padding: 2px 0 16px 8px;
	}

/* Suche nach xy: */
#content .box .tx-indexedsearch-whatis {
	background: transparent url(/fileadmin/images/default/tx-indexedsearch-whatis_back.gif) repeat-y 0 0;
	border-bottom: 2px solid #4c555e;
	margin: 16px 16px 16px 0;
	padding: 4px 8px 3px 8px;
	font-weight: bold;
}

#tx-indexedsearch-searchbox-button-submit {
  width: 97px !important;
  border: 1px solid #ccc !important;
  background: #fc0 url(/fileadmin/oberndorf/images/default/searchbutton_back.gif) no-repeat 100% 4px;
  padding: 4px 38px 4px 3px !important;
  text-align: left;
  text-transform: uppercase;
}

/* Seitenwechsel */
#content .box ul.browsebox {
	list-style: none;
	max-width: none;
	margin: 16px 8px 16px 0;
	padding: 0 0 16px 0;
}

  #content .box ul.browsebox li {
		float: left;
		background: none;
		margin: 0 0 0 8px;
		padding: 0;
  }

#content .box h4.search {
	max-width: none;
	border-bottom: 1px solid #ccc;
	margin-top: 32px;
	margin-right: 16px;
	margin-bottom: 8px;
	padding: 0 0 5px 0;
	text-align: right;
}

  #content .box h4.search a:link,
  #content .box h4.search a:visited,
  #content .box h4.search a:active {
		float: left;
		color: #666;
		text-decoration: none;
	}

#content .box .search_result {
	background: #fffbeb;
	margin: 8px 16px 8px 32px;
	padding: 4px 0 12px 0;
}

  #content .box .search_result p {
		max-width: none;
		margin: 0 8px 0 32px;
	}

	#content .box .search_result h4 {
	  max-width: none;
		margin: 7px 8px 1px 32px;
		font-size: 1em;
	}

  #content .box .search_result .file_icon {
		float: left;
		margin: 5px 0 0 8px;
	}

  #content .box .search_result .rating {
    float: right;
    margin: 0 8px 0 0;
    color: #666;
    font-size: .9em;
		font-weight: bold;
  }
  
  #content .box .search_result .description {
		font-size: .9em;
	}


/* Gästebuch * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .guestbook .entry {
	max-width: 420px;
	margin: 28px 8px 0 8px;
}

  #content .guestbook .entry h4 {
    max-width: none;
    background: transparent url(/fileadmin/images/default/icons/default_yellow.gif) no-repeat 0 3px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 0 5px 24px;
		font-size: 1em;
		font-weight: bold;
	}
	
	#content .guestbook .entry .date {
	  max-width: none;
	  background: #fffbeb;
	  margin: 0;
	  padding: 4px 8px 5px 24px;
		font-size: .9em;
	}
	
	#content .guestbook .entry .content {
	  background: #fffbeb;
	  margin: 2px 0 0 0;
	  padding: 9px 8px 13px 24px;
	}
	
	#content .guestbook .entry .info {
    background: #fffdf7;
    margin: 1px 0 0 0;
    padding: 4px 8px 5px 24px;
    font-size: .9em;
	}

#content .guestbook form {
	margin-top: 21px;
}

/* Galerie */

.green #content .box .list_gallery li .left {
	background: transparent url(/fileadmin/images/default/icons/gallery_green.gif) no-repeat 0 3px;
}

#content .box .gallery {
  margin: 16px 0 16px 4px;
}

  #content .box .gallery .gallery_image {
    float: left;
    margin: 12px;
    padding: 0;
    max-width: none;
  }
  
    #content .box .gallery .gallery_image span {
      display: block;
      width: 168px;
      height: 168px;
      background: #eee;
      text-align: center;
    }
    
      #content .box .gallery .gallery_image span a:link,
      #content .box .gallery .gallery_image span a:visited,
      #content .box .gallery .gallery_image span a:active {
        display: block;
        height: 100%;
      }
    
      #content .box .gallery .gallery_image span a img {
        display: inline;
        margin: 0;
      }
    
    #content .box .gallery .gallery_image small {
      display: block;
      margin: 4px 0 0 0;
      text-align: center !important;
    }

/* Suchbox */
.tx-macinasearchbox-pi1 {
  
}

  .tx-macinasearchbox-pi1 form {
    margin: 0 0 0 14px;
  }
  
  .tx-macinasearchbox-pi1 form input {
    width: 150px;
    border: 1px solid #ccc;
  }

  .tx-macinasearchbox-pi1 form .submit {
    float: right;
    width: 97px;
    background: #fc0 url(/fileadmin/oberndorf/images/default/searchbutton_back.gif) no-repeat 100% 4px;
    margin: 12px 14px 0 0;
    padding: 4px 38px 4px 3px;
    text-align: left;
    text-transform: uppercase;
  }
  
  .tx-macinasearchbox-pi1 form .clear {
    height: 12px;
  }

