    html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    body, html {
    background: black;
    }
    body {
        font-size: 62.5%; /* Nastaví 1em na 10px pro všechny prohlížeče */
    text-align: center;
    color: white; /* vždy nastavit barvu písma, lepší než černá je tmavě šedá */
    font-family: sans-serif;
    }
    #main a, #side a, #otherside a{
      text-decoration: none !important;
    }
    #main a:hover, #side a:hover, #otherside a:hover{
      text-decoration: underline !important;
    }
    #content {
    width: 980px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    }
    #main {
    width: 375px;
    float: left;
    position: relative;
    left: 293px;
    display: inline;
    overflow: hidden;
    }

    #side {
    width: 285px;
    float: left;
    position: relative;
    left: -375px;
display: inline;
overflow: hidden;
    }
    #otherside {
    float: left;
    width: 305px;
overflow: hidden;
position: relative;
left: 15px;
display: inline;
    }

    .hp #main{
    width: 375px;
    left: 313px;
    }
    .hp #side{
    width: 305px;
    left: -375px;
    }
    .hp #otherside {
    width: 285px;
    }

    .tv #main{
    width: 485px;
    left: 248px;
    }
    .tv #side{
    width: 240px;
    left: -485px;
    }
    .tv #otherside {
    width: 240px;
    }

    .registrace #main{
    width: 400px;
    left: 288px;
    }
    .registrace #side{
    width: 280px;
    left: -400px;
    }
    .registrace #otherside {
    width: 285px;
    }

    .hry #main{
    width: 630px;
    left: 188px;
    }
    .hry #side{
    width: 180px;
    left: -630px;
    }
    .hry #otherside {
    width: 155px;
    }

    .souteze #main{
    width: 630px;
    left: 188px;
    }
    .souteze #side{
    width: 180px;
    left: -630px;
    }
    .souteze #otherside {
    width: 155px;
    }

    .clanky #main{
    width: 630px;
    left: 188px;
    }
    .clanky #side{
    width: 180px;
    left: -630px;
    }
    .clanky #otherside {
    width: 155px;
    }

    #programy #main {
    width: 630px;
    left: 188px;
    }

    #programy #side {
    width: 180px;
    left: -630px;
    }
    #programy #otherside {
    width: 155px;
    }

    #profil #main {
    width: 980px;
    left: 0;
    }
    #profil #side {
    display: none;
    }
    #profil #otherside {
    display: none;
    }
    

    #toplist #main {
    width: 525px;
    }

    #toplist #side {
    left: -525px;
    }
    #toplist #otherside {
    width: 155px;
    }
    
    #ikony #main {
    width: 525px;
    left: 200px;
    }
    #ikony #side {
    display: none;
    }
    #ikony #otherside {
    display: none;
    }

    #uzivatel #main {
    width: 475px;
    left: 193px;
    }
    #uzivatel #side {
    width: 185px;
    left: -475px;
    }
    #uzivatel #otherside {

    }


    #oblibene #main {
    width: 400px;
    left: 268px;}
    #oblibene #side {
    width: 260px;
    left: -400px;
    }
    #oblibene #otherside {}

    #video #main {
    width: 425px;
    left: 243px;
    }
    #video #side {
    width: 235px;
    left: -425px;
    }

    #header {

    height: 135px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    }
    #header a strong {
    display: none;
    }
    #current a {  /* vždy klikací logo! příklad náhrady textu obrázkem*/
    width: 0;
    height: 135px;
    padding-left: 980px;
    overflow: hidden;
    display: block;
    background: white url(logo.jpg) no-repeat left top;
    }
    #menujump a {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    }
    #other {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    }
    #other a {
    color: white;
    }
    #wrapper {
    position: relative;
    padding-top: 55px;
    }
    #wrapper2 {
    position: relative;
    padding-top: 5px;
    }
    #menu {
    position: absolute;
    width: 980px;
    background: url(menu.gif) repeat-x left top;
    height: 65px;
    top: 0;
    left: 0;
    }
    #menu h2 {
    display: none;
    }
    #menu ul {
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 0px;    }
    #menu ul li {
    display: block;
    float: left;
    font-size: 11px;
    }
    #menu ul li ul {
    position: absolute;
    left: 0;
    height: 43px;
    line-height: 28px;
    bottom: 0;
    width: auto;
    display: none;
    font-weight: normal;
    padding-left: 0;
    }

    #menu ul li:hover ul {
    display: block;
    }
    #menu ul li.home {
    margin-right: 5px;
    }

    
/* CO SA ZOBRAZUJE NA HORNEJ NAVIGACNEJ LISTE - je to aj tak na chuja, lebo skurveny IE6 to nechape a kazdy iny to chape, pici */
/*toto znamena ze submenu sa strati ked pridem nad nejaky ine nadmenu*/
.home #menu ul:hover li.home ul {display: none;}
.akce #menu ul:hover li.akce ul {display: none;}
.kluby #menu ul:hover li.kluby ul {display: none;}
.diskuze #menu ul:hover li.diskuze ul {display: none;}
.uzivatele #menu ul:hover li.uzivatele ul {display: none;}
.djs #menu ul:hover li.djs ul {display: none;}
.hudba #menu ul:hover li.hudba ul {display: none;}
.video #menu ul:hover li.video ul {display: none;}
.radia #menu ul:hover li.radia ul {display: none;}
.hry #menu ul:hover li.hry ul {display: none;}
.programy #menu ul:hover li.programy ul {display: none;}
.clanky #menu ul:hover li.clanky ul {display: none;}
.souteze #menu ul:hover li.souteze ul {display: none;}
.horoskopy #menu ul:hover li.horoskopy ul {display: none;}
.chat #menu ul:hover li.chat ul {display: none;}


