a { color: #435971; }
body {
 margin: 0;
 padding: 0;
 background-image: url("images/bg.gif"); 
 background-repeat: repeat-x;
 }

body, td   { color: #435971; font-size: 14px; font-family: "Arial", "Lucida Sans", sans-serif }

.formtd  { background: #fff url(images/shaddow.gif) repeat-x }
.footer { font-size: 11px; color: gray; }
.titel { font-size: 18px; color: #330099; }
.banner { font-size: 14px; color: #435971; }
.textweiss { font-size: 14px; color: #FFFFFF; }
.textyellow { font-size: 14px; color: yellow; }
.errormsg { color: red; font-weight: none; }
.okmsg { color: green; font-weight: none; }
form { display: inline; }




