/* CSS Document */

.list {
  margin-left: 2.5em;
}

.not-list {
  margin-left: 1.5em;
  list-style-type: none;
}

.rome {
  list-style-type: upper-roman;
  margin-left: 2em;
}

.num {
  list-style-type: decimal;
}

.under {
  text-decoration: underline;
}

.thumb {
  float: left;
  padding: 3px;
  border: 1px solid #D7D1B5;
  background: #FFFFFF;
  margin-left: 0;
}

.thumb3 {
  margin: 3em auto;
}

h2 div {
  width: auto;
  height: 30px;
  background: url('images/arrow2.png') no-repeat;
  padding-left: 30px;
  margin-top: -1px;
  vertical-align: 25%;
    
}



h3 {
  font-size: 13pt;
  font-weight: normal;
  font-family: "Times New CE", "New York CE", "Times CE", Georgia, times, serif;  
/*  background: #F8F6E2;*/
/*  border-bottom: 1px solid #8E6F02;*/
  background: url('images/bg_title2.png') repeat-x left top;
  height: 22px;
  padding-left: 15px;  
}

h4 {
  font-size: 8pt;
  font-family: "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
  margin-bottom: -0.8em; 
  margin-left: 0px; 
}

h4.menu {
  margin-bottom: 1em;
  margin-left: 0px;
  margin-top: 2.4em;
  background: url('images/bg_title.png') repeat-x left top;
  height: 32px;
  padding-top: 8px;
  padding-left: 10px;
  text-align: left;  
}

p{
  margin-left: 15px;
}

.right-menu {

}




/* CAREER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.job-box, .job-box2 {
  width: 585px;
  height: 18px;
  padding: 0;
  background: rgb(244,243,223);
  border: 1px solid #e6e0ce;
  margin: 5px auto;

}

.job-box2{
  background: #FCF8EB;
}


.jobleft{
  width: 390px;
  float :left;
  padding: 0;
  height: 18px;
}


.jobright{
  width: 190px;
  height: 18px;
  float: right;
  padding: 0;
  text-align: right;
}

.job-cont{
  width: auto;
  margin: 0;
  padding: 1px;
  padding-right: 5px;
  height: auto;
}

.job-cont a{
/*  font-weight: normal;*/
}

.job {
  padding-left: 10px;
}

.job h3 {
  background: rgb(244,243,223);
  border-bottom: 1px dashed rgb(128,64,0);
  height: 15px;
}

/* HISTORY ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#history {
  padding-left: 10px;
}

#history ul {
  border: 1px solid rgb(208,208,208); 
  border-top: none;
  margin: 0;
  margin-left: 10px;
}

#history li{
  margin-left: 20px;
  padding: 2px;
}

#history h3 {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid rgb(208,208,208);
  margin: 0;  
  padding: 2px;
  background: rgb(244,243,223);
  margin-top: 10px;  
}

.sprava {
	padding-left: 0;
	margin-left: 0;
}
.sprava h3 {
	padding-left: 0;
	margin-left: 0;
}
.sprava p {
	padding-left: 0;
	margin-left: 0;
}
