/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .bla {margin-top: -12px;
}
/* End hide from IE5/mac *
/

/* Scrollbar immer anzeigen  */ 
 
html { height:100%; }
body { min-height:101%;
       margin-left:0px; margin-right:0px; margin-top:15px; margin-bottom:15px }

/* Links */
a.contactlink:link          { font: 14px verdana; color: #333333; text-decoration: underline }
a.contactlink:visited       { font: 14px verdana; color: #333333; text-decoration: underline }
a.contactlink:hover         { font: 14px verdana; color: #333333; text-decoration: underline }
a.contactlink:active        { font: 14px verdana; color: #333333; text-decoration: underline }


a:link		{ font: 10px arial; color: #333333; text-decoration: underline }
a:visited	{ font: 10px arial; color: #333333; text-decoration: underline }
a:hover		{ font: 10px arial; color: #333333; text-decoration: underline }
a:active	{ font: 10px arial; color: #333333; text-decoration: underline }

/* Schrifttypen */

h1		{ font: 11pt arial; color: #000000; font-weight: bold }
h2      { font: 10pt arial; color:#000000 }

.small		{ font: 10px verdana; color:#000000 } /* entspricht 8 pt*/
.normal		{ font: 14px verdana; color:#000000 } /* entspricht 10 pt*/
