/*******************************************************************
 ** Global Website                                                **
 ******************************************************************/
body {
background-color: white;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center right;
scrollbar-face-color: black;
scrollbar-shadow-color: #FFFE14; 
scrollbar-highlight-color: #FFFE14; 
scrollbar-3dlight-color: #FFFE14; 
scrollbar-darkshadow-color: #FFFE14; 
scrollbar-track-color: black; 
scrollbar-arrow-color: red;
}

.nmText {
    color: #FFFE14;
    font: 12px Verdana;
    text-decoration: none;
}

h3 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #222222;
}

h2 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #222222;
}

a {
    text-decoration: none;
    color: black;
    
}

img.grond {
position: absolute;
bottom: 0px;
}

img.ani {
position: absolute;
right: 0px;
}

img.rechts {
position: absolute;
top: center;
}

a:hover {
    text-decoration: none;
    color: red;
    
}

input, submit, textarea {
    color: black; 
    font: 10px Verdana;
    font-weight: bold; 
    background-color: #FFFE14; 
    border-width: 1;
    border-color: #BDBEBF;
    border-style: solid
}

.cpFooter {
    color: #333333;
    font-size: small;
}

  
/*******************************************************************
 ** Error Messages                                                **
 ******************************************************************/
 
/* Font settings for errormessage text */
.cpError {
    color: #DD0000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* Table borders for errorbox */
.cpErrorBox {
    border-bottom: solid #000000 medium;
    border-top: solid #000000 medium;
    border-left: solid #000000 medium;
    border-right: solid #000000 medium;
    margin: 0px;
    padding: 0px;
}

/* Table borders and font settings for errorbox's internal table */
.cpErrorBoxBar {
    border-bottom: solid #000000 medium;
    background-color: #333333;
    color: #EEEEEE;
    font-size: medium;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;   
}

td.header {
background-color: black;
border-left: solid 1px #BDBEBF;
border-right: solid 1px #BDBEBF; 
border-top: solid 1px #BDBEBF; 
border-bottom: solid 1px #BDBEBF; 
FONT-WEIGHT: normal;
FONT-SIZE: 9px;
COLOR: white;
FONT-FAMILY: verdana, arial, helvetica;
TEXT-DECORATION: none;
}

TD.body{
background-color: black;
border-left: solid 1px #BDBEBF;
border-right: solid 1px #BDBEBF; 
border-top: solid 1px #BDBEBF; 
border-bottom: solid 1px #BDBEBF; 
margin-left:10px;
FONT-WEIGHT: normal;
FONT-SIZE: 9px;
COLOR: #043C99;
FONT-FAMILY: verdana, arial, helvetica;
TEXT-DECORATION: none;
}

TD.main{
background:transparent;
margin-left:20px;
margin-top:20px
FONT-WEIGHT: normal;
FONT-SIZE: 9px;
COLOR: #043C99;
FONT-FAMILY: verdana, arial, helvetica;
TEXT-DECORATION: none;
}

/*******************************************************************
 ** Notification Messages                                         **
 ******************************************************************/
 
 /* Font settings for notificationmessage text */
.cpNote {
    color: #00921D;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* Table borders for notebox */
.cpNoteBox {
    border-bottom: solid #000000 medium;
    border-top: solid #000000 medium;
    border-left: solid #000000 medium;
    border-right: solid #000000 medium;
    margin: 0px;
    padding: 0px;
}

/* Table borders and font settings for notebox's internal table */
.cpNoteBoxBar {
    border-bottom: solid #000000 medium;
    background-color: #333333;
    color: #EEEEEE;
    font-size: medium;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;   
}

/* Font settings for back link text */
.cpBackLink {
    font-size: small;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
