body{
  font-family: Arial,Helvetica,"Trebuchet MS",sans-serif,Verdana;
  background: url('bg.gif');
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;}
  
img{border: none;}

h1{font-size: 32px;}

a{
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px black;}
  
/* při najetí myši */
a:hover{
  border-bottom: dotted 1px black;
  cursor: pointer;}

/* celkové ohraničení stránky */
#wrapper{
  margin: 0 auto;
  text-align: left;
  width: 940px;
  height: 700px;
  margin-top: 20px;}

/* Oddíl vlevo-nahoře */
#a1{
  width: 187px;
  height: 187px;
  background: url('red2.png') no-repeat;
  float: left;
  cursor: pointer;}

/* Oddíl vpravo-nahoře */
#a2{
  width: 753px;
  height: 187px;
  background: url('blue2.png') 0% 100% no-repeat;
  margin-left: 187px;
  _margin-left: 0px;
  _float: left;}

/* Oddíl vlevo-dole */
#b1{
  width: 187px;
  height: 513px;
  background: url('green2.png') 100% 0% no-repeat;
  clear: left;
  float: left;}

/* Oddíl vpravo-dole */
#b2{
  width: 753px;
  height: 513px;
  background: url('white2.png') no-repeat;
  margin-left: 187px;
  _margin-left: 0px;
  _float: left;}

/* Naformátování hlavičky*/
#nadpis{
  margin-top: 98px;
  margin-left: 36px;
  cursor: pointer;}
  
/* Odkaz z green */
#green{
  margin-left: 26px;
  width: 161px;
  height: 161px;
  cursor: pointer;}
  
/* Odkaz z blue */
#blue{
  margin-top: 52px;
  width: 135px;
  height: 135px;
  cursor: pointer;
  float: left;}

/* Odkaz z yellow */
#yellow{
  width: 110px;
  height: 110px;
  cursor: pointer;
  float: left;
  position: absolute;}

/* Vymezení prostoru stránky */
#stranka{
  width: 570px;
  height: 460px;
  margin-left: 143px;
  margin-top: 20px;
  position: absolute;}
  
/* Prvek s nastaveným skrolováním */
#scroll{
  width: 580px;
  height: 460px;
  overflow: auto;
  position:relative;
  _margin-top:15px;}
  
/* Krytí pro IE*/
#fade{
  width: 0px;
  height: 0px;
  _width: 753px;
  _height: 513px;
  background: url('white2.png') no-repeat;
  _margin-left: 187px;
  _margin-left: 0px;
  _margin-top: -1.2em;
  _float: left;
  _position: relative;}

/* vzhled loadingu */
#loading{
  position: absolute;
  visibility:hidden;
  z-index: 10;
  margin-top: 140px;
  margin-left: 45px;}

/* reference */
#reference{
  min-height: 150px;
  _height: 150px;
  margin: 10px 10px 20px 0;}
  
/* projekty */
#projekty{
  min-height: 150px;
  _height: 150px;
  margin: 10px 10px 20px 0;}
  
/* konkrétní projekt */
#projekt{
  margin-right: 10px;
  text-align: justify;}

/* Formátování aktualit na úvodu */
#aktuality{
  width: 320px;
  height: 367px;
  background: url('aktuality.png') no-repeat;
  float: right;
  margin-left: 10px;}

#aktuality2{
  margin: 15px;}

#uvod{
  width: 240px;}

.aktuality_nadpis{
  width: 100%;
  margin-bottom: 4px;}

.aktuality_nazev{
  font-weight: bold;}
  
.aktuality_obsah{
  width: 100%;}
  
/* šedé zmenšené italic písmo */
.grey{
  font-size: 80%;
  font-style: italic;
  color: #555;}

table{
  font-size: 14px;
}