* { margin: 0; padding: 0; }
body { background: #fff; color: #000; font-family: Arial, sans-serif; font-size: 13px; text-align: center; }

#center { width: 950px; margin: 20px auto; text-align: left; }
#menu { position: relative; top: -48px; left: 0; padding-left: 30px; color: #FFF; }
#menu .cur { color: #000; }

#null { float: left; width: 730px; }
#eins { float: right; width: 510px; }
#zwei { float: left; width: 220px; }
#drei { float: right; width: 220px; }

h1 { margin: 0 0 10px 0; font-size: 24px; line-height: 34px; }
h2 { margin: 0 0 10px 0; font-size: 18px; line-height: 28px; }
h3 { margin: 0 0 10px 0; font-size: 14px; line-height: 24px; }
h4 { margin: 0 0 10px 0; font-size: 14px; line-height: 24px; margin-top: 20px; border-top: 1px solid #000; padding-top: 15px; }
p { margin: 0 0 10px 0; font-size: 12px; line-height: 22px; }
ul { margin: 0 0 10px 40px; list-style: square; }
ul li { margin: 0 0 5px 0; font-size: 12px; line-height: 22px; }
.xs { font-size: 11px; line-height: 21px; }
.xxs { font-size: 10px; line-height: 20px; text-align: left; }

a { text-decoration: none; }
a:link { color: #009; border-bottom: 1px solid #009; }
a:visited { color: #551a8b; border-bottom: 1px solid #551a8b; }
a:link:hover, a:visited:hover { color: #900; border-bottom: none; }

#menu a { text-decoration: none; }
#menu a:link { color: #FFF; text-decoration: none; border-bottom: none; }
#menu a:visited { color: #FFF; text-decoration: none; border-bottom: none; }
#menu a:link:hover, #menu a:visited:hover { color: #000; text-decoration: none; border-bottom: none; }

#menu2 { color: #666; clear: both; padding-top: 20px; }
#menu2 a { text-decoration: none; }
#menu2 a:link { color: #000; text-decoration: none; border-bottom: none; }
#menu2 a:visited { color: #000; text-decoration: none; border-bottom: none; }
#menu2 a:link:hover, #menu2 a:visited:hover { color: #666; text-decoration: none; border-bottom: none; }

img { color: #fff; border: none; }
a img { color: #fff; border: none; } /* hide the border in Netscape 4 */

