/* zakladni elementiky */
h1, h2, h3 {
	color: #ffae00;
	
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

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

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

.clear {
  clear: both;
}

h6 {
  height: 16px;
  
  display: block;
  
  font-size: 16px;
  font-weight: normal;
  
  letter-spacing: 2px;
  
  color: #fff;
  
  text-transform: uppercase;
}


/**/
.black-bold {
  font-weight: bold;
  font-style: normal;
  
  color: #000;
}

.first-word {
	width: 40px;
	
	display: block;
	
	float: left;
}

/* header */
.bezna-stranka {
  background-image: url('../images/layout/header-b-bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

.hlavni-stranka {
  background-image: url('../images/layout/header-a-bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

#header div#museum-logo {
  width: 405px;
  height: 50px;
  
  position: absolute;
  left: 0px;
  top: 12px;  
}

#header h6.current-events {
  position: absolute;
  top: 164px;
  left: 184px;
}

#header h6.upcoming-events {
  position: absolute;
  top: 164px;
  left: 554px;
}

/**/
.inside ul {
	margin-left: 20px;
}

.inside p {
	width: 100%;
}

.inside a {
	text-decoration: none;
	
	border-bottom: 1px dotted #ffae00;
}

.inside a:hover {
	text-decoration: none;
	
	border-bottom: 1px solid #ffae00;
}

/**/
#footer span.update-info {
  position: absolute;
  top: 10px;
  left: 17px;
}

#footer span.copyright-info {
  position: absolute;
  top: 10px;
  left: 199px;
}

#footer span.hucr-logo {
  position: absolute;
  top: 4px;
  left: 830px;
}


/**/
.contact-preview {
	margin-bottom: 15px;
	padding: 10px 0px;
	
	border-bottom: 1px solid #ffae00;
}

.contact {
	margin-bottom: 10px;
}

.contact p {
	margin: 2px 0px;
	
	line-height: 1.2;
}

.contact a {
	font-size: 13px;
	font-weight: bold;
	
	color: #000;
	
	border-color: #000;
}

.contact a:hover {	
	border-color: #000;
}


/**/
.image a {
	border: none;
}

.image a:hover {
	border: none;
}