/* Baustein nicht angezeigen 
  -> Satz Layout-Klasse setzen */
#if .bausteinHidden{
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Textfeld nicht angezeigen 
   -> Textfeld Layout-Klasse setzen */
#if .objectHidden{
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


div.tablecell.time_small div.inputcontainer input {
    width: 97px !important;
}

/* infobox Darstellung Text wide */
#if section.infobox.wide{
    max-width: 100% !important;
}

/* infobox Darstellung Text tiny */
#if section.infobox.tiny{
    font-size: 5px !important;
	text-align: right !important;
	color: white !important;
}

/* infobox Darstellung Text quelle */
#if section.infobox.quelle{
    font-size: 12px !important;
	text-align: right !important;
	color: black !important;
}

/* infobox Abstand zum Rand 10 Pixel */ 
#if .infobox.padding10 {
    padding: 10px;
}

/* projektbezogene css */

/* 30 pixel Abstand <span class="abstand">text</span> */
.abstand { margin-left:30px;
 }
 
 