.elSelect {
border:#06c 1px solid;
cursor:pointer;
float:right;
height:20px;
width:234px;
}

.elSelect .clear {
clear:both;
}

.elSelect .disabled {
background-color:#C0CCCF;
border-left:solid 1px #749490;
border-right:solid 1px #749490;
color:#90A4AA;
}

.elSelect .dropDown {
background:url(../grafiken/knoepfe/okdown.gif) no-repeat 0 0;
float:right;
height:20px;
width:20px;
}

.elSelect .option {
background-color:#ECF1F2;
border-left:solid 1px #06c;
border-right:solid 1px #06c;
font-size:12px;
padding:4px 0 5px 5px;
text-align:left;
}

.elSelect .optionsContainer {
display:none;
margin-left:-1px;
margin-top:1px;
position:absolute;
width:236px;
}

.elSelect .optionsContainerBottom {
border-bottom:#06c 1px solid;
height:5px;
margin:-5px 0 0;
position:absolute;
width:100%;
}

.elSelect .optionsContainerBottom div {
background:url(bottom_left.gif) no-repeat 0 0;
height:5px;
width:100%;
}

.elSelect .optionsContainerBottom div div {
background:url(bottom_right.gif) no-repeat 100% 0;
height:5px;
width:100%;
}

.elSelect .optionsContainerTop {
background:url(top_center.gif) repeat-x 0 0;
height:5px;
position:absolute;
width:100%;
}

.elSelect .optionsContainerTop div {
background:url(top_left.gif) no-repeat 0 0;
height:5px;
width:100%;
}

.elSelect .optionsContainerTop div div {
background:url(top_right.gif) no-repeat 100% 0;
height:5px;
width:100%;
}

.elSelect .selected {
background-color:#fff !important;
color:#C39 !important;
}

.elSelect .selectedOption {
color:#000;
float:left;
font-size:12px;
padding:4px 0 0 6px;
}
