*{
	padding: 0;
	margin: 0;
}
a img{ border: 0; }

hr{
	display: none;
}
body{
	text-align: center;
	background-image: url(../layout/backgroud_content2.jpg);
	font-family: tahoma;
	font-size: 11px;
}
.clear{
	clear: both;
}

a{
	color: #000000;
}
a:hover{
	color: #444444;
}

strong {
  font-weight: bolder;
}

p {
  margin: 10px;
  margin-right: 30px;
  line-height: 20px;
  text-align: justify;
}

h2 {
  font-size: 23px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}

h3 {
  font-size: 17px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: lighter; 
}

h4 {
  font-size: 14px;
  font-family: tahoma;
  font-weight: lighter;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

.obr_ram {
  padding: 2px;
  border: 1px #333333 solid;
}

.obr_nas_tym {
  margin-top: 7px;
  margin-bottom: 7px;
}

.obr_logo {
  float: right;
  padding: 20px 0px 20px 20px;

}

#obr {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5px;
}

#obr_ilustration_right {
  float: right;
  margin: 20px;
}

#content{
	margin: 0 auto 0;
	/* padding první parametr změň podle odsazení hlavní části od vrchu*/
	padding: 200px 0 80px 0;
	width: 970px;
	text-align: left;
	position: relative;
}

#top{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* ten height pak změň podle výšky hlavičky*/
  height: 120px;
  background-image: url(../layout/backgroud_top.jpg);
  background-repeat: repeat-x;
}

#bottom {
  /* ten height pak změň podle výšky hlavičky*/
  height: 99px;
  background-image: url(../layout/backgroud_bottom.jpg);
  background-repeat: repeat-x;
}

#logo {
		left: 0px;
		top: 0px;
		position: relative;
	}
	
#logo_bottom {
		left: 0px;
		top: 0px;
		position: relative;
		margin: auto;
		text-align: center;
	}	

#obsah {
  background-image: url(../layout/backgroud_obsah.jpg);
  background-repeat: repeat;
  /* ten height pak smaž*/
  /* height: 470px; */
  padding: 0;
  position: relative;
  width: 100%;
}

#obsahHorniPruh {
  height: 14px;
  background-image: url(../layout/obsahHorniPruh.jpg);
}

#obsahDolniPruh {
  height: 20px;
  background-image: url(../layout/obsahDolniPruh.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#obsahleft{
  float: left;
  padding: 0 0 0 50px;
  width: 250px;
  height: 500px;
}

#obsahright{
  float: right;
  width: 625px;
  border-left: 1px #333333 solid;
  padding-left: 25px;
}

#obsahright_vyssi {
  float: right;
  width: 625px;
  height: 740px;
  border-left: 1px #333333 solid;
  padding-left: 25px;
}

/* ........................... tym .................. */

.obsah_tym {
  padding-top: 20px;
}

.obsahright_levy {
  float: left;
  width: 230px;
  height: 290px;
  padding-left: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.obsahright_levy p {
  text-align: center;
  padding-left: 20px;
}

.obsahright_pravy {
  width: 230px;
  height: 290px;
  border-left: 1px #333333 solid;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  float: right;
}

.obsahright_pravy p {
  text-align: center;
  padding-left: 20px;
}

/* ........................... menu .................. */

#obsahmenu{
  position: absolute;
  left: -24px;
  top: 40px;
}
#obsahmenu a{
  /* šířka jedný buňky */
  width: 48px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
#obsahmenu a:hover{
  background-position: 100% 0%;
}
#obsahmenu a span{
  display: none;
}

.home {
  /* background obrázek musí být ve tvaru pasivní a hned vedle připláclý aktivní, 
  bude mít 2x šířku a vidět bude vždycky jen půlka :) 
  stejně i u ostatních*/
  background-image: url('../layout/home.jpg');
  top: 240px;
  height: 98px;
}

.home_active {
  background-image: url('../layout/home_active.jpg');
  top: 240px;
  height: 98px;
}

.projekty {
  background-image: url('../layout/projekty.jpg');
  top: 180px;
  height: 98px;
}

.projekty_active {
  background-image: url('../layout/projekty_active.jpg');
  top: 180px;
  height: 98px;
}

.nas-tym {
  background-image: url('../layout/nas_tym.jpg');
  top: 80px;
  height: 98px;
}

.nas-tym_active {
  background-image: url('../layout/nas_tym_active.jpg');
  top: 80px;
  height: 98px;
}

.kontakt {
  background-image: url('../layout/kontakt.jpg');
  top: 0px;
  height: 98px;
}

.kontakt_active {
  background-image: url('../layout/kontakt_active.jpg');
  top: 0px;
  height: 98px;
}


#obsahleft ul {
  line-height: 34px;
  list-style: none;
  padding-left: 20px;
}

#obsahleft a {
  font-size: 17px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-decoration: none;
}

.projekt_active {
  list-style: circle;
}

.sedy_odkaz {
  color: #191919;
}

.text_center {
  text-align: center;
}

.dekor_pravy_pruh {
  float: right;
  padding-left: 20px;
  margin-top: 30px;
}

.menu_projekty h4 {
  margin-top: 20px;
}

.centrovany {
  text-align: center;
}