/**/
.home #menu ul li.home ul, .home #menu ul:hover li.home:hover ul {display: block;}
.akce #menu ul li.akce ul, .akce #menu ul:hover li.akce:hover ul {display: block;}
.kluby #menu ul li.kluby ul, .kluby #menu ul:hover li.kluby:hover ul {display: block;}
.diskuze #menu ul li.diskuze ul, .diskuze #menu ul:hover li.diskuze:hover ul {display: block;}
.uzivatele #menu ul li.uzivatele ul, .uzivatele #menu ul:hover li.uzivatele:hover ul {display: block;}
.djs #menu ul li.djs ul, .djs #menu ul:hover li.djs:hover ul {display: block;}
.hudba #menu ul li.hudba ul, .hudba #menu ul:hover li.hudba:hover ul {display: block;}
.video #menu ul li.video ul, .video #menu ul:hover li.video:hover ul {display: block;}
.radia #menu ul li.radia ul, .radia #menu ul:hover li.radia:hover ul {display: block;}
.hry #menu ul li.hry ul, .hry #menu ul:hover li.hry:hover ul {display: block;}
.programy #menu ul li.programy ul, .programy #menu ul:hover li.programy:hover ul {display: block;}
.clanky #menu ul li.clanky ul, .clanky #menu ul:hover li.clanky:hover ul {display: block;}
.souteze #menu ul li.souteze ul, .souteze #menu ul:hover li.souteze:hover ul {display: block;}
.horoskopy #menu ul li.horoskopy ul, .horoskopy #menu ul:hover li.horoskopy:hover ul {display: block;}
.chat #menu ul li.chat ul, .chat #menu ul:hover li.chat:hover ul {display: block;}

    #menu ul ul li {
    display: inline;
    font-size: 12px;
    }
    #menu ul a {
    text-decoration: none;
    padding: 0 1.2em;
    color: white;
    background: #650034 url(menu_a.gif) no-repeat left top;
    display: block;
    }
    #menu ul .home a {
    padding: 0 15px 0 10px;
    width: 92px;
    background: #650034 url(menu_ah.gif) no-repeat left top;
    }
    #menu ul li:hover a {
    background: url(menu_a_active.gif) no-repeat left top;
    }
    #menu ul li.home:hover a {
    background: #650034 url(menu_a_active_home.gif) no-repeat left top;
    }
    #menu ul li ul a {
    padding: 0 1em;
    background: none !important;
    }
    #menu ul li.kluby ul a {
    letter-spacing: -1px;
    padding: 0 0 0 0.8em;
    }

    #menu ul li.radia ul a {
    padding: 0 0 0 1em;
    }
    #menu ul li.hudba ul a {
    padding: 0 0 0 1em;
    }
    #menu ul li.hry ul a {
    padding: 0 0 0 1.3em;
    }
    #menu ul li.programy ul a {
    padding: 0 0 0 1em;
    }
    #menu ul li.chat ul a {
    letter-spacing: -1px;
    padding: 0 0 0 1em;
    }
    #menu a:hover {
    }

    #menu2, #menu2 li {
    display: inline;
    line-height: 50px;
    }
    #menu2 a {
    font-size: 120%;
    margin: 0 1em;
    }


    #footer {
    background: url(footer.jpg) no-repeat left 20px;
    height: 65px;
    clear: both;
    text-align: center;
    padding-top: 20px;
    }
    #footer #copyright {
    width: 100%;
    color: black;
    }
    #footer #copyright a {
    color: black;
    }
    #ecrom {
      left: 5px;
      position: absolute;
      color: #000;
    }
    #ecrom a {
      color: #000;
    }
    #ecrom a:hover {
      color: #000;
    }
    #ecrom a:visited {
      color: #000;
    }    
    #lista {
    clear: both;
    }
    .hidden {
    display: none;
    }
    /* vždy nastavit obecný h1 až aspoň h4 */
    h1, h2, h3, h4, h5, h6 { /* sdružovat společná nastavení */
    font-family: Impact, "Techno CE", sans-serif;
    font-weight: normal;
    }
    h1 {
    font-size: 200%;
    text-transform: uppercase; /*Velká písmena dělat stylem, ne textem! */
    }
    h2 {
    font-size: 180%;
    }
    h3 {
    font-size: 160%;
    }
    h4 {
    font-size: 150%;
    }
    .fs160 {
    font-size: 160%;
    }
    /* tagy nastavovat vždy uvnitř elementu, kterého se týkají */
    #main p{
    /* velikost písma nastavovat na konkrétní tag, ne na celý div, písmo určené pro čtení (tj. ne nutně třeba patička) by mělo mít vždy minimálně 12 px (tj. 120%). Pakliže se nejedná o nějaký element, kde je velikost písma důležitá pro přesný design (občas u horizontálního menu a textových "obrázků"), tak jej nastavovat vždy v relativních jednotkách (em nebo %). */
    font-size: 110%;
    margin: 0.5em 0;
    line-height: 1.3em; /* běžný text by měl mít meziřádkové mezery aby se co nejlépe četl */
    }
    #main ul, #main ol {
    margin: 0.5em 0;
    }
    #main ul li, #main ol li{
    margin-left: 0em;
    font-size: 120%;
    }
    #main table {
    margin: 0 auto;
    width: 90%;
    font-size: 120%;

    border-collapse: collapse;
    }
    #main table th {
    text-align: right;
    }
    #main table th, #main table td {
    vertical-align: middle;
    }
    #main table thead th {
    text-align: center;
    }
    #main table .second {
    text-align: right;
    }
    #main table th + td { /* řešení pro prohlížeče nepodporující col/colgroup, musí být zvlášť kvůli IE */
    text-align: right;
    }
    #main table thead th, #main table thead td {
    border-bottom: black double;
    }
    #main table tfoot th, #main table tfoot td {
    border-top: black double;
    }
    #main table tbody th {
    border-right: black double;
    }
    #main table caption {
    caption-side: bottom;
    font-style: italic;
    text-align: left;
    }

    #main #first {
    width: 288px;
    float: left;
    margin-right: 7px;
    }

    /* PANEL */
    .panel {
    clear: both;
    position: relative;
    margin-bottom: 5px;

    }

    .panel h1{
	background: url(box_back2.jpg) no-repeat;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 3px;
    }

    .panel h2{
    background: url(red_box_back.jpg) no-repeat center top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .redbox{
    background: url(red_box_back.jpg) no-repeat center top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .panel li {
    font-size: 120%;
    color: #dc006b;
    display: block;
    }
    .panel p, .panel cite {
    font-size: 120%;
    }
    .panel li a {
    text-decoration: none;
padding-left: 20px;
    background: url(purple-dot.gif) no-repeat 5px 5px;
    }
    .panel a:hover {
    text-decoration: underline;
    }





    /* DOWNLOAD */
    #main .download{
    clear: both;
    position: relative;
    }
    #main .download h3 {
    color: #ffcc33;
    }
    #main .download ul {
    color: #ffcc33;
    }
    #main .download h2{
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    background: url(red_box_back.jpg) no-repeat center top;
    }

    /* VIDEA */
    .videa{
    clear: both;
    position: relative;
    }
    .videa div {
    width: 105px;
    height: 95px;
    float: left;
    margin: 5px 5px;
    text-align: center;
    position: relative;
    display: inline;
    padding-bottom: 2em;
    }
    .videa h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .videa h3  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 120%;
    }
    .videa h3 a {
    color: #ffcc33;
    text-decoration: none;
    }

    /* FOTOGALERIE */
    .fotogalerie{
    clear: both;
    position: relative;
    }
    .fotogalerie li {
    width: 125px;
    height: 100px;
    float: left;
    margin: 5px 7px;
    text-align: center;
    position: relative;
    display: inline;
    }
    .fotogalerie br {
    clear: both;
    }

    /* MP3 list */
    .mp3list {

    }
    .mp3list ul {
    width: 33%;
    float: left;
    }

    /* IKONY */
    .ikony {
    margin-right: -4px;
    width: 80px;
    overflow: hidden;
    text-align: center;

    }
    .ikony div {

    }

    .ikony h2 {
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 140%;
    }
    .ikony img {
    margin: 6px 0 10px 0;
    }

    /* KLUB / AKCE TÝDNE */
    .klub_tydne, .akce_tydne, .doporucene_kluby {
    background: url(box_back.jpg) no-repeat center 30px;
    clear: both;
    position: relative;
    }
    .klub_tydne div, .akce_tydne div,  .doporucene_kluby div {
        padding: 3px 4px;
    }
    
    .klub_tydne div img, .akce_tydne div img {
      margin: 4px;
      float: left;
    }
    .doporucene_kluby div img{
      margin: 2px;
    }
    
    .klub_tydne h2, .akce_tydne h2, .doporucene_kluby h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    .klub_tydne h3, .akce_tydne h3,  .doporucene_kluby h3 {
    text-transform: uppercase;
    font-size: 130%;
    width: 170px;
    overflow: hidden;
    float: right;
    }
    .klub_tydne address, .akce_tydne address,  .doporucene_kluby address {
    width: 165px;
    font-size: 110%;
    clear: right;
    overflow: hidden;
    color: #ffcc33;
    font-style: normal;
    }
    .klub_tydne h3 a , .akce_tydne h3 a, .doporucene_kluby h3 a{
    color: white;
    }
    .klub_tydne p, .akce_tydne p,  .doporucene_kluby p {
    line-height: 1.1em;
    width: 165px;
    margin-left: auto;
    height: 4em;
    overflow: hidden;
    }

    /* DOPORUČENÉ KLUBY */
    .doporucene_kluby div {
    background: url(box_back.jpg) no-repeat center top;
    clear: both;
    }

    /* DOPORUČENÉ TAXI */
    .doporucene_taxi div {
    background: url(box_back.jpg) no-repeat center top;
    clear: both;
    }
    .doporucene_taxi {

    }
    .doporucene_taxi div {
        padding: 3px 4px;
        position: relative;
        width: 277px;
        overflow: hidden;
    }
    .doporucene_taxi h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    .doporucene_taxi h3 {
    text-transform: uppercase;
    font-size: 130%;
    width: 100px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    }
    .doporucene_taxi .doporucujeme h3 {
    float: right;
    width: 170px;
    }

    .doporucene_taxi h3 a{
    color: white;
    }
    .doporucene_taxi p {
    clear: none;
    width: auto;
    height: auto;
    }
    .doporucene_taxi p {
    margin-left: 105px;
    }


    /* DOPORUČENÉ KLUBY */
    .doporucene_kluby div {
    background: url(box_back.jpg) no-repeat center top;
    clear: both;
    }



    /* FOTOREPORTY */
    .fotoreporty {
    clear: both;
    position: relative;
    }
    .fotoreporty div {
    background: url(box_back2.jpg) no-repeat center top;
    padding: 3px 10px;
    position: relative;
    }
    .fotoreporty h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    .fotoreporty h3 a{
    color: white;
    }

    .fotoreporty h3 a {
    text-decoration: none;
    }
    .fotoreporty h3 {
    color: white;
    font-family: sans-serif;
    font-size: 120%;
    }
    .fotoreporty p {
    position: absolute;
    right: 10px;
    top: 3px;
    }
    .fotoreporty address {
    color: #ffcc33;
    font-style: normal;
    }
    
    #fotoreporty #main .panel div{
      width: 80px;
      height: 75px;
      float: left;
      position: relative;
      border: 1px solid #1c1c1c;
      border-top: 3px solid #1c1c1c;
      text-align: center;
      margin: 3px;
    }
    #fotoreporty #main .panel div img{
      margin-top: 5px;
      border: 2px solid #1c1c1c;
    }


    .show_all {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    line-height: 27px;
    color: #ffcc33;
    }



    /* AKCE */
    .partylist{
    clear: both;
    position: relative;
    }
    .partylist div {
    background: url(box_back2.jpg) no-repeat center top;
    padding: 3px 10px;
    position: relative;
    }
    .partylist .doporucit {
    background: url(purple_box_back.jpg) no-repeat center top;
    }
    .partylist h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .partylist h3  {
    color: white;
    font-family: sans-serif;
    font-size: 120%;
    width: 180px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    }
    .partylist h3 a {
    text-decoration: none;
    color: white;
    }
    .partylist h3 a:hover {
    text-decoration: underline;
    }
    .partylist p {
    position: absolute;
    right: 10px;
    top: 3px;
    text-align: right;
    }
    .partylist p strong{
    display: block;
    }
    .partylist address {
    text-transform: uppercase;
    font-style: normal;
    }
    .partylist address a{
    color: #ffcc33;
    text-decoration: none;
    }
    .partylist address a:hover{
    color: #ffcc33;
    text-decoration: underline;
    }

    /* NEJNOVEJSI AKCE */

    .nejnovejsi_akce li {
padding-left: 20px;
    background: url(purple-dot.gif) no-repeat 5px 5px;
    }
    .nejnovejsi_akce li a {
    text-decoration: none;
    padding-left: 0;
    background-image: url();
    background: none url() !important;
    }



    /* user list */
    .userlist {

    }
    .userlist div {
        border: 1px solid #BFBFBF;
        padding: 5px 0 5px 7px;

    }
    .userlist h3 {
    font-size: 120%;
            clear: both;
    }
    .userlist li {
        display: inline;
        font-size: 8px;
        padding: 0;
        margin: 0;
        background: none url() !important;
    }
    .userlist li a img{
        border: 1px solid #444;
    }
    .userlist ul li a {
    margin: 0 5px 0 0;
    padding: 0;
    background-image: url() !important;
    text-decoration: none;
    }



    .uzivatelelist li {
    font-size: 130%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    }


    /* uživatelé */
    .users {

    }

    .users li {
        display: inline;
        font-size: 8px;
        padding: 0;
        margin: 0;
        background: none url() !important;
    }
    .users li a img{
        border: 1px solid #444;
    }
    .users ul li a {
    margin: 0;
    padding: 0;
    width: 76px;
    height: 76px;
    display: block;
    float: left;
    background-image: url() !important;
    text-decoration: none;
    text-align: center;
    }


    /* Diskuze */
    #diskuze_add {
    background: black;
    z-index: 1000;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 30px;
    display: none;
    }
    .diskuze #main {
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
    }

    .nejnovejsi_diskuze h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    .rtv h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    #thp {
      padding-top: -2px;
    }

    /* RÁDIA */
    #homepage .radiolist {
    clear: both;
    position: relative;
    background: url(box_back3.jpg) no-repeat center top;
    }
    #home .radiolist h2{
    background: url(orange_box_back.jpg) no-repeat center top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }

    .radiolist li {
    font-size: 130%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    }

    #homepage .radiolist ul{
    width: 49%;
    float: left;
    position: relative;
    }
    #homepage .radiolist li {
    font-size: 120%;
    text-transform: uppercase;
    text-transform: none;
    margin-bottom: 0;
    color: #dc006b;
    }
    #homepage .radiolist p {
    clear: both;
    display: block;
    height: 5px;
    width: 100%;
    }
    #homepage .radiolist li a {
    text-decoration: none;
