html{
	
}
body{
    
	background-color: #000000;
	background-image: URL(images/background.jpg);
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#body{
	
	background-color: #FFFFFF;
	width: 749px;
	padding-left: 2px;
	margin: auto;
	position: relative;		
}

#left{
	width: 100px;
	height: 100%;
	position: absolute;
	left: -100px;
	background-image: url(images/left_back.png);
}

#left .bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#right{
	width: 100px;
	height: 100%;
	position: absolute;
	right: -100px;
	background-image: url(images/right_back.png);
}

#right .bottom{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


#header{
	
	background-image: URL(images/header_background.jpg);
	width: 747px;
	height: 285px;
		
}

#menu0 a{
	float: left;
	display: block;
}

#menu0_onas{
	background-image: url(images/menu0_onas.gif);
	width: 161px;
	height: 56px;
}

#menu0_onas:hover{
	background-image: url(images/menu0_onas_active.gif);
}

#menu0_sluzby{
	background-image: url(images/menu0_sluzby.gif);
	width: 143px;
	height: 56px;
}

#menu0_sluzby:hover{
	background-image: url(images/menu0_sluzby_active.gif);
}

#menu0_dokumenty{
	background-image: url(images/menu0_dokumenty.gif);
	width: 143px;
	height: 56px;
}

#menu0_dokumenty:hover{
	background-image: url(images/menu0_dokumenty_active.gif);
}

#menu0_klienti{
	background-image: url(images/menu0_klienti.gif);
	width: 143px;
	height: 56px;
}

#menu0_klienti:hover{
	background-image: url(images/menu0_klienti_active.gif);
}

#menu0_formular{
	background-image: url(images/menu0_formular.gif);
	width: 143px;
	height: 56px;
}

#menu0_formular:hover{
	background-image: url(images/menu0_formular_active.gif);
}

#menu0_kontakt{
	background-image: url(images/menu0_kontakt.gif);
	width: 157px;
	height: 56px;
}

#menu0_kontakt:hover{
	background-image: url(images/menu0_kontakt_active.gif);
}

#logo{
	/*background-image: url(images/logo.png);*/
	width: 153px;
	height: 119px;
	position: absolute;
	top: 76px;
	left: 25px;
}

#menu1_vzdelani{
	width: 145px;
	height: 82px;
	display: block;
	position: absolute;
	left: 12px;
	top: 180px;
}

#menu1_kurzy{
	width: 145px;
	height: 82px;
	display: block;
	position: absolute;
	left: 163px;
	top: 180px;
}

#menu1_firmy{
	width: 145px;
	height: 82px;
	display: block;
	position: absolute;
	left: 314px;
	top: 180px;
}

#menu1_skoly{
	width: 145px;
	height: 82px;
	display: block;
	position: absolute;
	left: 465px;
	top: 180px;
}

#content{
	width: 747px;
}

#uvod{
	width: 320px;
	height: 170px;
	background-image: url(images/uvod.png);
	background-repeat: no-repeat;
	padding-left: 204px;
	padding-right: 20px;
	padding-top: 60px;
	text-align: justify;
}

#uvod_vice{
	margin-left: 200px;
}

#uvod_vice a{
  color: #c91617;
  font-weight: bold;
}

#aktuality{
	width: 202px;
	height: 186px;
	background-image: url(images/aktuality.png);
	background-repeat: no-repeat;
}

#modra_stred{
	background-image: url(images/modra_stred.png);
	width: 746px;
	height: 41px;

}

#stred{
	width: 747px;
}

#spodek{
	width: 544px;
	height: 250px;
	background-image: url(images/spodek.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.spacer{
  height: 50px;
}

.box{
  width: 240px;
  position: relative;
  display: block;
}

.box a {
  position: absolute;
  right: 70px;
  top: 150px;
  color: #c91617;
  font-weight: bold;
}


.mezera{
  width: 20px;
}

#kontakt{
	width: 202px;
	height: 186px;
	background-image: url(images/aktuality.png);
	background-repeat: no-repeat;
}

.box_head{
	margin-top: 7px;
	margin-left: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #c91617;
}

.box_content{
  margin-top: 20px;
  margin-left: 8px;
}

#dole{
	width: 717px;
	height: 20px;
	background-image: url(images/dole.png);
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 10px;
}

#dole a{
	color: #FFFFFF;
}

