/* -------------------------------------------
Soubor: style.css
Nazev: main styl pro www.seznamka-nazivo.cz
Autor: Jan Hommer
Datum: 09-2008
------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  background: #fff url(bg_main.gif) top repeat-x;
/*  font-family: 'Trebuchet MS', Tahoma; */
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}

/* -------------------------------------------
    Div s hlavním pozadím
------------------------------------------- */

#main {
  position: relative;
  width: 920px;
  margin: 0 auto;
  border-bottom: 2px solid #d1d1d1;
  overflow: hidden;
}

/* -------------------------------------------
    Div s hlavičkou (logo, ikonky, flash, text, menu)
------------------------------------------- */

#header {
  position: relative;
  width: 100%;
  height: 395px;
  color: #fff;
  background: url(bg_header.jpg) top center no-repeat;
}

#header img {
  border: none;
}

#headerbg {
  position: absolute;
  width: 100%;
  height: 395px;
  top: 0;
  left: 0;
  background: url(bg_header.jpg) top center no-repeat;
}

/* -------------------------------------------
    Logo
------------------------------------------- */

#header h1#logo {
  position: absolute;
  width: 452px;
  height: 108px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -452px;
}

#header h1#logo span {
  position: absolute; 
  display: block;
  width: 452px;
  height: 108px;
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer;
  background: url(bg_logo.jpg) no-repeat;
}

/* -------------------------------------------
    Ikonky
------------------------------------------- */

#header p#usr {
  position: absolute;
  top: 40px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 62px;
}

#header p#usr img {
  padding: 5px 0 0;
  margin: 0;
}

/* -------------------------------------------
    Formulář
------------------------------------------- */

#header form {
  position: absolute;
  top: 40px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 181px;
}

#header form input {
  width: 108px;
  height: 17px;
  padding: 2px 0 0;
  margin: 0 5px 0 0;
  border: 1px solid #bfdfa0;
  background: #89bd58;
  color: #fff;
}

#header form input.submit {
  width: 37px;
  height: 24px;
  margin: 0;
  background: url(bg_form_submit.gif) bottom no-repeat;
  border: none;
  cursor: pointer;
  cursor: hand;
}

#header #login-info {
  position: absolute;
  top: 47px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 181px;
}

#header #login-info a {
  color: white;
  font-weight: bold;
  margin: 0 0 0 20px;
}

/* -------------------------------------------
    Animace
------------------------------------------- */

#header #flash {
  position: absolute;
  width: 499px;
  height: 222px;
  top: 108px;
  left: 50%;
  margin: 0 0 0 -427px;
  background: url(bg_flash.jpg) no-repeat;
}

/* -------------------------------------------
    Text
------------------------------------------- */

#header #why {
  position: absolute;
  width: 344px;
  height: 222px;
  top: 108px;
  left: 50%;
  margin: 0 0 0 83px;
  background: url(bg_why.jpg) no-repeat;
  line-height: 11px;
}

#header #why h2 {
  padding: 20px 20px 10px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

#header #why p {
  padding: 0 20px;
  margin: 0;
  text-align: justify;
}

#header #why p.right {
  padding: 10px 20px 0;
  margin: 0;
  text-align: right;
}

#header #why ul {
  list-style: square;
  padding: 5px 0 0 40px;
  margin: 0;
  color: #df00ff;
}

#header #why ul li {
  padding: 0;
  margin: 0;
}

#header #why ul li span {
  color: #fff;
}

#header #why .foto {
  float: right; 
  margin: 4px 20px 4px 4px;
}

/* -------------------------------------------
    Menu
------------------------------------------- */

#header ul#menu {
  position: absolute;
  width: 898px;
  height: 65px;
  top: 330px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 -452px;
  list-style: none;
}

#header ul#menu li {
  position: relative;
  float: left;
  height: 65px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#header ul#menu li a span {
  position: absolute; 
  display: block;
  height: 65px;
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer; 
  background-repeat: no-repeat; 
  background-position: top;
}

#header ul#menu li a {
  display: block;
}

#header ul#menu li#item-1 {
   width: 179px;
}

#header ul#menu li#item-1 span {
  width: 179px;
  background: transparent url('bg_menu_item-1.gif') top no-repeat;
}

#header ul#menu li#item-1 a:hover span {
  background: transparent url('bg_menu_item-1.gif') bottom no-repeat;
}

#header ul#menu li#item-1 a:visited {
  background: transparent url('bg_menu_item-1.gif') top no-repeat;
}

#header ul#menu li#item-2 {
  width: 180px;
}

#header ul#menu li#item-2 span {
  width: 180px;
  background: url(bg_menu_item-2.gif);
  background-position: 0% 0%;
}

#header ul#menu li#item-2 a:hover span {
  background-position: bottom;
}

#header ul#menu li#item-2 a:visited {
  background: transparent url('bg_menu_item-2.gif') top no-repeat;
}

#header ul#menu li#item-3 {
  width: 146px;
}

#header ul#menu li#item-3 span {
  width: 146px;
  background: url(bg_menu_item-3.gif) top no-repeat;
}

#header ul#menu li#item-3 a:hover span {
  background-position: bottom;
}

#header ul#menu li#item-3 a:visited {
  background: transparent url('bg_menu_item-3.gif') top no-repeat;
}

#header ul#menu li#item-4 {
  width: 180px;
}

#header ul#menu li#item-4 span {
  width: 180px;
  background: url(bg_menu_item-4.gif) top no-repeat;
}

#header ul#menu li#item-4 a:hover span {
  background-position: bottom;
}