padding-left: 20px;
    background: url(purple-dot.gif) no-repeat 5px 5px;

    }
    #homepage .radiolist a:hover {
    text-decoration: underline;
    }

    /* DRINK */
    .drink{
    clear: both;
    position: relative;
    }
    .drink h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .drink p{
    background: url(drink.jpg) no-repeat 7px 7px;
    width: 270px;
    height: 220px;
    padding: 7px;
    border: 1px solid #4c4c4c;
    position: relative;
    }
    .drink a{
    position: absolute;
    bottom: 7px;
    right: 15px;
    line-height: 20px;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    color: black;
    }



    /* HLEDÁNÍ *//*
    #search {
    background: url(green_box.jpg) no-repeat left top;
    width: 305px;
    height: 68px;
    margin: 0 0 5px 0;
    }
    #search fieldset {
    margin: 0;

    }
    #search legend {
    color: white;
    padding: 0 5px 10px 5px;
    line-height: 1.5;
    font-family: Impact, "Techno CE", sans-serif;
    font-weight: normal;
    }
    #search input, #search option, #search select, #search button {
    text-align: left;
    background: #444;
    border: none;
    margin: 0 0 0 15px;
    width: 90px;
    display: inline;
    color: white;
    height: 21px;
    line-height: 21px;
    padding: 0 2px;
    float: left;
    }

    #search option {
    display: block;
    float: none;
    margin: 0;
    }
    #search select, #search option {
    height: 19px;
    }
    #search label {
    display: none;
    }
    #search button {
    width: 50px;
    font-weight: bold;
    background: white;
    color: black;
    text-align: center;
    font-size: 110%;
padding: 0;
    }
    #search button:hover {
    background: black;
    color: white;
    }*/


    /* ZPRAVODAJ */
     #newsletter {
     background: url(green_h2.jpg) no-repeat center top;
    padding: 0;
    margin: 0;
    width: 305px;
        position: relative;
    }
    #newsletter legend{
    height: 18px;
    line-height: 18px;
    margin: 0;
    color: white;
    padding: 0 5px;
    margin: 0;
    padding-bottom: 18px;
    }
    #newsletter fieldset {
    background: url(box_back.jpg) no-repeat center 15px;
    padding: 0 10px;
    }
    #newsletter fieldset fieldset {
    background: none;
    padding: 0;
    }
    #newsletter input {
    width: 190px;

    }
    #newsletter button {
    background: #444;
    border: 2px solid white;
    color: white;
    _margin-top: 4px;
    width: 80px;
    white-space: nowrap;
    padding: 1px 2px ;
    }
    #newsletter button:hover {
    border: 2px solid #444;
    background: white;
    color: #444;
    }
    #newsletter label{
    display: none;
    }
    #newsletter fieldset fieldset label {
    width: 30%;
    float: left;
    display: block;
    }
    #newsletter fieldset fieldset input {
    width: 2em;
    }
    #newsletter button {
    position: absolute;
    right: 10px;
    top: 37px;;
    }


        form, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
    }
    form {
    width: 80%;
    margin: 0 auto;
    }
    fieldset {
    margin: 0.5em 0;
    }
    fieldset legend {
    font-size: 180%;
    font-weight: bold;
    color: #333; /* jinak IE dává modrou, takže vždy nastavit */
    }
    fieldset fieldset legend {
    font-size: 130%;
    }
    form label {
    text-align: right;
    display: block;
    }
    form input, form select, form textarea {
    width: 98%;
    }
    form label input {
    width: 2em;
    }

    #regForm table, #regForm td, #regForm th {

    }
    #regForm table, #regForm {
    width: 100%;
    table-layout: fixed;
    }
    #regForm th {
    width: 15em;
    padding-right: 1em;
    }
    #regForm td {
    }
    #regForm input {
    width: 150px;
    margin-left: 1em;
    margin-right: 0;
    }
    #regForm label input {
    width: 1.5em;
    }
    #regForm label {
    display: inline;
    }
    #regForm button {
    margin: 0 auto;
    }
    #regForm small {
    display: block;
    }
    .center {
    text-align: center !important;
    clear: both;
    }
    .left {
    text-align: left !important;
    clear: both;
    }
    .right {
    text-align: right !important;
    clear: both;
    }
    textarea {
    width: 300px;
    height: 7em;
    }










    /* clanky */
	.clanky div.maxi {
		height: auto;
		width: 300px;
		float: left;
		border: 0px solid #ccccff;
		margin: 5px;
		margin-top: 0px;
		overflow: hidden;
	}

	.clanky div.mini {
		height: auto;
		width: 195px;
		float: left;
		border: 0px solid #ccccff;
		margin: 5px;
		overflow: hidden;
	}
	.clanky div.section {
		height: auto;
		width: 630px;
		float: left;
		border: 0px solid #ccccff;
		margin: 5px;
		overflow: hidden;
	}
	.clanky h1.nadpis{
		margin: 2px;
		margin-right: 10px;
		font-size:150%;
		text-transform: none;
		overflow: visible;

	}

    .clankylist{

    }
    .clankylist h2{
    background: url(h2.gif) repeat-x left top;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 3px;
    }
    .clankylist p{
    font-size: 120%;
    margin-bottom: 0.5em;
    }
        .clankylist li {
    font-size: 120%;
    color: #dc006b;
padding-left: 20px;
    background: url(purple-dot.gif) no-repeat 5px 5px;
    }
    .clankylist li a {
    text-decoration: none;
    }
    .clankylist a:hover {
    text-decoration: underline;
    }

    .odkazy {
    clear: both;
    }
    .odkazy div {
    float:left;
    height: 115px;
    width: 120px;
    overflow: hidden;
    background: none; /*url(box_back.jpg) no-repeat center center;*/
    text-align: center;
    border: 1px solid #1c1c1c;
    border-top: 3px solid #1c1c1c;
    }
    .odkazy h2 {
    font-size: 140%;
    margin: 0;
    padding: 0;
    background: #0a0a0a;
    }
    .odkazy img{
      border: 2px solid #1c1c1c;
    }
    #odkazy_side.odkazy div {
    width: 100%;
    height: 90px;
    text-align: left;
    }
    #odkazy_side.odkazy h2, #odkazy_side.odkazy em {
    width: 50%;
    margin: 0 0 0 auto;
    }
    #odkazy_side.odkazy p {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: -1.4em 5px;
    }

    #odkazy_side.odkazy img {
    vertical-align: middle;
    }


 /* DRINK DNE */

    .drink_dne {

    }
    .drink_dne div {
    padding: 5px;
    border: 1px #8F8F8F solid;
    }
    .drink_dne img {
    width: 180px;
    margin-right: 5px;
    }

