 

@CHARSET "UTF-8";

@media print { 
 div.edit { display:none; }
}
@media screen { 
 div.edit { position:absolute; left:0px; top:0px; }
}
div.nobreak { white-space:nowrap; display:inline; }
img { border:none; }

/* Klasse maintext-as aus template-as */
@media print { 
 #content-aspostit { display:none; }
}
@media screen { 
 #content-aspostit { position:absolute; right:128px; top:-112px; }
}

#FormEdit { }
#FormEdit input[type=text] { font-size:10pt; padding:2px; }
#FormEdit input[type=submit] { width:150px; font-size:10pt; }
#FormEdit #textname_update { width:330px; }
#FormEdit #textstadt_update { width:100px; }
#FormEdit #textkatalog_update { width:140px; }
#FormEdit textarea { width:890px; height:450px; font-size:10pt; }

