body {
    margin:0;
    padding:25px 0 0 0;
    font-family:verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#353535;
    background-color:#E6E6E6;
    text-align:center;
    }
#page-container {
    width: 960px;
    margin: 5px;
    background: white;
    margin-left: auto;
    margin-right: auto;

}

#header2 {
        height: 95px;
    background:#E6E6E6 url(images/background_up1.jpg) repeat-x top left;
}

#content {
    width: 940px;
    height: auto;
    margin: auto;
    color:#3D4617;
    background: white;
    text-align:left;
    margin-left: 10px;

}

#filter {
    background: #F5EFFB;
    width: 680px;
    height: 100px;
}

#footer {
    height: 52px;
    background:#E6E6E6 url(images/background_down.gif) repeat-x bottom left;
    text-align:center;
    vertical-align:bottom;

}
#login {
    height: 200px;
    width: 270px;
    background:#ccc;
    text-align:center;

}

#kaletabel{
border:1px solid white;
}

table
{
    font:normal 12px verdana,arial, tahoma, helvetica, sans-serif !important;
    border:1px solid #ccc;

}
table td
{
    font:normal 12px verdana,arial, tahoma, helvetica, sans-serif !important;
    margin:0;
    border-left:1px solid #ccc;

}
th{
    background:#EBECEE url(images/bg_th.jpg) left top repeat-x !important; 
    border-bottom:1px solid #D0D0D0 !important; border-right:1px solid #D0D0D0 !important;
    border-left:1px solid #fff !important; border-top:1px solid #fff !important;
    padding:2px !important; color:#333 !important; height:25px !important;
}

.tableregels{
font:normal 8px verdana,arial, tahoma, helvetica, sans-serif !important;
border-collapse: collapse;
}
.trregels{
font:normal 8px verdana,arial, tahoma, helvetica, sans-serif !important;
}
.tdregels{
font:normal 8px verdana,arial, tahoma, helvetica, sans-serif !important;
}


a:link {
color: #353535;
}
a:visited {
color: #353535;
}
a:hover {
color: #353535;
text-decoration: none;
}
a:active {
color: #353535;
}









/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* BACK */

.buttons a.back, button.back{
    color:#ff6b09;
}
.buttons a.back:hover, button.back:hover{
    background:#fbe3e4;
    border:1px solid #ff6b09;
    color:#ff6b09;
}
.buttons a.back:active{
    background-color:#ff6b09;
    border:1px solid #ff6b09;
    color:#fff;
}

/* Add*/

.buttons a.add, button.add{
    color:#0f309c;
}
.buttons a.add:hover, button.add:hover{
    background:#593cbff;
    border:1px solid #0f309c;
    color:#0f309c;
}
.buttons a.add:active{
    background-color:#0f309c;
    border:1px solid #0f309c;
    color:#fff;
}

/* Geenknop*/

.buttons a.geenknop, button.geenknop{
background-color:white;
    border:0px solid #0f309c;
}
.buttons a.geenknop:hover, button.geenknop:hover{
    border:0px solid #0f309c;
background-color:white;
}
.buttons a.geenknop:active{
    border:0px solid #0f309c;
background-color:white;
}



