* {
    border: 0px;
    vertical-align: top;
    font-size: 1.0em;
    text-decoration: none;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
}


select {
    border: 1px solid #C1C1C1;
    font-size: 1.2em;
    width: 200px;
}


#afmetingen input {
    font-size: 1em;
    width: 100px;
    border: 1px solid #C1C1C1;
}

h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.blok {
    
}

.blokje {
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 5px;
}
.blokje img {
    margin-top: 3px;
    margin-bottom: 7px;
    cursor: pointer;
}


#container {
    float:left;
}



#uitslag {
    margin: 0px;
    margin-right: -10px;
    background-image: url("../../gfx/resultaten_rechts.gif");
	background-repeat:no-repeat;
    width: 197px;
    height: 307px;
    margin-top: 43px;
    float: right;
}
#uitslag table {
    margin-top: 38px;
}

#uitslag table td {
    height: 55px;
    border: 0px solid red;
    color: #FFF;
	padding-left:10px;
}
#uitslag table td span {
    font-style:italic;
    color: #34BDF5;
}
#uitslag table td input {
    margin-top: 8px;
    background: none;
    border: none;
    cursor: default;
    color: #FFF;
    font-style:italic;
    margin-left: 10px;
    width: 120px;
}
#uitslag table td img {
    margin-left: 28px;
    cursor: help;
    
}


#uitslag_onder {
    float: left;
    margin: 0px;
    background-image: url("../../gfx/resultaten_onder.gif");
	background-repeat:no-repeat;
    width: 479px;
    height: 141px;
    margin-top: 43px;
    
}

#uitslag_onder table {
    margin-top: 37px;
}

#uitslag_onder table td {
    height: 30px;
    border: 0px solid red;
    color: #FFF;
	padding-left: 33px;
}
#uitslag_onder table td div {
    margin-top: 10px;
}
#uitslag_onder table td span {
    font-style:italic;
    color: #34BDF5;
}
#uitslag_onder table td input {
    margin-top: 1px;
    background: none;
    border: none;
    cursor: default;
    color: #FFF;
    font-style:italic;
    margin-left: 5px;
    width: 90px;
}


#aanvraagknop {
    float: right;
    width: 196px;
    height: 143px;
    border: 0px solid red;
    margin-right: -10px;
    margin-top: 42px;
}

