/* copyright modulor - Andreas Niederer  */
/****************************************/
@media screen { }
@media print { }
img { border:0px;}
p { }
form {
	margin: 0px;
	padding: 0px;
}
tr { vertical-align:top; } 
th { text-align: left; }
h1 { font-size:100%; margin:0; padding:0; }
h2 { font-size:100%; margin:0; padding:0; }
h3 { font-size:100%; margin:0; padding:0; }
h4 { font-size:100%; margin:0; padding:0; }
h5 { font-size:100%; margin:0; padding:0; }
h6 { font-size:100%; margin:0; padding:0; }
/****************************************/
.small { font-size:75%; line-height:150%; font-weight:normal; }
.clear { clear:both; }

table.typo3-editPanel { border: none; background-color: #fff; width: auto;}
table.typo3-editPanel TD.typo3-editPanel-controls { border: 1px solid #FF9999; background-color: #FF9999;}
.frontEndEditIcons { border-bottom:1px solid #FF0000; margin-left:2px;  }


/********************** nach Typo3 Hack *******/  
.typo3-editPanel-Border { border:1px dotted #FF9999; margin-top:2px; display:block; }
.typo3-editPanel-previewBorder { border:1px dotted #cccccc; margin-top:2px; display:block; border-collapse:collapse; }
.typo3-editPanel-previewBorder .typo3-editPanel-Border { border:0px; margin-top:0px;  }
/* Inhalte einfaerben */
.typo3-editPanel-previewBorder { color:#cccccc; }
.typo3-editPanel-previewBorder table.typo3-editPanel TD.typo3-editPanel-controls { border: 1px solid #eeeeee; background-color: #cccccc;}
#content .typo3-editPanel-previewBorder table.contenttable td, #content .typo3-editPanel-previewBorder table.contenttable th { border-bottom:1px solid #eeeeee; }
