﻿/* Algemeen */
.ruimte_links 
{
	margin-left: 2px;
}
.ruimte_rechts 
{
	margin-right: 2px;
}

/* BUTTON BELANGRIJK */
.btn_Belangrijk_Links 
{
    background: url("Images/button/Belangrijk_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_Belangrijk_Midden
{
    background: url("Images/button/Belangrijk_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 26px;
}
.btn_Belangrijk_Rechts
{
    background: url("Images/button/Belangrijk_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_Belangrijk_Links.hoverbutton,
.btn_Belangrijk_Midden.hoverbutton,
.btn_Belangrijk_Rechts.hoverbutton
{
    background-position: 0px -36px;
}

/* BUTTON BELANGRIJKKLEIN */
.btn_BelangrijkKlein_Links 
{
    background: url("Images/button/BelangrijkKlein_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_BelangrijkKlein_Midden
{
    background: url("Images/button/BelangrijkKlein_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 26px;
}
.btn_BelangrijkKlein_Rechts
{
    background: url("Images/button/BelangrijkKlein_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_BelangrijkKlein_Links.hoverbutton,
.btn_BelangrijkKlein_Midden.hoverbutton,
.btn_BelangrijkKlein_Rechts.hoverbutton
{
   background-position: 0px -30px;
}

/* BUTTON NORMAAL */
.btn_Normaal_Links
{
    background: url("Images/button/Normaal_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_Normaal_Midden
{
    background: url("Images/button/Normaal_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 26px;
    cursor: pointer;
}
.btn_Normaal_Rechts
{
    background: url("Images/button/Normaal_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 8px;
    height: 26px;
}
.btn_Normaal_Links.hoverbutton,
.btn_Normaal_Midden.hoverbutton,
.btn_Normaal_Rechts.hoverbutton
{
   background-position: 0px -36px;
}

/* BUTTON NORMAALKLEIN */
.btn_NormaalKlein_Links
{
    background: url("Images/button/NormaalKlein_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 5px;
    height: 20px;
}
.btn_NormaalKlein_Midden
{
    background: url("Images/button/NormaalKlein_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 20px;
}
.btn_NormaalKlein_Rechts
{
    background: url("Images/button/NormaalKlein_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 10px;
    height: 20px;
}
.btn_NormaalKlein_Links.hoverbutton,
.btn_NormaalKlein_Midden.hoverbutton,
.btn_NormaalKlein_Rechts.hoverbutton
{
    background-position: 0px -30px;
}

/* BUTTON NAVIGATIE */
.btn_Navigatie_Links
{
    background: url("Images/button/Navigatie_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 26px;
}
.btn_Navigatie_Midden
{
    background: url("Images/button/Navigatie_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 26px;
}
.btn_Navigatie_Rechts
{
    background: url("Images/button/Navigatie_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 8px;
    height: 26px;
}
.btn_Navigatie_Links.hoverbutton,
.btn_Navigatie_Midden.hoverbutton,
.btn_Navigatie_Rechts.hoverbutton
{
    background-position: 0px -36px;
}

/* BUTTON NAVIGATIEKLEIN */
.btn_NavigatieKlein_Links
{
    background: url("Images/button/NavigatieKlein_Links.png") no-repeat;
    background-position: 0px 0px;
    width: 6px;
    height: 20px;
}
.btn_NavigatieKlein_Midden
{
    background: url("Images/button/NavigatieKlein_Midden.png") repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 20px;
}
.btn_NavigatieKlein_Rechts
{
    background: url("Images/button/NavigatieKlein_Rechts.png") no-repeat;
    background-position: 0px 0px;
    width: 10px;
    height: 20px;
}
.btn_NavigatieKlein_Links.hoverbutton,
.btn_NavigatieKlein_Midden.hoverbutton,
.btn_NavigatieKlein_Rechts.hoverbutton
{
   background-position: 0px -30px;
}

div.buttonControl.disabled
{
	color:Gray;
}
