/* 
Document   : global
Created on : 30.11.2008, 3:06:19
Author     : RealNeo        
*/

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    background: white url('../images/background.png') repeat-x;
}
h1 {
    font-size:1.0em;
    color: #cb4141;
    padding: 5px;
}
h2 {
    font-size:0.9em;
    color: #1d5380;
    padding: 5px;
}
a {
    color: #0f2965;
    padding: 0;
    margin:0;
}

a:hover {
    color: #9c1a1a;
}

a:visited {
    color: #198214;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 5px;
    color: #767676;
    font-size: 0.8em;
    text-align: justify;
}

p a img {
  border: 1px solid gray;
}

p a img:hover {
  border: 1px solid orange;
}

ul {
    color: #767676;
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

/* Main blocks */

#header {
    margin: 0 auto;
    position: relative;
    width: 700px;
    height: 127px;
    background: white url('../images/header.png') no-repeat;
}

#navigation {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 700px;
    text-align: left;
}

#content {
    margin: 0 auto;
    padding: 40px 20px;
    width: 660px;
    background: url('../images/background-content.png');
    text-align: left;
}

#matrix {
    visibility: hidden;
    clear: both;
}

#logo {
    position: absolute;
    top: 14px;
    left: 4px;
}

#header-phones {
    position: absolute;
    top: 55px;
    left: 128px;
    color: #dbdcd9;
    font-size: 11px;
}

#header-phones div {
    padding-bottom: 2px;
}

#header-phones img {
    padding-right: 5px;
}

#header-icq {
    position: absolute;
    top: 55px;
    left: 228px;
    color: #dbdcd9;
    font-size: 11px;
    text-align:left;
}

#header-icq div {
    padding-bottom: 2px;
}

#header-icq img {
    padding-right: 5px;
}

#footer-navigation {
    margin: 0 auto;
    padding:0;
    background: url('../images/footer.png') no-repeat;
    width: 700px;
    height: 30px;
}

#footer-navigation a {
    color: #393939;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0 10px;
    border-top: 2px solid #a9a9a9;
}

#footer-navigation a:hover{
    border-top: 2px solid black;
}

#footer-info {
    padding-top: 5px;
    padding-bottom: 50px;
    font-size: 7pt;
    text-transform: uppercase;
    color: #80949f;
}

#footer-info a { color: #80949f; }
#footer-info a:hover {  color: #29414e; }

#navigation div {
    display: inline;
    padding: 0;
    margin: 0;
    width: 110px;
    height: 28px;
}

div#left_div { position: absolute; left: 0; top: 2px; }
div#onas_div { position: absolute; left: 20px; top: 2px; }
div#komponenty_div { position: absolute; left: 130px; top: 2px; }
div#software_div { position: absolute; left: 240px; top: 2px; }
div#pcsestavy_div { position: absolute; left: 350px; top: 2px; }
div#odkazy_div { position: absolute; left: 460px; top: 2px; }
div#kontakty_div { position: absolute; left: 570px; top: 2px; }
div#right_div { position: absolute; left: 680px; top: 2px; }

.znacky ul {
    float: left;
    padding-left: 5px;
    margin: 0 8px;
    border-left: 1px solid #93432a;
    color: #767676;
    font-size: 0.8em;
    list-style-type: none;
    margin-bottom:20px;
}

span.pc-title {
    font-size:1.0em;
    color: #403f3f;
    padding: 5px;
    text-transform: uppercase;
}

#pc  {
    color: #767676;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 20px;
}
#pc td {
    padding: 10px 5px;
}

.img-pc {
    border: 1px solid gray;
}
.partneri-foto { margin: 30px; }

/* PARTNERS */
div.partners-header { margin: 30px 20px;  color: #999; background: url(./dot.gif) repeat-x center center; font-size: 14px;
               line-height: 1; text-align: center }
div.partners-header span { padding: 0px 2px; background: #ffff99; }

div.partners { margin: 0 20px; font-size: 12px; text-align:center;}
div.partners table { margin: 0 auto; border: none; width:100%;}
div.partners table td { vertical-align: middle; padding:10px; text-align: left;}
div.partners-description { margin-left: 30px;}
div.partners table td { border-bottom: 1px dotted #a7a7a7;  }
div.partners a { text-decoration: none; color: #4c4c4c;}
div.partners img { border: none; }
div.partners img:hover { border: none; }
div.partners a:hover { text-decoration: underline; color: #4c4c4c;}
div.partners hover { text-decoration: underline; }
div.partners-img { border-left: 1px solid white; padding-left:5px;}
div.partners-img:hover { border-left: 1px solid gray; padding-left:5px;}