<!-- css voor scrollbalk -->

html, body, textarea, iframe {
  

  
  scrollbar-base-color:#792121;
  scrollbar-3d-light-color:#CBFEFF;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#792121;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#792121;
}

<!-- css voor links -->

a:link { font-weight:bold; color:#ffffff; text-decoration:none; }
a:visited { font-weight:bold; color:#ffffff; text-decoration:none; }
a:focus { font-weight:bold; color:#ffffff; text-decoration:underline; }
a:hover { font-weight:bold; color:Silver; text-decoration:none; }
a:active { font-weight:bold; color:#ffffff; text-decoration:underline; }


<!-- css voor text -->

#Text01 { font-family:Arial; font-size:220%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text02 { font-family:Arial; font-size:130%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text03 { font-family:Arial; font-size:80%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text03b { font-family:Arial; font-size:80%; font-style:normal; font-weight:bold; color: #ffffff; }
#Text04 { font-family:Arial; font-size:100%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text04b { font-family:Arial; font-size:100%; font-style:normal; font-weight:bold; color: #ffffff; }
#Text05 { font-family:Arial; font-size:120%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text05b { font-family:Arial; font-size:120%; font-style:normal; font-weight:bold; color: #ffffff; }
#Text06 { font-family:Arial; font-size:180%; font-style:normal; font-weight:normal; color: #ffffff; }
#Text07 { font-family:Arial; font-size:150%; font-style:normal; font-weight:normal; color: #ffffff;  background: #ff0000; }

#Text08 { font-family:Arial; font-size:150%; font-style:normal; font-weight:normal; color: #ffffff; }
<!-- css voor formular -->

form { background-image:url(../pics/image001.jpg); padding:20px; border:6px solid #6562a9; }
td, input, select, textarea { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold; }
input, select, textarea { color:#6562a9; }
.Bereich, .Feld { background-color:#ffffff; width:300px; border:6px solid #6562a9; }
.Auswahl { background-color:#ffffff; width:300px; border:6px solid #6562a9; }
.Check, .Radio { background-color:#ddff; border:1px solid #6562a9; }
.Button { background-color:#aaa; color:#ffffff; width:200px; border:6px solid #6562a9; }

<!-- css voor body -->

body {background-color:#792121;}
