/* Basics */
body,h1,h2,h3,h4,p,ul,ol,li,div,td,th,b,i
                 { font-family: Verdana, Arial, Helvetica, sans-serif; }

body,p,ul,ol,li,div,td,th
                 { font-size: 13px; }

body             { background-Color: #EEE1D1; background-image: url(bilder/hintergrund.jpg); background-repeat:repeat-x; }

p,h1,h2,form,body     { margin: 0px; }

/* Links */
a                { text-decoration: underline; 
                   color: #990000; 
                 }

a:link           { text-decoration: underline; 
                   color: #990000; 
                 }

a:hover          { text-decoration: none; }

a:active         { text-decoration: underline; 
                   color: #990000;
                 }
                 
.bg_white { background-color: #FFFFFF; }
.kante_unten { background-image: url(bilder/kante_u.gif); }
.kante_links { background-image: url(bilder/kante_l.gif); }
.kante_rechts { background-image: url(bilder/kante_r.gif); }

.headline { font-size: 20px; color: #CC0000; font-weight: normal; }
.bildtext { text-align: center; color: #000099; padding-top: 5px; vertical-align: top; }
