@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 */
td,tr {line-height: 1.2em;}

.s1 {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.s2 {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

 .sp1 {
	float: left;
	width: 32%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
	line-height: 1.2em;
}

.sp2 {
	float: left;
	width: 32%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
	line-height: 1.2em;
}

.sp3 {
	float: left;
	width: 32%;
	margin: 0px;
	padding: 0px 1% 0px 0px;
	line-height: 1.2em;
}
.zeile {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 1.0em;
	float: left;
}

.clear {clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	}

.tx-wecdiscussion-pi1 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	
}
.tx-wecdiscussion-forumPreview {border:none;}
.tx-wecdiscussion-forumPreview, .tx-wecdiscussion-forumPreviewEntry, .tx-wecdiscussion-forumPreviewInfo {padding:0px;margin:0px;font-size:11px;}
}


.tx-wecdiscussion-listElement, .tx-wecdiscussion-listElement a, .tx-wecdiscussion-listElement a:visited, .tx-wecdiscussion-listElement a:link, .tx-wecdiscussion-listElement a:hover, .tx-wecdiscussion-listElementSelected a, .tx-wecdiscussion-listElementSelected a:visited, .tx-wecdiscussion-listElementSelected a:link {
display:		block;
	font-size:		12px;
	padding:		0px 6px 12px 6px;
	margin:			0px;
	text-decoration: none;
	color:			#DE000E;
	float: left;