#iddivContainer
{
    width: 100%;
    /*border: 1px black solid;*/
    overflow: hidden;
}
#iddivHoofding
{
    position: absolute;
    /*border: 1px black solid;*/
    top: 1%;
    left: 0%;
    display: block;
    height: 19%;
    width: 99%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#iddivHoofding h1
{
    position: absolute;
    left: 40%;
    top: 10%;
    display: inline;
}
#iddivLinks
{
    display: block;
    position: absolute;
    /*border: 1px green solid;*/
    left: 0;
    top: 20%;
    width: 25%;
    height: 60%;
    margin: 0;
    padding: 0;
}
#iddivInhoud
{
    display: block;
    left: 25%;
    position: absolute;
    width: 40%;
    height: 60%;
    /*border: 1px red solid;*/
    margin: 0;
    padding: 0;
    overflow: visible;
}
#iddivInhoud form
{
    
}
#iddivRechts
{
    display: block;
    position: absolute;
    width: 24%;
    height: 60%;
    left: 75%;
    top: 20%;
    /*border: 1px yellow solid;*/
    margin: 0;
    padding: 0;
}
#iddivTargets
{
    //border: 1px black solid;
    width: 40%;
    float: right;
    height: 99%;
    margin: 0;
    padding: 0;
    display: none; 
}
#iddivWinkelTarget
{
    margin: 0;
    padding: 0;
    width: 50%;
    height: 99%;
    float: left;
    //border: 1px black solid;
    //display: none;
}
#iddivPersoonlijkeTarget
{
    position: relative;
    float: right;
    width: 49%;
    margin: 0;
    padding: 0;
    height: 99%;
    border: 1px black solid;
    display: none;
}
footer
{
    width: 99%;
    height: 13%;
    /*
    position: relative;
    top: 85%;
    left: 0%;
    border: 1px blue solid;
    */
    margin: 0;
    padding: 0;
}
#idstsrepairlogohoofding
{
    width: 30%;
    margin-left: 5em;
    display: none;
}
#idh1hoofding
{
    font-size: 350%;
    margin-left: -1.5em;
}
#idstsrepairlogohoofding2
{
    width: 10%;
    margin-left: 30em;
}
/* frminloggen.php */
#idfrmInloggen
{
    position: absolute;
    left: 25%;
    top: 25%;
}
/* frmherstellingenTijd.php */
#idtblHerstellingenTijden
{
    width: 100%;
    
}
#idtblHerstellingenTijden thead tr td
{
    border-bottom: 1px solid black;
    margin: 0;
    padding: 0;
}
#idtblHerstellingenTijden tbody tr td
{
    border-bottom: 1px solid black;
    margin: 0;
    padding: 0;
}
#idtheadProbleem
{
    width: 30%;
}
#idtheadUitleg
{
    width: 40%;
}
#idtheadTijd
{
    text-align: center;
}
#idtbodyTijd
{
    text-align: center;
}
/* frmherstellingDetailpogingOpmaak.php */
#idulStatusHistoriek
{
    list-style-type: none;
    position: absolute;
    left: 35%;
    top: 70%;
}


.TextBoxAsLabel
{
   border: none;
   background-color: #fff;
   background: transparent;
}

/* frmbeheerArtikels.php */
#idtblBeheerArtikels
{
    width: 1000px;
    table-layout: fixed;
    
}
#idtblBeheerArtikels tbody td
{
    /*border: 1px solid black;*/
}
#idtheadArtikelnummersts
{
    width: 10%;
}
#idtheadArtikelnummerlev
{
    width: 10%;
}
#idtheadOmschrijving
{
    
}
#idtheadEAN
{
    width: 10%;
}
#idtheadBarcode
{
    width: 10%;
}
#idtheadAankoopprijs
{
    width: 5%;
}
#idtheadVerkoopprijs
{
    width: 5%;
}
#idtheadActief
{
    width: 5%;
}
#idtxtArtikelnummersts
{
    width: 100%;
}
#idtxtArtikelnummerlev
{
    width: 100%;
}
#idtxtOmschrijving
{
    
}
#idtxtEAN
{
    width: 100%;
}
#idtxtBarcode
{
    width: 100%;
}
#idtxtAankoopprijs
{
    width: 100%;
}
#idtxtVerkoopprijs
{
    width: 100%;
}

/* frmVerkoopfactuur.php */
#tblfrmVerkoopfactuur
{
    table-layout: fixed;
    width: 850px;
}
#tblfrmVerkoopfactuur thead tr th 
{
    //border: 1px solid black;
}
#tblfrmVerkoopfactuur tbody tr td 
{
    //border: 1px solid black;
}
#tblfrmVerkoopfactuur tfoot tr td 
{
    //border: 1px solid black;
}
.idcolfrmVerkoopfactuurBodyAantal
{
    width: 20px;
}
.idcolfrmVerkoopfactuurBodyArtikelnummer
{
    width: 100px;
}
.idcolfrmVerkoopfactuurBodyOmschrijving
{
    width: 350px;
}
.idcolfrmVerkoopfactuurBodySerienummer
{
    width: 100px;
}
.idcolfrmVerkoopfactuurBodyEenheidsprijs
{
    width: 50px;
}
.idcolfrmVerkoopfactuurBodyKorting
{
    width: 30px;
}
.idcolfrmVerkoopfactuurBodyNettobedrag
{
    width: 50px;
}
.idcolfrmVerkoopfactuurBodyBTW
{
    width: 30px;
}
.idcolfrmVerkoopfactuurBodyBrutobedrag
{
    width: 50px;
}
.idcolfrmVerkoopfactuurBodyLaatstekolom
{
    width: 40px;
}
.verwijderknop
{
    width: 35px;
    height: 30px;
    color: black;
    background-color: red;
    font-size: medium;
    text-align: center;
}
.toevoegenknop
{
    text-align: center;
    width: 35px;
    height: 30px;
    color: black;
    background-color: green;
    font-size: large;
}
.vet
{
    font-weight: bold;
}
#idtxtTotaalNetto
{
    width: 90px;
}
#idtxtTotaalBTW
{
    width: 90px;
}
#idtxttxtTotaalBedragOpgemaakt
{
    width: 90px;
}
#idlblTotaalnetto
{
    float: right;
    margin-right: 20px;
}
#idlblTotaalBTW
{
    float: right;
    margin-right: 20px;
}
#idlblTotaalBrtuto
{
    float: right;
    margin-right: 20px;
}

/* VerkoopfactuurDetail.php */
#idimglogoSTS
{
    width: 50%;
    float: right;
    display: inline;
}
#gegevenssts
{
    float: left;
    display: inline;
    margin-top: 5em;
    margin-bottom: 1em;
    margin-left: 0;
}
#gegevensklant
{
    float: right;
    margin-left: 5em;
    margin-right: 10em;
    margin-bottom: 2em;
}
#gegegevensklant
{
    float: right;
    margin-left: 5em;
}
.textorientatielinks
{
    text-align: left;
}
.textorientatierechts
{
    text-align: right;
}
.textorientatiecentraal
{
    text-align: center;
}
.agendavak
{
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid black;
}
.agendavakVorigemaand
{
    width: 100%;
    height: 100%;
    background-color: gray;
}
#idtblAgenda
{
    width: 100%;
    height: 100%;
}
#idnieuwedivwinkeltarget
{
    float: right;
}
.checked 
{
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    cursor: hand;
}
#idfrmWinkel
{
    float: right;
}
.doorstreept
{
	text-decoration: line-through;
}
#idpauzes
{
	display: none;
	float: right;
}
#idtblControleFinances table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
#idtblControleFinances tr:hover
{
	background-color: #f5f5f5;
}