A:link { color: #000000; text-decoration: none; }
A:active { color: #919196; text-decoration: none; }
A:hover { color: #919196; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }

body { font:11px Verdana,Arial,Helvetica,sans-serif;
background-color: #f7f7f7;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
table { font:11px Verdana,Arial,Helvetica,sans-serif;
background-color: #FFFFFF;
}
#copyright { font:9px Verdana,Arial,Helvetica,sans-serif;}
/*#newsletter { font:10px Verdana,Arial,Helvetica,sans-serif }*/
.input {
    border: 1px solid #000000;
    background: #ffffff;
    font:10px Verdana,Arial,Helvetica,sans-serif;
}
.input:hover {
    border: 1px solid #000000;
    background: #eeeeee;
    font:10px Verdana,Arial,Helvetica,sans-serif;
}
.button {
    border: 1px solid #000000;
    background: #eeeeee;
    font:10px Verdana,Arial,Helvetica,sans-serif;
}
.button:hover {
    border: 1px solid #ffdf57;
    background: #ffdf57;
    font:10px Verdana,Arial,Helvetica,sans-serif;
}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #000000;
 /*border-bottom: transparent;*/
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.title:LINK{
        font-weight : bold;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        text-decoration : none;
}
.title:VISITED{
        font-weight : bold;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        text-decoration : none;
}
.title:ACTIVE{
        font-weight : bold;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #919196;
        text-decoration : none;
}
.title:HOVER{
        font-weight : bold;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #919196;
        text-decoration : none;
}

.more:LINK{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        text-decoration : none;
}
.more:VISITED{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #000000;
        text-decoration : none;
}
.more:ACTIVE{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #919196;
        text-decoration : none;
}
.more:HOVER{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #919196;
        text-decoration : none;
}
#spacel{
/*background-image: url(./images/bluebg1px.gif);*/
border-left-style: dotted;
border-left-width: 1px;
border-left-color: #919196;
}
#spacer{
border-right-style: dotted;
border-right-width: 1px;
border-right-color: #919196;
}

#point{
background-image: url(./images/point.gif);
text-align: center;
}
html, body {
        height: 100%;         /* required */
}
body {
        text-align: center;   /* horizontal centering hack for IE */
        padding: 0;           /* required to "hide" distance div */
        margin: 0;            /* required to "hide" distance div */
}
div#distance {
        margin-bottom: -10em; /* half of content height */
        /* background: red;      temporary - used to see div */
        width: 1px;           /* required to "hide" distance div */
        height: 50%;          /* required */
        float: left;          /* required */

}
div#content {
        position: relative;   /* positions content on top of distance */
        text-align: left;     /* horizontal centering hack for IE */
        height: 100%;         /* required - desired height */
        width: 1000px;          /* required - desired width */
        /* background: blue;     cosmetic */
        margin: 0 auto;       /* required */
        clear: left;          /* required */
        border: 2px solid #cccc99;
}
html, body {
        height: auto;   /* required only for IE5 mac */
}
/*pre { font-family: courier; font-size: 10px;}*/
/*pre, code {font:115% monospace;*font-size:100%;}*/
/*pre { font-family: monospace; font-size: 1.1em;}*/
pre
        {
        font-style:normal;
        font-weight:normal;
        font-size:1.05em;
        font-family:'Courier New',monospace;
        margin:0em;
        padding:0em;
        }
#grauw {background: #cccc99;}
#geel {background:  #ffdf57;}
#blauw {color : #000099;}
#rose {background:  #f7e5e8;}
#drood {color : #990000;}
#lblauw {background : #e4f5ff;}
#grijs {background : #eeeeee;}
#wit {background : #ffffff;}
#black {color : #000000;}

.link{
hover:expression(this.onmouseover=new Function("this.style.background='#f2f2f2';"),this.onmouseout=new Function("this.style.background='#ffffff';"));
}
table.link:hover {background-color:#f2f2f2;}







