body{
    font-family: arial;
    font-size: 1em;  
           
    background: #ededed;
}

div.container{
      background: #FFF;
}

h1{
    color: red;
    font-size: 1.2em;
}

hr{
    background-color: #e6e6e6;
    height: 10px;
    border: 0;
}

a{
    text-decoration: none;
    color: #0fa7ef;
}

a:hover, a.active{
    text-decoration: underline;
}

div.container{
    width: 1000px;
    border: 1px solid #DDD;
    padding: 20px;
    margin: 50px auto;
}

input[type="submit"], button, input[type="button"]{
    padding: 5px 10px;
    font-size: 0.9em;
    cursor: pointer;
    margin: 0 10px 0 0;
}


select{
    width: 250px;
}

select.behandeling{
    display: block;
    margin-bottom: 10px;
}

input.hoeveelheid{
    display: block;
    margin-bottom: 12px;
}

span.eenheid{
    display: block;
    margin: 5px 0 21px 0;
}

.hidden{
    display: none;
}

table.verrichtingen tr td{
    border-top: 1px solid #DDD;
}

table tr td, table tr th{
    padding: 5px 5px 5px 0;
    vertical-align: top;
    text-align: left;         
}

table{
    border-collapse: collapse;
}

#addRow{
    text-decoration: none;
    float: right;
}

a#addRow:hover{
    text-decoration: underline;
}

div#step1, div#step2, div#opmerkingen{
}

div#opmerkingen{
    padding-bottom: 10px;      
    margin-bottom: 10px;
}

td.extraPaddingLeft{
    padding-left: 50px;
}

th.borderDefault, td.borderDefault{
    border-bottom: 1px solid #DDD;
}

table.mail-verrichtingen tr td{
    line-height: 25px;
}

table.mail-verrichtingen tr th{
    padding-right: 20px;
}

ul#menu{
    list-style: none;
    padding:0;
    margin: 0;
    line-height: 25px;

    font-family: arial;
}

ul#menu li{
    float: left;
    width: 150px;

}

ul#menu li span{
    background-color: #848484;
    display: block;
    color:#FFF;
    padding-left: 5px;
    width: 120px;
        font-size: 1.2em;
}

ul#menu li ul{
    padding: 0;
    margin: 0;   
}

ul#menu li ul li{
    float: none;
    background: none;
}

ul#menu li ul li a{
    padding: 0 0 0 5px;
    font-size: 1em;
    font-family: arial;
}

.clear{
    clear: both;
}

ul.level2{
    list-style: none;
}
    
table.overview tr td, table.overview tr th{
    padding-right: 20px;
}
table.overview tr th{
    border-bottom: 1px solid #DDD;
}
table.overview tr td.even{
    background: #eaeaea;
}
table.overview tr td.new{
    background: #f5ffa1;
}

input[type="text"], textarea, select, input[type="password"]{
    border: 1px solid #CCC;
    padding: 5px;
}

.error{
    color: red;
    display: block;
    margin-bottom: 10px;
}

div.combinatie{
    margin-bottom: 10px;
}

div.combinatie p{
    float: left;
}

div.combinatie select{
    margin: 9px 0 0 7px;
}