/* www.heinz-hasselberg.de - CSS Stylesheet - content.css *//* Rand-Abstände */BODY { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; !important; } 		/* Formulare */.inputstyle { border: solid 1px; color: #000000; background-color: #DCDCDC; font-family: Verdana; color: #000000; font-size: 9pt; !important; } .buttonstyle { border: solid 1px; color: #000000; background-color: #708090; font-family: Verdana; color: #FFFFFF; font-size: 9pt; font-weight: bold; !important; } /* Überschriften und Trennlinien */HR { border: solid 1px #000000; color: #FFFFFF; } /* Tabellenzellen hellgrau gainsboro - mit dunkelgrauem Rand */.table1 { border-left-style: solid; border-left-width: 1px; 			border-right-style: solid; border-right-width: 1px; 			border-top-style: solid; border-top-width: 1px; 			border-bottom-style: solid; border-bottom-width: 1px; 			border-color: #696969; background-color: #DCDCDC !important; } 			*/Text-Formatierungen - Links - Hover */a:aktive { font-family: Verdana; font-size: 9pt; color: black; font-weight: normal; text-decoration: none; !important; } a:hover { font-family: Verdana; font-size: 9pt; color: 8B0000; font-weight: normal; text-decoration: none; !important; } a { font-family: Verdana; font-size: 9pt; color: black; font-weight: normal; text-decoration: none; !important; } p { font-family: Verdana; font-size: 9pt; color: black; font-weight: normal; text-decoration: none; !important; } td { font-family: Verdana; font-size: 9pt; color: black; font-weight: normal; text-decoration: none; !important; } 
