#buchungsmaschine_tabs {
background-color:#FFFFFF;
border-bottom:2px solid #2A69B0;
font-weight:bold;
height:24px;
width:534px;
margin-left:4px;
margin-bottom:0;
}

.tab {
font-weight:bold;
text-align:left;
color:#333333;
font-family:arial;
font-size:85%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
}

.tab-sel .left {
background-image:url(../tab-sel-left.gif);
background-repeat:no-repeat;
float:left;
height:26px;
width:5px;
}

.tab-sel .mid {
background-color:#FFFFFF;
background-image:none;
border-top:2px solid #2A69B0;
color:#2A69B0;
float:left;
height:22px;
padding-top:2px;
text-align:center;
width:90px;
background-repeat:repeat-x;
}

.tab-sel .right {
background-image:url(../tab-sel-right.gif);
background-repeat:no-repeat;
float:left;
height:26px;
width:5px;
margin:0 0.5em 0 0;
}

.tab-unsel .left {
background-image:url(../tab-unsel-left.gif);
background-repeat:no-repeat;
cursor:pointer;
float:left;
height:24px;
width:3px;
}

.tab-unsel .mid {
background-image:url(../tab-unsel-mid.gif);
background-repeat:repeat-x;
color:#FFFFFF;
cursor:pointer;
float:left;
height:20px;
padding-top:4px;
text-align:center;
width:94px;
}

.tab-unsel .right {
background-image:url(../tab-unsel-right.gif);
background-repeat:no-repeat;
cursor:pointer;
float:left;
height:24px;
width:3px;
margin:0 0.5em 0 0;
}

#buchungsmaschine_content {
width:530px;
margin:0 0 1.5em 4px;
background-color:#FFFFFF;
border-top:0;
border:2px solid #2A69B0;
}

.buchungsmaschine_subselector {
background-color:#E9F4FD;
width:522px;
height:35px;
margin: 0 4px 4px 4px;
}