/*  HRYLIST */
    .hrylist {

    }

    .hrylist li {
    font-size: 130%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    }


    .promo form.search {
    width: 370px;
    font-size: 120%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding: 0;
    line-height: 2.5em;
    text-align: left;
    }
    
    .promo form.search select{
      width: 100px;
      display: inline;
      background: #444;
      color: white;
      border: 1px solid #c68f06;
    }
    
    .promo form.search select option{
      display: block;
      border: 1px solid #c68f06;
      /*width: 90px;*/
    }
    
    .promo form.search select option:hover{
      font-weight: bold;
    }
    
    .promo form.search input{
      margin: 0 0.5em;
      top: 0px;
      height: 20px;
    }


    .promo form {
    float: left;
    width: 600px;
    padding: 0;
    margin: 0;
    font-size: 120%;
    height: 3em;
    line-height: 2.5em;
    overflow: hidden;
    text-align: right;
    border: 0px solid #ffffff;
    }
    .promo form legend {
    display: none;
    }
    .promo form * {
    display: inline;
    }
    .promo form img{
    }
    .promo form em{
    font-size: 83.33%;
    }
    .promo form input, .promo form label {
    width: 100px;
    margin: 0 0.5em;
    }
    .promo form label, .promo form a {
        font-family: Impact, "Techno CE", sans-serif;
    }
    .promo form input {
    background: #444;
    color: white;
    padding: 0 0.5em;
    border: 1px solid #c68f06;
    }
    .promo form button {
    background: black;
    color: white;
    border: none;
    font-weight: bold;
    line-height: 1.5em;
    top: 2px;
    }
    .promo form button:hover {
    background: #ffcc00;
    color: black;
    }
    .promo form fieldset {
    margin: 0;
    }
    a.button {
    background: url(green_box.jpg) no-repeat right bottom;
    padding: 0.2em 0.5em;
    letter-spacing: 1px;
    text-decoration: none;
    margin-right: 1em;
    }
    a.button:hover {
    background-position: left bottom;
    }
    .promo em{

    font-style: normal;

    }
    .promo em a {
    font-family: sans-serif;

    }


    .videolist {

    }

    .videolist li {
    font-size: 130%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    }

    .diskuzni_fora {

    }

    .diskuzni_fora li {
    font-size: 160%;
    margin-bottom: 0.5em;
    font-weight: bold;
    }
    .diskuzni_fora li a {
    padding: 0;
    background-image: url();
    }

