body {
	margin: 100px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	color: black;
  text-align: center;
}

img {
  border: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 140%;
  color: rgb(218,191,78);
  margin: 5px 0px 5px 0px;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#page {
  position: relative;
  width: 900px;
  text-align: left;
  margin: auto;
  padding: 20px 0px 20px 0px;
}

#header {
 
}
#logo
{
  display: none;
}

#webTitle {
  position: absolute;
  top: -80px;
  left: 200px;
  font-size: 150%;
  background-color: rgb(225,173,1);
  color: black;
  padding: 2px;
  z-index: -2;
}

#webTitle a {
  text-decoration: none;  
  color: black;
}


/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
    display: none;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menu a {
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-left: solid 1px rgb(218,191,78);
	color: black;

}
#menu li {
  padding-left: 10px;
  float:right;
}

#menu ul li a {
  text-decoration: none;
  color: black;
}

#menu ul li a:hover {
  background-color: rgb(218,191,78);
  color: black;
}
#odkazTop{	
	position: absolute;
	top:-20px;
	right: 4px;
}
#odkazTop a {	
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	color: black;
}
#odkazTop a:hover {	
  background-color: black;
	color: black;
}
/*********************************************************/
/********************* název sekce**********************/
/*********************************************************/

#sectiontitle {
  color: rgb(218,191,78);
	margin: 0px 0px 0px 0px;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/


#mainContent {
}

.mainContentItem {
  width: 570px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

#articlePic {
  float: right;
  margin: 0px;
}
.mainContentItem .articlePerex {
  font-size: 120%;
  margin-bottom: 7px;
  color: black;
}
.mainContentItem .previous{
  margin-top: 14px;
}


#mainContent #navigace {
  padding: 0px 0px 30px 39px;
}


#footer {
	width: 900px;
	height: 39px;
	margin: auto;
	clear: both;
  color: rgb(147,147,147);
  padding-top: 13px;
  text-align: left;
  font-size: 85%;
  
}
/*********************************************************/
/********************* reference**********************/
/*********************************************************/
#gallery{
  margin-top: 20px; 
}
.galleryPic{
  padding-right: 30px; 
}
/*********************************************************/
/********************* reference**********************/
/*********************************************************/


.referenceIco, .referenceIcoLeft{
  float: left;
  padding-left: 33px;
  
}
.referenceIcoLeft{
  padding: 0px;
}
.referencePic{
  margin-bottom: 5px; 
}
.reference-seznam {

}
.reference-seznam a{
  line-height: 24px; 
}


