body {             /* Standaard opzet website */ 
color:             #ffffff;
font-size:         14px;
font-family:       Century Gothic,Verdana,Arial,Helvetica,sans-serif;
font-weight:       normal;
text-decoration:   none;
background-color:  #000000; 
//background-image:  url('images/achtergrond.jpg');
margin-top:        0px;
margin-bottom:     0px;
margin-left:       0px; 
margin-right:      0px;
padding-top:       0px;
padding-bottom:    0px;
padding-left:      0px;
padding-right:     0px;
}
.pagetop {         /* Top  */ 
width:             100%;
text-align:        center;
vertical-align:    middle;
}
.title {           /* Titel */ 
width:             100%;
height:            120px;
}
.lineblackhor {  
height:            1px;
background-color:  #000000;
}
.linegrayhor {   
height:            1px;
background-color:  #878787;
}
.linegreenhor {    
height:            1px;
background-color:  #ffffff;
}
.lineblackver {  
width:             1px;
background-color:  #000000;
}
.linegrayver {   
width:             1px;
background-color:  #878787;
}
.linegreenver {    
width:             1px;
background-color:  #ffffff;
}
.fksmenu {         /* Menu */ 
width:             160px;
height:            100%;
text-align:        left;
vertical-align:    top;
}
ul#menu {
list-style:        none;
width:             160px;
margin:            2px;
}
ul#menu li {
height:            30px; 
line-height:       30px;
}
ul#menu li a {
color:             #C4A458;
background:        #ffffff;
border:            #787878 solid 2px;
display:           block;
padding-left:      10px;
}
ul#menu li a:hover {
background:        #000000;
}
ul#menucat {       /* Hetzelfde als menu */ 
list-style:        none;
width:             160px;
margin:            2px;
}
ul#menucat li {    /* Hetzelfde als menu */ 
height:            30px; 
line-height:       30px;
}
ul#menucat li a {  /* Hetzelfde als menu */ 
color:             #C4A458;
background:        #ffffff;
border:            #787878 solid 2px;
display:           block;
padding-left:      10px;
}
ul#menucat li a:hover {/* Hetzelfde als menu */ 
background:        #000000;
}
ul#gast {          /* Knop gastenboek */ 
list-style:        none;
width:             460px;
margin:            2px;
}
ul#gast li {       /* Knop gastenboek */ 
height:            30px; 
line-height:       30px;
}
ul#gast li a {     /* Knop gastenboek */ 
color:             #C4A458;
background:        #ffffff;
border:            #787878 solid 2px;
display:           block;
padding-left:      10px;
}
ul#gast li a:hover {/* Knop gastenboek */ 
background:        #000000;
}
.menuactive {      /* Gewone tekst in de lijst*/
color:             #588BC4;
background:        #000000;
border:            #787878 solid 2px;
padding-left:      10px;
}
.information {     /* Tekst midden */ 
width:             100%;
height:            100%;
text-align:        left;
vertical-align:    top;
padding:           4px;
}
.frontpage {       /* Hoofdpagina */ 
width:             790px;
height:            723px;
background-color:  #000000; 
border:            #ffffff solid 10px;
text-align:        center;
vertical-align:    middle;
}
.blackborder {     /* Hoofdpagina */ 
border:            #000000 solid 1px;
}
.linkimg {        /* Standaard opzet hoofdpagina */ 
background-image:  url('images/kaartje.jpg');
width:             462px;
height:            298px;
text-align:        left;
vertical-align:    middle;
}
.fkspopup {        /* Standaard opzet popup */ 
background-color:  #787878; 
text-align:        left;
vertical-align:    top;
}
.fkspopuptable {   /* Opzet popup tabel */ 
background-color:  #878787; 
text-align:        center;
vertical-align:    middle;
}
.venstertable {    /* Voor de tabellen in een venster */ 
border-width:      1px;
border-collapse:   collapse;
border-style:      solid;
border-color:      #000000;
padding-top:       2px;
padding-bottom:    2px;
padding-left:      2px;
padding-right:     2px;
}
.Error {           /* Foutmeldingen bij formuliers */
font-size:         14px;
color:             red;
display:           none;
}
select {
color:             #000000;
background-color:  #ffffff; 
border-width:      1px;
border-style:      solid;
border-color:      #000000;
}
textarea {
color:             #000000;
background-color:  #ffffff; 
border-width:      1px;
border-style:      solid;
border-color:      #000000;
}       
input{
color:             #000000;
background-color:  #ffffff; 
border-width:      1px;
border-style:      solid;
border-color:      #000000;
}
a:link {           /* unvisited link */
color:             #C4A458;
font-weight:       normal;
text-decoration:   none;
}
a:visited {        /* visited link */
color:             #C4A458;
font-weight:       normal;
text-decoration:   none;
}
a:hover {          /* mouse over link */
color:             #C4A458;
font-weight:       normal;
text-decoration:   none;
}
a:active {         /* selected link */
color:             #C4A458;
font-weight:       normal;
text-decoration:   none;
}


fieldset legend {  /* Pakket titel van een veld */
color:             #FFFFFF;
font-size:         large;
font-weight:       bold;
padding:           4px;
} 
.fkscenteradmin {  /* Standaard opzet midden admin page */ 
width:             100%;
background-color:  #787878; 
color:             #FFFFFF; 
text-align:        left;
vertical-align:    top;
}
a.admin:link {     /* Admin unvisited link */
color:             #FFFFFF;
background-color:  transparent;
text-decoration:   none;
font-weight:       bold;
}
a.admin:visited {  /* Admin visited link */
color:             #FFFFFF;
background-color:  transparent;
text-decoration:   none;
font-weight:       bold;
}
a.admin:hover {    /* Admin mouse over link */
color:             #FFFFFF;
background-color:  transparent;
text-decoration:   none;
font-weight:       bold;
}
a.admin:active {   /* Admin selected link */
color:             #FFFFFF;
background-color:  transparent;
text-decoration:   none;
font-weight:       bold;
}
