@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 */
#editPanelSet {
	display: none;
}
#col1_links {
	width: 189px;
	margin-left: 20px;
}
#col1_links a {
	font-size: small;
}
#col2_news {
	width: 200px;
	margin-left: 10px;
}
#col3_content_lo {
	width: 240px;
	padding-right: 20px;
	margin-top: 10px;
	float: left;
}
#col3_content_ro {
	width: 240px;
	margin-top: 10px;
	float: left;
}
#col3_content_lu {
	width: 240px;
	padding-right: 20px;
	margin-top: 10px;
	float: left;
}
#col3_content_ru {
	width: 240px;
	margin-top: 10px;	
	float: left;
}

.tx-jppageteaser-pi1-list-entry-image {
	width: 240px;
	text-align: center;
}

.tx-jppageteaser-pi1-list-entry-description {
	text-align: justify;
}

.tx-jppageteaser-pi1-list-entry-image img {
	float: none;
	margin: 0;
	margin-top: 10px;
}

.news-latest-item {
	margin-bottom: 5px;
}

.edit-mode td {
	padding: 0;
}

table.fsmed_termine {
	width: 500px;
}

table.fsmed_termine input#add--datum{
	width: 130px;
}

table.fsmed_termine textarea, table.fsmed_termine input {
	font-size: 70%;
}

.tx-jppageteaser-pi1-list-entry {
    clear: none;
    float: left;
    width: 240px;
}

.tx-jppageteaser-pi1-list-entry h4 {
    height: 39px;
}

.tx-jppageteaser-pi1-list-entry-even {
    margin-left: 20px;
}

.tx-jppageteaser-pi1-list-entry-odd {
    clear: both;
}

}

