/*
  Center Theme on JACDFX
  License: GPLv3
  Encoding: UTF-8
  Description (cs): (CSS) Skin Jeep Centrum
  Date: 7. 7. 2009
  Author: Stepan Macha
*/
@import url('style.css');

* {
  font:normal normal 13pt 'Arial', 'Verdana', sans-serif; /*násilné nastavení všude stejného písma*/
  /*border: 1px solid red;*/
}
a {
  text-decoration:none;
  /*
  color:#005976;              */
}
a:hover, a:hover * {
  text-decoration:underline;
} /*
h2 em {
  margin:0 0 0 20px;
  line-height:48px; vertical-align:middle;
  font-size:11pt; font-weight:bold;
  color:#fff;
}*/
body, html{
  background:#aaaaaa;
}
#body {
  float:none;
  width:1000px; margin:40px auto 5px auto;
  overflow:visible;
}
#menu {
  width:100%; height:390px;
  background:url('head.png') no-repeat 0 0 #000000;
  overflow:visible;
}
#main {
  width:100%;
  background:url('back.png') repeat-y 0 0;
  height:100%;
}
#bottom {
  width:100%; height:150px;
  background:#666666;
}
#bottom div {
  margin:60px 0;
  text-align:center;
  color:#333333;
  font-size:9pt;
}
/*LOGO*/
h1 {
  width:100%;
  height:250px;
  overflow:visible;
  z-index:1;
}
h1 a {
  display:block;
  width:100%; height:250px;
  text-decoration:none;
  overflow:visible;
  z-index:2;
  text-align:right;
  font-size:0;
}
h1 span {
  position:absolute;
  display:block;
  width:610px; height:410px;
  background:url('logo.png') no-repeat 0 0;
  left:440px;
  top:-85px;
  z-index:1;
}
/*konecLOGO*/
/*#menu {
  width:625px; height:53px; margin:0 0 0 15px;
  background:url('menu-back2.png') repeat-x 0 0 #00a5d5;
}*/
/*#menu img[alt=logo] {
  margin:12px 0 0 0;
  left:-120px;
  float:left;
} */


#menu ul{
  height:70px;
  z-index:2;
}
#menu ul li {
  dispaly:block;
  float:left;
  list-style-type:none;
  margin:20px 30px;
}

#menu ul li, #menu ul li a {
  color:#ffffff;
  font-size:15pt;
  font-weight:bold;
}


#sidebar {
  width:250px;
  height:100%;  
  float:right;
  clear:none;
}
#sidebar div {
  margin:10px;
}
#sidebar * {
  color:#ffffff;
  font-size:8pt;
}
#sidebar li {
  list-style:none;
}
#sidebar li ul li {
  list-style:circle;
}

#sidebar .x {
  margin:0;
  background:#bbbbbb;
  overflow:auto;
  visibility:visible ;
  
}

#sidebar .x * {
  color:#000000;
}

#sidebar .x p{
  margin:10px;
}

#sidebar h3 {
  font-weight:bold;
  margin:25px 5px 5px 5px;
  font-size:13pt;
}
#sidebar h3 * {
  font-weight:bold;
  font-size:13pt;
}
#sidebar .x h4{
  margin:15px;
  font-weight:bold;
  font-size:10pt;
  margin:10px 0 10px 25px;
}

#sidebar .x h4 *{
  
  font-weight:bold;
  font-size:10pt;
}

#sidebar .x span {
  margin:10px 45px 0 85px;
  font-weight:bold;
  font-size:10pt;
}
#sidebar .x img {
  margin:2px 35px 2px 35px;
}


#sidebar .adresa {
  margin:25px;
  font-size:10pt;
  text-align:center;
  line-height:2;
}


#sidebar .odkazy {
  margin:30px;
  font-size:10pt;
  text-align:center;
  line-height:1.5;
}


h2 {
  margin:10px 0;
}

#sidebar h2 {
  font-weight:bold;
  letter-spacing:-1px;
  font-size:12pt;
  text-align:center;
}


#text {
  width:750px;
  float:left;
  clear:none;
  background:#ffffff;
}
#text div {
  margin:40px;
}
#text h3.zkusenost {
  font-weight:bold;
  font-size:20pt;
  text-align:center;
  margin:0 0 20px 0;
  text-transform:uppercase;
}
#text a.titleLink {
  display:block;
  width:210px; height:260px;
  float:left;
  margin:5px;
}
#text a.titleLink span {
  display:block; 
  width:210px;
  text-align:center;
  margin: 213px 0 0 0;
  color:#ffffff;
  font-size:16pt;
  text-transform:uppercase;
  font-weight:bold; 
}

#text a.link1 {   background:url('1.png') no-repeat 0 0; }
#text a.link2 {   background:url('2.png') no-repeat 0 0; }
#text a.link3 {   background:url('3.png') no-repeat 0 0; }
      #text a.link3 span { font-size:13pt; margin: 206px 0 0 0;}                                                           
#text a.link4 {   background:url('4.png') no-repeat 0 0; }
#text a.link5 {   background:url('5.png') no-repeat 0 0; }
#text a.link6 {   background:url('6.png') no-repeat 0 0; }

#text h3 {
  font-size:12pt;
  text-align:left;
  margin:10px 10px 10px 50px;
}


#text h2 {
  font-size:20pt;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  margin:20px;
  width:100%;
  color:#ffffff;
  background:#333333;
}

#text ul {
  margin:0 0 0 55px;
}


em,strong {text-align:center;
  color:#333333;
  margin:10px;}

p.info, p.info * {
  text-align:center;
  color:#333333;
  margin:10px;
}
