/********* OLCOMPUTERS - počítačová prodejna *********/

body{
    font-family: Arial;
}

a:link, a:visited, a:active {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
a:hover {
    font-size: 16px;
    text-decoration: underline;
}
#contact  {
    color: #fff;
    text-align: left;
}
#contact a:link, #contact a:visited, #contact a:active  {
    padding-right: 2px;
    padding-left: 2px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
#contact a:hover  {
    text-decoration: underline;
}


/*** OBSAH ***/

#obsah {
    color: #000;
    font-size: 15px;
    text-align: left;
}
#obsah a:link, #obsah a:visited {
    color: #3D3D3D;
    font-size: 15px;
    font-weight: bold;
		text-decoration: none;
}
#obsah a:hover  {
    color: #000;
    text-decoration: underline;
}
#obsah span.li  {
    text-align: center;
}

/*** MENU  ***/

#menu li a:link, #menu li a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
#menu li a:hover  {
    color: #FFFF00;
    text-decoration: none;
}
#menu ul.menu2 a:link, #menu ul.menu2 a:visited{
    color: #1C3256;
}
#menu ul.menu5 a:link, #menu ul.menu5 a:visited{
    color: #1C3256;
}
#menu span.li{
    text-align: center;
}
#menu a:hover{
    background: #fff;
}

/*** ZAPATÍ ***/

.zapati {
    color: #6F6E6E;
    font-weight: bold;
    font-size: 12px;
}
.zapati a:link, .zapati a:visited, .zapati a:active{
    font-size: 12px;
    color: #6F6E6E;
    text-decoration: none;
}
.zapati a:hover {
    text-decoration: underline;
}
.zapati a.odkaz {
    color: #A42222;
    cursor: pointer;
    text-decoration: underline;
}
.zapati a.odkaz:hover {
    text-decoration: none;
    font-size: 12px;
}

/***** H ****/
h1  {
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}
h2{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
h3  {
    color: #fff;
    font-size: 0.6em;
    text-transform: uppercase;
}
h4  {
    color : #fff;
    font-weight: bold;
    font-size: 16px;
}
h5  {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

/***** TABULKY ****/

input {
    color: #4D4C4C;
    font-weight: bold;
}
#form1 {
    color: #fff;
    font-weight: bold;
}
.text1 {
    color: #000;
    font-size: 20px;
}
.text2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.prav_block {
    color: #000;
    font-size: 12px;    
}
.prav_block a:link, .prav_block a:visited, .prav_block a:active{
    color: #000;
    font-size: 12px;    
}

/***** HLAVNÍ STRÁNKA ****/


span.odpocet {
    font-size:  30px;
    border-left: 3px solid #1D3357;
    border-right: 3px solid #1D3357;
    border-top: 3px solid #1D3357;
    padding-right: 3px;
    top: 4px;
    color: #1D3357;
    position: relative;
    background-color: #fff;
}
.loading {
    width: 35px;
    height: 35px;

}
#logo_line li{
    text-align : center;
}
#logo_line a:link, #logo_line a:visited{
    color : #fff;
    font-weight : bold;
    font-size : 11px;
    text-decoration: none;
}

