/* CSS Document */

/* CSS Document */


body {

// body is de standaard geladen css funtie

background-color: black;

margin-left : 0px;

margin-top : 0px;

margin-bottom: 0px;

margin-right: 0px;

color: #ffffff;

cursor: default;

font-size : 12px;

font-family :  Arial, Helvetica, sans-serif;

// scrolbalk

scrollbar-3dlight-color: #000000;

scrollbar-highlight-color : #000000;

scrollbar-face-color: #FF3333;

scrollbar-shadow-color : #FFFFFF;

scrollbar-track-color: #000000;

scrollbar-arrow-color: #FFFFFF;

scrollbar-darkshadow-color: #000000;

}


form  {

margin-top : 0px;

margin-left : 0px;

}


td  {

font-family :  Arial, Helvetica, sans-serif;

text-decoration : none;

}

p  {

color : #99CCFF;

font-size : x-small;

text-decoration : none;

font-family :  Arial, Helvetica, sans-serif;

}

a:link {

font-family : Arial, Helvetica, sans-serif;

font-size : 12px;

border : 0;

text-decoration : none;

color : #ffffff;

}

a:visited {

font-family :  Arial, Helvetica, sans-serif;

font-size : 12px;

border : 0;

text-decoration : none;

color : #ffffff;

}



a:hover {

// Als je over een link gaat

text-decoration : underline;

border : 0;

color : #FF3333;

}



a:active {

// Active link

font-family : Arial, Helvetica, sans-serif;

font-size : 12px;

border : 0;

text-decoration : none;

color : #ffffff;

}

.link {

border : 0;

}


.main {

border : 0;

background-color: black;

background-image:url("../layout/background.gif");

background-repeat:no-repeat;

font-size : 12px;

}

.menu {

border : 1;

background-color: black;

font-size : 12px;

}

.onder {

border : 0;

background-image:url("../layout/onderkant.gif");

background-color: black;

font-size : 12px;

}

.zwart {

border : 0;

background-color: black;

}

.detail {

font-size : 11px;

}

.standard {

font-size : 12px;

}

.head1 {

border : 1;

background-color: black;

font-size : 22px;

}
