BODY
{
    margin:0px;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Oxygen, Arial;
    background: #ffffff;
	}
SELECT:focus,INPUT:focus,TEXTAREA:focus {
    outline:1px solid #999999;
} 
INPUT[type="text"] {
    padding:1px 0px;
}


.prompt {
FONT-SIZE: 12px;
COLOR: #666666;
FONT-FAMILY: Oxygen, Arial;
font-weight: bold;
}


A
{
FONT-SIZE: 12px;
COLOR: #000000;
FONT-FAMILY: Oxygen, Arial;
font-weight:bold;
TEXT-DECORATION: none
}


INPUT
{
font-family:Oxygen, Arial;
font-size:12px;
color:#343333;

background-color: rgb(250,250,250); 
border:1px solid #cccccc;
}

.butover
{
cursor: pointer;
font-family:Arial;
font-size:8pt;
font-weight:bold;
background-color: #FE3D51; 
color:#FFFFFF;
border: 1px solid #FE3D51; 
border-radius:3px;
height:24px;
}
.but 
{
cursor:pointer;
font-family:Arial;
font-size:8pt;
font-weight:bold;
color:#FE3D51;
background-color:#FFFFFF;
border: 1px solid #FE3D51; 
border-radius:3px;
height:24px;
}
.but:hover 
{
font-family:Arial;
color:#ffffff;
background-color:#FE3D51;
}

.imgbut {
height:30px;
cursor:pointer;
}

.imgbut:hover {
opacity:0.7;
}

SELECT
{
font-family:Oxygen, Arial;
font-size:9pt;
color:#343333;
background-color: rgb(250,250,250); 
border:1px solid #cccccc;
}
TEXTAREA
{
font-family:Oxygen, Arial;
font-size:9pt;
color:#111111;
background-color: #ffffff; 
border:1px solid #cccccc;
}



.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #AD0000;
    padding:1px 8px 1px 8px;
    display:inline-block;
    text-decoration:none;
    background:#AD0000;
    color:#FFFFFF;
    cursor:pointer;
    font:10px sans-serif;
    font-weight:bold;
}

.input-rounded-button2 {
    background:#999999;
}


.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #AD0000;
}

.label-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #AD0000;
    padding:1px 8px 1px 8px;
    display:inline-block;
    text-decoration:none;
    background:#AD0000;

    color:#FFFFFF;
    font:10px sans-serif;
    font-weight:bold;
}

.subkopblauw
{background-color:#01C2AE;
color:#ffffff;
font-family:Arial;
font-size:11px;
padding:2px 0px 2px 0px;
}

.kopfont
{font-family:Verdana;
font-size:13px;
font-weight:bold;
}

.thinital 
{
FONT-FAMILY: Oxygen, Arial;
font-size:8pt;
font-weight:normal;
color:#8F8885;
font-style:italic
}

.thin 
{
FONT-FAMILY: Oxygen, Arial;
font-size:8pt;
font-weight:normal;
color:#8F8885;
}



.sectionhead {
height:30px;
line-height:20px;
vertical-align:middle;
font-family: Oxygen, Arial;
font-size:14px;
margin-bottom:4px;
padding:5px;
cursor:pointer;
color:#333333;
border: 1px solid #30A99A;
background: #F0F8F7;
}

#basisdiv .sectionhead {
color:#ffffff;
background:#30A99A;
border: 1px solid #30A99A;
margin:0px 5px 5px 5px;
}

#pardiv  #basisdiv .sectionhead {
width:578px;
}

.titelbalk {
height:30px;
line-height:20px;
vertical-align:middle;
font-family: Oxygen, Arial;
font-size:14px;
margin-bottom:4px;
padding:5px;
color:#ffffff;
background:#30A99A;
border: 1px solid #30A99A;
border-radius:5px;
}



.mgmtico {
height:30px;
vertical-align:middle;
margin-right:10px;
}

.delcorner {
cursor:pointer;
height:25px;
width:25px;
position:absolute;
top:0px;right:0px;
}

.chlist {
float:left;
margin-top:5px;
clear:both;
}
.chlistd {
margin-top:5px;
margin-left:25px;
text-transform:lowercase;
}


::-webkit-input-placeholder { color:#bbbbbb;font-size:10px }
::-moz-placeholder { color:#bbbbbb;font-size:10px } /* firefox 19+ */
:-ms-input-placeholder { color:#bbbbbb;font-size:10px } /* ie */
input:-moz-placeholder {color:#bbbbbb;font-size:10px }

.button {
font-family: 'Oxygen', sans-serif;
letter-spacing: 1px; 
font-size: 13px; 
line-height: 13px; 
font-weight: bold;
color: #3f3f3f;
border-radius: 15px;
cursor: pointer;
background-color: #ffffff;
height: 25px;
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 15px;
text-transform:lowercase;
}
.buttonsm {
font-family: 'Oxygen', sans-serif; 
font-size: 11px; 
line-height: 11px; 
letter-spacing: 1px; 
font-weight: bold;
color: #3f3f3f;
border-radius: 20px;
  cursor: pointer;
  background-color: #ffffff;
  height: 20px;
background-size: auto 50%;
background-repeat: no-repeat;
background-position: 12px;
}



.buttongreen {
border: 1px solid #A5DF44;
background-color: #A5DF44;
color: #ffffff;
}
.buttongreen:hover {
background-color:#ffffff;
color:#A5DF44;
}


.buttonred:hover {
background-color: #FA566F;
color: #ffffff;
}
.buttonred {
border: 1px solid #FA566F;
background-color:#ffffff;
color:#FA566F;
}


.buttonblue {
border: 1px solid #00CBB6;
background-color: #00CBB6;
color: #ffffff;
}
.buttonblue:hover {
background-color:#ffffff;
color:#00CBB6;
}

.buttonblack {
border: 1px solid #665B52;
background-color: #665B52;
color: #ffffff;
}
.buttonblack:hover {
background-color:#ffffff;
color:#665B52;
}




.buttoncontentx {
background-image: url('/buttonico/kruisje.png');
}

.buttoncontentv {
background-image: url('/buttonico/vinkje.png');
}

.buttoncontentplus {
background-image: url('/buttonico/plusje.png');
}

.buttoncontentbewerk {
background-image: url('/buttonico/bewerkpen.png');
}

.buttoncontentview {
background-image: url('/buttonico/tonen.png');
}

.buttoncontentloguit {
background-image: url('/buttonico/loguit.png');
}
  
.buttoncontentwm {
background-image: url('/buttonico/winkelmand.png');
}
  
.buttoncontentm2s {
background-image: url('/buttonico/mail.png');
}
  
  
  
.mess {
width:98%;
top:45%;
position:absolute;
text-align:center;
color:#666666;
font-size:10pt;
font-weight: bold;
}  
  
  

.slidebuts {
color:#888888;
border:1px solid;
position:absolute;
left:60px;
bottom:5px;
background:#ffffff;	
}
.slidebutsn {
position:absolute;
right:7px;
top:66.2px;
}

.slidebuts A {
color:#888888 !important;
}
.slidebutsn A {
color:white !important;
font-size:18px !important;
text-shadow: 0px 0px 1px #666666;
}

.kperc {
    white-space:nowrap;
}
.kortingen {
    width:30px;
    text-align:right;
    }


.linkclass1,.linkclass2,.linkclass3 { 
    background: #999999;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFF !important;
    cursor: pointer;
    display:inline-block;
text-align:center;
}