/*     .nejaktivnejsi_diskuze {
    border: 1px solid #4c4c4c;
    padding: 5px;
    }
    .nejaktivnejsi_diskuze h2 {
    font-family: sans-serif;
    font-size: 140%;
    font-weight: bold;
    padding: 0;
    background-image: url();
    } */
    .nejaktivnejsi_diskuze li a {
    padding: 0;
    background-image: url();
    }

    .nejnovejsi_diskuze li a {
    padding-left: 10px;
    background-image: url();
    }

    #profil_form .first {
    float: left;
    width: 175px;
    padding: 0 10px;
    }

    #profil_form .second {
    float: left;
    width: 170px;
    padding: 0 10px;
    }
    #profil_form .second div.hledam{
    margin: 0px;
    padding: 0px;
    position: relative;
    float: none;
    }
    #profil_form .second div.hledam input{
    float: left;
    position: relative;
    }
    #profil_form .second div.hledam label{
     width: 33%;
     font-style: italic;
     float: left;
     position: relative;
    }
    #profil_form .third {
    float: left;
    width: 260px;
    }
    #profil_form .fourth {
    float: left;
    width: 310px;
    padding-left: 10px;
    }
    
    #profil .third div.panel {
    }
    #profil_form fieldset, #pridatakci_form fieldset {
    border: 2px solid #1c1c1c;
    border-top: 4px solid #1c1c1c;
    padding: 10px;
    }
    #profil_form label, #pridatakci_form label {
    text-align: left;
    float: none;
    font-size: 110%;
    margin-top: 0.5em;
    display: block;
    }
    #profil_form label strong {
    display: block;
    font-size: 110%;
    }
    #profil_form input, #profil_form select, #profil_form textarea {
    float: none;
    }
    
    #profil_form  {
    width: 980px;
    margin: 0;
    float: left;
    }
    #profil_form button {
    margin: 0 auto;
    }
    #profil .uzivatelu_online p {
    font-family: Impact, "Techno CE", sans-serif;
    font-size: 200%;
    text-align: center;
    }
    #profil #about{
      height: 267px;
    }
    #profil #about div {
    float: left;
    position: relative;
    }
    #profil #about div textarea{
      height: 95px;
    }
    #profil div.fill_form{
    float: left;
    width: 400px;
    }

	#pridatakci_form  {
    width: 100%;
    margin: 0;
    }

   #hobby {
   overflow: hidden;
   padding: 0px;
   height: 490px;
   }
   #hobby input {
   float: left;
   margin-left: 25px;
   }
   #hobby label {
   width: 33%;
   float: left;
   text-align: center;
   margin-top: 0.6em;
   }

   #hobby_search {
   left: 30px;
   overflow: hidden;
   padding: 0px;
   height: 430px;
   width: 260px;
   }
   #hobby_search input {
   float: left;
   margin-left: 25px;
   }
   #hobby_search label {
   width: 33%;
   float: left;
   text-align: center;
   margin-top: 0.6em;
   }

   #majetek {
   overflow: hidden;
   padding: 0px;
   height: 200px;
   }
   #majetek input {
   float: left;
   margin-left: 33px;
   }
   #majetek label {
   width: 33%;
   float: left;
   text-align: center;
   margin-top: 0.6em;
   }


    .fotoalba {

    }
    .fotoalba img{
    margin: 0 0 5px 7px ;
    }
    .mojipratele div{
    float: left;
    }
    .mojipratele img{
    margin: 0 0 5px 7px ;
    }

    #oblibene #main .panel div {
    text-align: center;
    float: left;
    width: 74px;
    height: 100px;
    padding: 5px;
    border: 1px solid #1c1c1c;
    border-top: 3px solid #1c1c1c;
    margin: 5px;
    text-align: center;
    position: relative;
    }
    #oblibene #main .panel h3 {
    font-size: 110%;
    font-family: sans-serif;
    font-weight: bold;
    white-space: no-wrap;
    width: 74px;
    overflow: hidden;
    position: relative;
    float: left;
    }
    #oblibene #main .panel img {
    position: relative;
    border: 2px solid #1c1c1c;
    }
    #hry #main .panel div, #programy #main .panel div {
    float: left;
    width: 181px;
    height: 107px;
    padding-left: 10px;
    border: 1px solid #1c1c1c;
    border-top: 3px solid #1c1c1c;
    margin: 7px 13px 2px 2px;
    position: relative;
    }
    #souteze #main .panel div.out {

      padding: 5px;
      border: 2px solid #1c1c1c;
      margin: 5px;
      height: auto;
      position: relative;
	    width: 610px;
    }
    #souteze #main .panel div.in {
      padding: 5px;
      height: auto;
      margin: 0px;
      position: relative;
      float: left;
	    width: 490px;
    }
    #souteze #main .panel input.radio{
	   width: 20px;
	   position: relative;
	   margin: 0px;
    }

    #souteze #main .panel input.ok{
	   width: 100px;
	   position: relative;
	   margin: 0px;
    }


    #souteze #main .panel div.image {
      margin: 3px;
	    position: relative;
	    float: left;
    }


    #hry #main .panel img, #programy #main .panel img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    border: 2px solid #1c1c1c;
    }
    #hry #main .panel p {

    }

    #uzivatel #side dl dt{
	color: #dc006b;
	font-weight: bold;
    }
    #uzivatel #side .panel div{
      width: 100%;
      background: #0a0a0a;
      display: inline;
      position: relative;
      height: 15px;
      float: left;
      margin-bottom: 3px;
      font-size: 120%;
      font-weight: bold;
      padding-left: 5px;
    }
    #uzivatel #side .panel div.content{
      font-size: 110%;
      background: none;
      height: auto;
      display: block;
      font-weight: bold;
      padding-left: 5px;
      float: left;
      position: relative;
    }
    #uzivatel #side .panel div.content label{
      color: #dc006b;
      display: block;
      padding-left: 5px;
      margin-bottom: 5px;
    }
    #uzivatel #side .panel div.content label strong{
      color: #ffffff;
      display: block;
      padding-left: 12px;
    }
    #uzivatel #side .panel div a{
      color: #996699;
    }
    #uzivatel #side .panel div a:hover{
      color: #993399;
    }

