.login{
margin: 10px 0px;
width: 100%;
text-align: center;
}
.input_small{
margin: 0px 2px;
width: 90px;
height: 13px;
font-size: 11px;
border: 1px solid #999999;
}
.login_buttons{
position: relative;
margin: 6px 10px 0px;
height: 17px;
}
.login_submit_cz,.login_submit_en{
display: block;
position: absolute;
top: 0px;
left: -1px;
border: none;
width: 48px;
height: 17px;
background-repeat: no-repeat;
}
.login_submit_cz{
background: url(../../design/generic/login_cz.gif);
}
.login_submit_en{
background: url(../../design/generic/login_en.gif);
}
.login_submit_cz:hover{
background: url(../../design/generic/login_hover_cz.gif);
}
.login_submit_en:hover{
background: url(../../design/generic/login_hover_en.gif);
}
.register_cz,.register_en{
display: block;
position: absolute;
top: 0px;
right: 0px;
border: none;
height: 17px;
background-repeat: no-repeat;
}
.register_cz{
width: 80px;
background: url(../../design/generic/register_cz.gif);
}
.register_en{
width: 60px;
background: url(../../design/generic/register_en.gif);
}
.register_cz:hover{
background: url(../../design/generic/register_hover_cz.gif);
}
.register_en:hover{
background: url(../../design/generic/register_hover_en.gif);
}
.logout_cz,.logout_en{
display: block;
margin: 6px auto 15px;
border: none;
height: 17px;
background-repeat: no-repeat;
}
.logout_cz{
width: 60px;
background: url(../../design/generic/logout_cz.gif);
}
.logout_en{
width: 48px;
background: url(../../design/generic/logout_en.gif);
}
.logout_cz:hover{
background: url(../../design/generic/logout_hover_cz.gif);
}
.logout_en:hover{
background: url(../../design/generic/logout_hover_en.gif);
}
.greetings{
position: relative;
margin: 0px;
font-family: "Lucida Grande CE","Tahoma","lucida",sans-serif;
font-size: 12px;
text-align: center;
}
.sidebar_separator{
position: relative;
margin: 5px -5px;
width: 222px;
height: 14px;
background-repeat: no-repeat;
display: block;
}
.swap_box{
position: relative;
width: 100%;
height: 280px;
}
.sidebar_links{
font-size: 13px;
}

.special1{
display: block;
position: relative;
padding-left: 90px;
width: 110px;
height: 50px;
background: url(modules/specials/frisbeer.gif) no-repeat 0px 5px;
}

.sponsor1{
display: block;
position: relative;
margin: 4px 0px;
padding-top: 4px;
padding-left: 98px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 34px;
background-image: url(../../design/sponsors/spp.gif);
background-repeat: no-repeat;
}

.sponsor2{
display: block;
position: relative;
margin: 4px 0px;
padding-top: 13px;
padding-left: 98px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 31px;
background-image: url(../../design/sponsors/hame.gif);
background-repeat: no-repeat;
}

.sponsor3{
display: block;
position: relative;
margin: 10px 0px 0px 13px;
padding-top: 5px;
padding-left: 85px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 60px;
background-image: url(../../design/sponsors/radio1.gif);
background-repeat: no-repeat;
}

.sponsor4{
display: block;
position: relative;
margin: 4px 0px;
padding-top: 13px;
padding-left: 98px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 39px;
background-image: url(../../design/sponsors/adio.gif);
background-repeat: no-repeat;
}

.sponsor5{
display: block;
position: relative;
margin: 4px 0px;
padding-top: 4px;
padding-left: 98px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 32px;
background-image: url(../../design/sponsors/crossclub.gif);
background-repeat: no-repeat;
margin-bottom: 8px;
}

.sponsor7{
display: block;
position: relative;
margin: 4px 0px 0px 13px;
padding-top: 4px;
padding-left: 85px;
padding-bottom: 5px;
font-size: 13px;
font-weight: bold;
width: 102px;
height: 64px;
background-image: url(../../design/sponsors/22logo.gif);
background-repeat: no-repeat;
margin-bottom: 8px;
}

.sponsor6{
display: block;
position: relative;
margin: 4px 0px;
margin-bottom: 8px;
}

.sponsor6_flash{
width: 100%;
height: 28px;
}

.sponsor8 {
  width: 120px;
  height: 240px;
}

.swap_on,.swap_off{
position: absolute;
top: 0px;
left: 0px;
width: 12px;
height: 12px;
}
.swap_on{
background-image: url(../../design/administration/swap_on.png);
}
.swap_off{
background-image: url(../../design/administration/swap_off.png);
}
.swapper{
cursor: hand;
}