/* © Autor: Dušan Koc */

* {
   margin:0;
   padding:0;
}

body {
   background-image: url('http://www.klaxon.cz/images/bg/bg_top.jpg');
   background-repeat:  repeat-x;
   background-color: #FFEDC9;
   text-align: center;
   font-size: 16px;
} 

#cover {
   margin: 0 auto;
   min-width: 1024px;
   width: 1024px; 
}

#header {
   margin-top: 0;
   margin-bottom: 0;
   border-bottom: 1px black solid;
}

#links {
   width: 1024px;
   height: 32px;
   background-color: #000;
   text-align: left;
   word-spacing: -4px;
   padding-top: 11px;
   margin-top: -5px;
}

#left-side {
   background-color: #FFF5E3;
   display: inline;
   float: left;
   position: relative;
   text-align: left;
   width: 766px;
   border-left: 3px black solid; 
}

#right-side {
   background-color: #fff;
   display: inline;
   float: right;
   position: relative;
   text-align: center;
   width: 250px;
   border-right: 4px black solid;
   border-left: 1px black solid;
}

#footer {
   height: 116px;
   width: 100%;
   position: relative;
   float: left;
   text-align: left;
   background-image: url('http://www.klaxon.cz/images/bg/bg_bottom.jpg');
   background-repeat:  repeat-x;
   background-position: 0 bottom; 
   margin-bottom: 0;
}

/* Hlavní odkazy */

#links a:link, #links a:visited {
   font-size: 17px;
   background-image: url('http://www.klaxon.cz/images/bg/link.jpg');
   color: #000;
   text-decoration: none;
   width: 100%;
   padding: 10px 7px;
   font-weight: bold;
   border: 1px black solid;
}

#links a:hover {
   background-image: url('http://www.klaxon.cz/images/bg/link_hover.jpg');
   font-size: 17px;
   color: #fff;
   text-decoration: none;
   padding: 10px 7px;
   font-weight: bold;
}

/* Odkazy v patičce */

#footer a:link, #footer a:visited {
   background-image: none;
   font-size: 16px;
   color: #000;
   text-decoration: none;
   padding: 0;
   font-weight: bold;
   border: 0;
}

#footer a:hover {
   background-image: none;
   font-size: 16px;
   color: #cf0000;
   text-decoration: underline;
   padding: 0;
   font-weight: bold;
}

/* Odkazy v textu */

.text a:link, .text a:visited {
   color: #cf0000;
   text-decoration: none;
}

.text a:hover {
   color: #cf0000;
   text-decoration: underline;
}

/* Odkazy v bleskovkách */

#bleskovky a:link, #bleskovky a:visited {
   font-size: 16px;
   color: #000;
   text-decoration: underline;
   padding-left: 5px;
   font-weight: bold;
   border: 0;
}

#bleskovky a:hover {
   font-size: 16px;
   color: #cf0000;
   text-decoration: underline;
   padding-left: 5px;
   font-weight: bold;
}

/* Pomocné divy */

#left_side {
   padding: 10px;
}

#right_side {
   padding-top: 5px;
}

#p_footer {
   padding-left: 10px;
   margin-bottom: -4px;
}

#p-links {
   padding-left: 2px;
}

/* Pravý panel */

#prihlaseni {
   text-align: center;
   margin-bottom: 20px;
}

#vip_sekce {
   text-align: left;
   margin-bottom: 20px;
}

#bleskovky {
   text-align: left;
   margin-bottom: 20px;
}

#fotogalerie {
   text-align: center;
   margin-bottom: 20px;
}

#pocitadlo {
   text-align: center;
   margin-bottom: 20px;
}

/* Přihlášení */

#prihlaseni input {
   width: 120px;
   margin-top: 5px;
}

#prihlaseni form {
   font-variant: small-caps;
   font-weight: bolder;
}
