@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...
*/
@media all
{
/* Your styles here */
/*#################Formate für Kalender####################*/

.V9G{
	font-size: 0.9em;
	font-weight: bold;
}
.tx-cal-controller dd{
	border-bottom: 1px dotted #bbb;
	margin:  0.2em 0 0.4em 0;
	padding: 0.2em 0 0.5em 0.8em;
}
.tx-cal-controller dt{
	margin:  0;
	padding: 0.2em 0 0 0.4em;
}
.tx-cal-controller .even{
	background-color: transparent;
}

.tx-cal-controller .found{
	border-bottom: 1px dotted #bbb;
}

.tx-cal-controller dl dt a{
	font-size: 1.1em;
}
.tx-cal-controller .kategorie a{
	font-size: 1em;
}

#calendar-event-backlink{
	margin: 1em 0 0 0;
}

#ev-titel #ev-startdate #ev-enddate #ev-starttime #ev-endtime #ev-cat  #ev-location{
	margin: 0 0 0.5em 0;
}

#ev-titel b, #ev-startdate b, #ev-enddate b, #ev-starttime b, #ev-endtime b, #ev-cat b, #ev-location  b{
	display: inline-block;
	width: 105px;
}

#ev-descr{
	margin: 0.5em 0 0.5em 0;
}
#ev-descr b{
	display: inline-block;
}   

}