#hledat_v_diskuzi *{
display: inline;
}
#hledat_v_diskuzi input {
width: 100px;
}
#hledat_v_diskuzi {
width: 100%;
}






    #ad_stred {
    color: black;
    width: 250px;
    margin: 0 auto;
    height: 250px;
    background: white;
    }

    #ad_head {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    }
    #ad_head table {
    margin: 0 auto;
    text-align: center;
    }
    #ad_other{
    clear: both;
    position: relative;
    background: url(box_back4.jpg);
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    }
    #ad_other h2{
    font-size: 120%;
    padding: 0 10px;
    color: #BFBFBF;
    }
    #ad_head img {
    background: black url() ;
    }
    #ad_other table, #ad_other div {
    margin: 0 auto;
    }

    #toplist .nejnovejsi_diskuze, #toplist .nejnovejsi_akce {
    width: 258px;
    float: left;
    clear: none;
    }
     #toplist .nejnovejsi_akce {
    margin-right: 9px;
    }

    .man, .woman {
    width: 90px;
    text-align: center;
    padding-right: 3px;
    padding-bottom: 5px;
    height: 1.5em;
    padding-top: 85px;
    position: relative;
    float: left;
    }
    #toplist .man, #toplist .woman {
    margin: 5px;
    }
    .man img, .woman img {
    position: absolute;
    left: 5px;
    top: 5px;
    border: 2px solid #1c1c1c;
    }
    .man h3, .woman h3 {
    font-size: 100%;
    }
    .man a, .man h3 {
    color: dodgerblue;
    }
    .woman a, .woman h3 {
    color: hotpink;
    }

    #frm_najdi-uzivatele, #frm_najdi-uzivatele table {
    width: 100%;
    }
    #frm_najdi-uzivatele fieldset {
    margin-bottom: 3em;
    }
    #frm_najdi-uzivatele td, #frm_najdi-uzivatele th {
    height: 3em;
    }
    #frm_najdi-uzivatele table td {
    text-align: left !important;
    }
    #frm_najdi-uzivatele legend {
    text-align: center;
    margin: 0 auto;
    color: white;
    }
    #frm_najdi-uzivatele button {
    text-align: center;
    margin: 0 auto;
    }
    #frm_najdi-uzivatele label{
      text-align: center;
    }
    #frm_najdi-uzivatele input, #frm_najdi-uzivatele select {
    width: 50%;
    }



    .klub_tydne, .akce_tydne, .fotoreporty, #ad_stred, .djslist, .videa, .download, .partylist, .radiolist, .drink, .search, .other, .clankylist, .diskuzelist, .newsletter {
    	margin-bottom: 5px;
    }



    a {
    text-decoration: underline; /* odkazy by měly být vždy potržené, ne nutně u blokových menu a podobně */
    color: white; /* vždy musí mít nějakou základní barvu, kontrastní s pozadím main, nejlépe modrou */
    }
    a:hover {
    text-decoration: none; /
    }
    a img {
    border: none; /* vždy nechat, kvůli IE nesmyslu s okrajem obrázků v odkazech */
    }
    button {
        cursor: pointer;
    }
    .error {
    background: red !important;
    }
    img {
    background: white
    }
   .clear {
   clear: both;
   }
   .center {
   margin: 0 auto;
   text-align: center !important;
   }
   dl {
   font-size: 120%;
   }



