body {
	margin: 100px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: black;
	color: white;
  text-align: center;
}

img {
  border: none;
}

a {
  color: rgb(218,191,78);
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

h1 {
	font-size: 110%;
	text-transform: uppercase;
	color: white;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	top: -2px;
	left: 8px;
}

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;
  border-top: solid 30px rgb(225,173,1);
  border-bottom: solid 22px rgb(218,191,78);
  padding: 20px 0px 20px 0px;
}

#header {
 
}
#logo
{
  position: absolute;
  top: -80px;
  left: 200px;
}

#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 {
  height: 40px;
  padding-top: 5px;
  width: 900px;
  margin: auto;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}

#menu a {
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-left: solid 1px rgb(218,191,78);
	color: white;
	text-transform: uppercase;

}
#menu li {
	padding-left: 10px;
	float: left;
}

#menu ul li a {
	text-decoration: none;
	color: white;
}

#menu ul li a:hover {
	background-color: rgb(218,191,78);
	color: black;
}

#odkazTop {	
	width: 900px;
	position: absolute;
	top: -20px;
	right: 4px;
	text-align: right;
}

#odkazTop a {	
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	color: black;
}

#odkazTop a:hover {	
	background-color: black;
	color: white;
}

#odkazTop h1 a {	
	color: white;
}

#odkazTop h1 a:hover {	
	text-decoration: underline;
	background-color: Transparent;
}


/*********************************************************/
/********************* sekce *****************************/
/*********************************************************/

#sectiontitle {
	color: rgb(218,191,78);
	margin: 0px 0px 0px 0px;
}

/****************************/
/********* section **********/
/****************************/

.grdSections, .grdPictures {
	margin-top: 10px;
}

.grdSections td, .grdPictures td {
	vertical-align: top;
	text-align: left;
}

.grdSections .sectionItem, .grdPictures .sectionItem {
	border: none;
}

.grdPictures .sectionItem {
	padding-bottom: 20px;
}

.grdSections .sectionItem .perexImage, .grdPictures .sectionItem .perexImage {
	border: none;
	margin-right: 34px;
}

.grdPictures .sectionItem .perexImage {
	margin-right: 37px;
}

.grdSections .sectionItem .perexImageLast, .grdPictures .sectionItem .perexImageLast {
	border: none;
	margin-right: 0px;
}

.grdSections .sectionItem .articleTitle, .grdPictures .sectionItem .articleTitle {
	padding-top: 5px;
	display: block;
}

.grdSections .sectionItem .articlePerex, .grdPictures .sectionItem .articlePerex {
	margin: 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: white;
}

.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%;
}

#footer a {
	color: rgb(147,147,147);
}

#footer a:hover {
	text-decoration: underline;
}


.navigation {
	text-align: center;
}
