html { height: 100%; }

body {
  margin: 0;
  padding: 0;

  font-size: 16px;
  font-family: "Trebuchet MS", Geneva, Helvetica, Arial, "Sans-serif";

  color: #FFF;
  background-color: #222;
  min-height: 100%; height: 100%;

}

a {
  color: #FFF;
}

a:hover {
  color: #E9B823;
}


a img {
  border: 0;
}


form {
  padding: 0;margin:0;
}

.input {
  background-color:#222;
  border: 1px solid #666;
  color: #FFF;
}

.input:hover {
  border: 1px solid #E9B823;
}


.clear {
  clear: both;
}

label {
  cursor: pointer !important;
  text-decoration: underline;
  color: #888;
}


.button {
  background-color: #555;
  border: 1px solid #999;
  color: #FFF;
}

.button:active {
  background-color: #444;
}



.username_online {
  font-weight: bold;
  text-decoration: none;
  color: #00F800;

}

.username_online img {
  border: none;
}


.username_online:hover {
  color: #0b0;
  text-decoration: none;
}


.username_offline {
  color:#AAA;
  text-decoration: none;
  font-weight: bold;
}

.username_offline img {
  border: none;
}

.username_offline:hover {
  color:#777;
}


/* existuje IE fix -> styles_ie.css */
 .centering {
      width: 1000px;
      margin: 0 auto;
 }



 .ad_content_padding {
   text-align:center;
   margin-top:10px;
 }

 .ad_hint {
   padding: 2px 0;
   text-align: center;
   color:#555;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 8px;
 }


 .no_entries {
   padding-left: 10px;
   color: #777;
   font-style: italic;
 }


/*Horni lista pro hledani, prihlaseni/registrace, jazyky*/
#design_top_line {
    padding: 4px 0;
    border-bottom: 1px solid #555;
    background-color: #000;
}

    #design_top_line .left_div {
      width: 500px;
      float: left;
    }


    #design_top_line .left_div .input.search_input {
      background-image: url(images/icons/top_search.png);
      padding-left:18px;
      color: #8aff00;
      font-weight: bold;
      background-position: left center;
      background-repeat: no-repeat;
    }


    #design_top_line .right_div {
      width: 500px;
      float: right;
      text-align: right;
    }


/*Misto pro hlavni obrazek*/
#design_top_header {
  background-color: #171717;
  background-image: url(images/top_header_bg.png);
  background-position: center;
  background-repeat: repeat-x;
}

#design_top_header h1,
#design_top_header h2 {
  text-indent: -9999px;
  float: right;
}






/*Main menu*/
#design_main_menu {
  background-image: url(images/main_menu_bg.png);
  height: 55px;
}
    #design_main_menu
    #buttons {
        width: 1000px;
        height: 55px;
        margin: 0 auto;
    }

    #design_main_menu
    #buttons
    .main_menu_el {
      float: left;
      width: auto;
      background-image: url(images/main_menu_splitter.png);
      background-position: left;
      background-repeat: no-repeat;
      padding-left: 2px;
      height: 55px;

    }

    #design_main_menu
    #buttons
    .main_menu_el.last_el {
      background-image: url(images/main_menu_splitter.png);
      background-position: left;
      background-repeat: no-repeat;
      height: 55px;

    }


    /* existuje IE fix -> styles_ie.css */
    #design_main_menu
    #buttons a:link,
    #buttons a:visited {
        display: inline-block;
        width: auto;

        height: 41px;
        padding: 14px 15px 0px 15px;



        font-size:22px;
        text-decoration: none;
    }


    /* existuje IE fix -> styles_ie.css */
    #design_main_menu
    #buttons a:hover {
        display: inline-block;
        width: auto;
        color: #EAB720;

        height: 41px;
        padding: 14px 15px 0px 15px;


        background-image: url(images/main_menu_bg_inverted.png);
        background-repeat: repeat-x;

    }




/*OBSAH*/
#design_content {
    padding: 20px 0;
}

/*paticka footer*/
#design_footer {
  background-color: #111;
  border-top:4px solid #333;
  padding: 10px 0;
}

#design_footer .column {
  float: left;
  width: 230px;
  padding: 0 10px ;
}



#design_footer .column .nadpis {
    font-size: 18px;
    color: #AAA;
    border-bottom: 1px solid #444;
    padding-bottom: 3px;
}

#design_footer .column ul {
padding-left: 20px;
margin: 0;
}


#design_footer .column ul li {
  list-style-type: square;
  margin: 0;
  padding-left: 5px;
}


#design_footer a {
  color: #666;
  text-decoration: none;
}

#design_footer a:hover {
  color: #EAB720 ;
  text-decoration: underline;
}

#design_footer #friends_table {
  width: 100%;
}


#design_footer #friends_table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}



/* CONTENT BOX */
.contentbox_main {
  background-color: #2e2e2e;
  border: 1px solid #3e3e3e;
  background-image: url(images/contentbox_title_bg.png);
  background-position: top;
  background-repeat: repeat-x;
}

.contentbox_main h2 {
  font-size: 20px;
  margin: 0;
  color: #E9B823;
  padding-top: 5px;
  padding-left: 10px;
}

.contentbox_main .contentbox_html {
  padding-top: 14px;
  padding-bottom: 10px;
}






