#kalkulator {

}
div#kalkulator {
    position: absolute;
    display: none;
    border: 3px solid #3E72AC;
    top: 200px;
    left: 200px;
    width: 120px;
    height: 100px;
    background-color: #8DB8C7;
}
div#kalkulator div {
    height: 25px;
    text-align: right;
    font-weight: bold;
    color: white;
}
div#kalkulator div input{
    padding: 2px;
    width: 70px;
    margin-right: 5px;
}
#kalkulator_close {

}
div#kalkulator_close {
    text-align: right;
}
div#kalkulator_close span {
    background-color: #3E72AC;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.section_kalkulator {
    
}

span.section_kalkulator {
    font-weight: bold;
    cursor: pointer;
}

div.kalkulatorWalut {
	float: left;
	display: inline;
    height: 20px;
}

div.kalkulatorWalut span.plnEUR {
	float: left;
    padding: 3px 4px 0px 0px;
}
