@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/

#nav_main {float:left; width:100%; background-color:#F79448; font-family:verdana; font-size:93%; line-height:normal; border-top:0px #fff solid; border-bottom:0px black solid;}
#nav_main ul {margin:0;padding:0 0 0 0em; list-style:none;}
#nav_main li {display:inline; margin:0; padding:0;}
#nav_main a {float:left; background:url() no-repeat left top; background-position:0% -150px; margin:0;  padding:0 0 0 0px; border-right:0px solid #000; text-decoration:none;}
#nav_main a span {float:left; display:block; padding:4px 18px 4px 18px; color:#fff; white-space:nowrap;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_main a span {float:none;}
/* End IE5-Mac hack */
#nav_main a:hover span {color:#fff; background-color:#E9680A;}
#nav_main #current a {border-width:0; background-color:#E9680A; border-right:0px solid #000;}
#nav_main #current a span {padding-bottom: 4px; color:#fff; font-weight:bold; }



h1 {color:#E9680A;}
h2 {color:#E9680A;}
h3 {color:#333333;}
h4 {color:#E9680A;}
h5 {color:#E9680A;}



/* Kalender Tool Monat format */


	.monthview, .calendar-month {
		font-family:  Verdana, Helvetica, sans-serif;
	}
	.monthview {
		border-style:none;
		background-color: #E2E2E2;
		padding: 5px;
		clear: both;
	}

	.nav_months {
		width:100%;
		text-align: left;
		padding-top: 5px;
		white-space: nowrap;
	}


	

	.tag{
		vertical-align: top;
		background-color: #E2E2E2;
	}
	
	.weekend {
		background-color: #D3D3D3;
	}

	.not_in_month {
		 visibility: hidden; 
		 display: none; 

	}
	
    .day_is_today {
		background-color: #FFFFFF;
	}
	

    div.tag .dayTitle {
		font-size: 8px;
		font-weight:bold;
		margin-top: 2px;
		margin-left: 2px;
	}

	div.tag .dayTitle A {
		text-decoration: none;
		width: 100%;
	}


	div.tag div.event_today {

	}

	.inner A {
		text-decoration: none;
		font-size: 8px;
		font-weight:bold;
	}
	


	.inner {

	}

	.monthview .event_not_today {
		margin: 1px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.monthview .event_not_today .inner {
		display: none;
	}


/* Monatformat ende */

		 
	
	.eventtable .day_is_today {
	 background-color:#E2E2E2;
	 }
	
         .single_event {
			border: 0px none #AAAAAA;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 10px;
		}

		.single_event .event_title {
			font-size: 12px;
			font-weight: bold;
			letter-spacing:0.03em;
			color:#E9680A;
			/* background-color:#E2E2E2 */

		}

		.single_event .question {

		}

		.single_event .event_time {
		font-size: 11px;
		font-weight: bold;
		}
		
		.single_event .event_place {
		font-size: 11px;
		font-weight: normal;
		}
		
		
		.single_event .event_series {
		}

		.single_event .event_teaser {
		}
		.single_event .event_description {
		}
		.single_event .event_moreinfo{
		}

		.single_event .event_image {
			float: right;
			padding-left:10px;
			padding-bottom:10px;
		}

		.single_event .event_organizer_image {
			float: left;
		}


