@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 */

}
/**Styles f�r Personenliste */
.left {
	width:165px;
	float:left;
	padding:2px;
	margin:2px;
	border:solid 1px #cccccc;
}

.middle {
	width:165px;
	float:left;
	padding:2px;
	margin:2px;
	border:solid 1px #cccccc;
}

.right {
	width:165px;
	float:left;
	padding:2px;
	margin:2px;
	border:solid 1px #cccccc;
}

.name {
	text-align:center;
	width:100%;
	font-family:arial;
}

.name a {
	text-decoration:none;
	font-size:15px;
	color:#000000;
}

.name a:hover  {
	text-decoration:none;
	font-size:15px;
	color:#E13800;
}

.image {
	height:175px;
	overflow:hidden;
	margin-bottom:5px;
}

.huk {
	background:#EEEEEE;
	font-weight:bold;
	font-size:11px;
}

.tsmall {
	font-size:11px;
}

.oben {
         background: #000;
         color: #FFF;
         font-weight:bold;
}

.kalender {
	font-size:0.8em;
}
.spiel {
	background: #F0FFF0;
}
.critical {
	background: #FFE4E1;
}