/* Formatierung für Multiseiten */
body {
text-align:center;
background-color:#000000;
margin:0px;
font-family:verdana;
color:#ffffff;
font-size:12px;
overflow:hidden;
}

#preview { margin:0px; padding:0px; text-align:center; height:100%; width:100%; }
#content { margin:20px 50px 20px 50px;}

a { color:#ffff00; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }

h1 { font-size:16px; margin:0px; }
h2 { font-size:14px; margin:0px; color:#ff0000; }
h3 { font-size:12px; margin:0px; }
h4 { font-size:10px; margin:0px; color:#ff0000; }

p { font-size:10px; width:750px; }
img { border:none; }
em, i { margin:0px; font-size:10px; color:#dddddd; }
big { font-size:12px; font-weight:bold; }

hr { border:0; width:100%; color:#990000; height:3px; background-color:transparent; }