#header ul#menu li#item-4 a:visited {
  background: transparent url('bg_menu_item-4.gif') top no-repeat;
}

#header ul#menu li#item-5 {
  width: 107px;
}

#header ul#menu li#item-5 span {
  width: 107px;
  background: url(bg_menu_item-5.gif) top no-repeat;
}

#header ul#menu li#item-5 a:hover span {
  background-position: bottom;
}

#header ul#menu li#item-5 a:visited {
  background: transparent url('bg_menu_item-5.gif') top no-repeat;
}

#header ul#menu li#item-6 {
  width: 106px;
}

#header ul#menu li#item-6 span {
  width: 106px;
  background: url(bg_menu_item-6.gif) top no-repeat;
}

#header ul#menu li#item-6 a:hover span {
  background-position: bottom;
}

#header ul#menu li#item-6 a:visited {
  background: transparent url('bg_menu_item-6.gif') top no-repeat;
}

/* -------------------------------------------
    Div s levym a pravym sloupcem
------------------------------------------- */

#page {
  position: relative;
  width: 858px;
  padding: 30px 46px 30px 0;
  margin: 0 auto;
  overflow: hidden;
}

/* -------------------------------------------
    Div s levym sloupcem (obsah)
------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 535px;
  color: #676767;
  color: #3c3c3c;  
}

#content strong {
  color: #3c3c3c;
}

#content a {
  color: #3c3c3c;
  font-weight: bold;
}

#content a.pink {
  color: #df00ff;
}

#content a.blue {
  color: #00aeff;
}

#content a.grey {
  font-weight: normal;
  color: #aaa;
}

#content a:hover {
  text-decoration: none;
}

#content span.pink {
  color: #df00ff;
  font-style: italic;
}

#content span.blue {
  color: #00aeff;
  font-style: italic;
}

#content img.imgleft {
  float: left;
  margin: 0 10px 10px 0;
  border: 2px solid #aaa;
}

#content img.imgright {
  float: right;
  margin: 0 0 10px 10px;
  border: 2px solid #aaa;
}

#content h3 {
  padding: 0 0 20px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3c3c3c;
}

#content p {
  padding: 0 0 10px;
  margin: 0;
  line-height: 16px;
  text-align: justify;
}

#content p.center {
  text-align: center;
}

#content p.right {
  text-align: right;
}

#content form {
  padding: 30px;
  margin: 0 20px;
  border: 1px solid #ccc;
  background: #eee;
}

#content form p span.label {
  display: block;
  float: left;
  width: 50px;
  width: 100px;
  padding: 2px 0 0;
}

#content form p input, #content form p textarea {
  width: 370px;
  width: 320px;
  padding: 3px;
}

#content form p input.checkbox {
  width: 20px;
}

#content form p select {
  width: 377px;
  width: 327px;
  padding: 3px;
}

#content form p input.submit {
  width: auto;
  padding: 0;
}

#content p.right {
  padding: 10px 0 0;
}

table {
  padding: 0;
  margin: 10px 0 10px 35px;
}

table tr {
  padding: 0;
  margin: 0;
}

table tr.even {
  background: #f2f2f2;
}

table tr.odd {
  background: #e0e0e0;
}

table tr.text td {
  color: #aaa;
}

table tr td {
  padding: 15px;
  margin: 0;
  border: 1px solid #fff;
  text-align: center;
}

table tr td.col {
  width: 120px;
  padding: 10px 15px 0;
  border: none;
}

/* -------------------------------------------
    Div s pravym sloupcem
------------------------------------------- */

#sidebar {
  position: relative;
  float: right;
  width: 302px;
  color: #676767;
  color: #3c3c3c;
}

#sidebar a {
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a.pink {
  color: #df00ff;
}

#sidebar a.blue {
  color: #00aeff;
}

#sidebar span.pink {
  font-weight: bold;
  color: #df00ff;
}

#sidebar span.blue {
  font-weight: bold;
  color: #00aeff;
}

#sidebar h4 {
  padding: 0 0 20px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3c3c3c;
}

#sidebar .comment-top {
  position: relative;
  width: 302px;
  height: 5px;
  background: url(bg_comment-top.gif) bottom no-repeat;
  font-size: 0px;
}

#sidebar .comment {
  position: relative;
  width: 300px;
  border: solid #b0b0b0;
  border-width: 0 1px;
  background: #fff;
}

#sidebar .comment p {
  padding: 15px 20px;
  margin: 0;
  text-align: justify;
}

#sidebar .comment-bottom {
  position: relative;
  width: 302px;
  background: url(bg_comment-bottom.gif) top no-repeat;
}

#sidebar .comment-bottom p {
  padding: 7px 0 20px 43px;
  margin: 0;
}

/* -------------------------------------------
    Patička
------------------------------------------- */

#footer {
  position: relative;
  width: 100%;
  padding: 80px 0 80px;
  padding: 20px 0 80px 0;  
  margin: 0 auto;
  background: #000;
}

#footer-in {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

#footer p {
  padding: 0;
  margin: 0;
  font-size: 9px;
}

#footer p.copy {
  float: left;
  padding: 0 0 0 35px;
  padding: 0 0 0px 35px;  
  margin: 15px 0 0;
  background: url(bg_footer-copy.gif) top left no-repeat;
  color: #707070;
}

#footer p.copy span {
  color: #707070;
}

#footer p.backlinks {
  float: right;
  padding: 15px 0 0 0;
  margin: 0;
  color: #707070;
  text-align: right;
}

#footer p.backlinks span {
  color: #707070;
}

#footer a {
  color: #707070;
}

#footer a:hover {
  text-decoration: none;
}