#vzkazy #main .panel div{
	text-align: left;
	border: none;
	margin: 3px;
}

#vzkazy #main .panel div fieldset div.text a{
  text-decoration: underline !important;
}

#vzkazy #main .panel div.info{
  float: left;
  position: relative;
  width: 360px;
  left: -35px;
  background: #0a0a0a;
  margin: 1px;
}

#vzkazy #main .panel div.info input{
  width: 18px;
  position: relative;
  float: left;
}

#fotky #side .panel img{
  width: 281px;
  border: 2px solid #1c1c1c;
}

#fotky #main .panel div.info{
  float: left;
  position: relative;
  width: 360px;
  background: #0a0a0a;
  margin: 1px 1px 1px 5px;
}

#fotky #main .panel div.info a{
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  color: #996699;
}

#fotky #main .panel div.info a:hover{
  color: #993399;
}

#fotky #main .panel div.add, #vzkazy #main .panel div.add{
  float: left;
  position: relative;
  width: 360px;
  background: #0a0a0a;
  border: 3px solid #0c0c0c;
  margin: 10px 0px 0px 5px;
}

#fotky #main .panel div.show{
  float: left;
  position: relative;
  width: 360px;
  border: 1px solid #0c0c0c;
  margin: 5px 0px 5px 5px;
}

#fotky #main .panel div.show div{
  float: left;
  position: relative;
  width: 74px;
  height: 90px;
  border: 1px solid #1c1c1c;
  border-top: 3px solid #1c1c1c;
  text-align: center;
  margin: 7px;
}

#fotky #main .panel div.show div img{
  position: relative;
  border: 2px solid #1c1c1c;
  margin: 5px 0px 5px 0px;
}

#fotky #main .panel div.add input, #fotky #main .panel div.add select, #fotky #side .panel input,
#vzkazy #main .panel div.add input, #vzkazy #main .panel div.add select,#vzkazy #main .panel textarea,
#fotky #main .panel textarea
{
  background: #999999;
  border: 2px solid #1c1c1c;
  margin: 3px;
}

