/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */

BODY {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 90%;
	padding: 10px 10px 10px 10px;
	color: #000000;
}

/*  Ueberschriften  */
H4.csc-firstHeader{
	padding: 3px 3px 10px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px solid Black;
	border-top: none;
	vertical-align: middle;
}	

DIV.text {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 5px 20px;
}

H4{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 10px 20px;
	font-size: 100%;
	font-weight: bold;
}

/* RTE / Table styling */
TABLE.contenttable {
	padding: 5px 5px 0px 20px;
}
TABLE.contenttable TR TD { 
	padding: 0px 3px 10px 3px;
	vertical-align: top; 
}
TR.flyer{
}

IMG#top{
	margin: 5px 5px 5px 450px;
	border: none;
}