#fotky #main .panel div.add select option, #vzkazy #main .panel div.add select option{
 background: #ffffff;
}

/*#main select option:hover{
  font-weight: bold;
}*/

#fotky #main .panel input.btn, #fotky #side .panel input.btn,
#vzkazy #main .panel input.btn
{
  background: #888888;
  border: 2px solid #2c2c2c;
  width: 80px;
  margin: 3px;
}

#fotky #main .panel input.btn:hover, #fotky #side .panel input.btn:hover,
#vzkazy #main .panel input.btn:hover
{
  background: #aaaaaa;
  border: 2px solid #2c2c2c;
}

#vzkazy #main .panel p.navi, #fotky #main .panel p.navi{
  background: #1c1c1c;
  margin: 4px;
  font-size: 120%;
  padding: 1px;
  font-weight: bold;
}

#vzkazy #main .panel p.navi a:hover, #fotky #main .panel p.navi a:hover{
  color: #c1c1c1;
}

#slideshow{
  background: #000000;
  text-align: center;
  font-weight: bold;
  color: white;
  font-family: sans-serif;
}

#slideshow div{
  margin: 20px 0px 0px 0px;
}

#slideshow img{
  border: 3px solid #1c1c1c;
  margin: 2px 0px 2px 0px;
}

#mp3 #main .panel div{
  position: relative;
  float: left;
  width: 100%;
  border: none;
  font-size: 12px;
  color: #dc006b;
}
#mp3 #main .panel div a{
  font-size: 12px;
  color: #ffffff;
}
#mp3 #main .panel div b{
  font-size: 11px;
  color: #c4c4c4;
}

.warning{
  color: #cc0033;
  width: auto;
  margin: 8px 0 4px 0;
  padding: 4px 0 4px 0;
  border: 2px solid #cc0033;
  text-align: center;
}
.warning span{
  font-size: 15px; 
}
.message{
  color: #33cc33;
  width: auto;
  margin: 8px 0 4px 0;
  padding: 4px 0 4px 0;
  border: 2px solid #33cc33;
  text-align: center;
}
.message span{
  font-size: 15px; 
}
/*CHAT*/
#chat #main{
  width: 630px;
  left: 188px;
  margin-top: 10px;
}
#chat #side {
  width: 180px;
  left: -630px;
  margin-top: 45px;
}
#chat #otherside {
  width: 155px;
  margin-top: 45px;
}

#chat #main .panel div{
  width: 205px;
  height: 110px;
  float: left;
  
  padding: 0 5px 5px 0;
  overflow: hidden;
}

#chat #main .panel div img{
  float: left;
  
  margin: 0 5px 2px 0;
}

#chat #main .panel div p{
  clear: both;
  padding: 2px;
}

#chat #main .panel div span, #chat #main .panel div a{
  font-size: 12px;
}

#chat table{
  border: none;
  margin: 5px 0 0 0;
  width: 630px;
  clear: both;
}
#chat table th{
  text-align: left;
  color: #ffcc00;
  padding: 7px 0 7px 5px;
  background: #101010;
}
#chat table tr{
  border-bottom: 1px solid #101010;
}
#chat table td{
  padding: 5px;
  vertical-align: top;
}
#chat table td img{
  background: #000000;
}
#chat table td.room span.info, #chat table td.room span.info a{
  font-size: 11px;
}
#chat table td.room span.info a{
  color: #b0b0b0;
}
#chat td.nr{
  font-weight: bold;
  text-align: center;
  width: 35px;
  color: #dc06ab;
}
#chat td.room a{
  font-weight: bold;
  color: #dc06ab;
  font-size: 14px;
}
#chat td.room img{
  margin-right: 2px;
}
#chat td.online{
  width: 180px;
}
#chat td.desc{
  width: 200px;
}
#chat .panel fieldset{
  border: 1px solid #333;
  padding: 5px;
}
#chat .panel form label{
  float: left;
  font-size: 11px;
}
#chat .panel form input[type=checkbox]{
  width: auto;
  margin: 5px 0 0 0;
}

/*IKONY*/
#ikony .panel img{
  margin: 25px 0 0px 2px;
}
#ikony textarea{
  width: 515px;
  margin: 5px 0 0 2px;
  height: 50px;
  color: #ffffff;
  background: #4c4c4c;
  border: 1px solid #dc06ab;
  padding: 1px;
}
#ikony .panel label{
  float: none;
  display: inline;
  margin: 0 0 0px 10px;
}
/*PROPAGACE*/
#propagace #down{
  width: 980px;
  display: block;
  clear: both;
  float: none;
  position: relative;
}
#down #left{
  margin: 5px;
  float: left;
  position: relative;
  width: 480px;
}
#down #right{
  margin: 5px;
  float: right;
  position: relative;
  width: 480px;
}
#down strong{
  font-size: 14px;
}
#down li{
  color: #ffffff;
  margin: 2px 0 2px 10px;
}
#down span{
  font-size: 12px;
}
#propagace form{
  margin:0;
}
#down input[type=submit]{
  margin: 0;
  padding: 0;
  width: auto;
}

.font10{             
  font-size: 10px;   
} 
                   
.font12{
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

#radio_left {
  position: relative;
  float: left;
  width: 150px;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

#radio_right {
  position: relative;
  width: 200px;
  float: right;
  margin-top: 10px;
  font-size: 14px;
}

#user {
  width: 170px !important;
}
#passwd1 {
  width: 170px !important;
}
#passwd2 {
  width: 170px !important;
}
#email {
  width: 170px !important;
}
#bydliste {
  width: 170px !important;
}

#narozeni_den {
  width: 55px;
}

#narozeni_mesic {
  width: 75px;
}

#narozeni_rok {
  width: 40px !important;
}

#domacnost {
  margin-left: 20px;
}

#programylist {
  font-size: 90%;
}

