body {
	margin: 0px 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: rgb(189,43,44);
  text-decoration: none;
}

a:hover {
  color: rgb(203,32,24);
  text-decoration: none;
}

h1 {
  font-size: 140%;
  color: rgb(203,32,24);
  margin: 5px 0px 5px 0px;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 5px 0px 10px 0px;
  color: black;
}

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;
  background-image: url('../images/bottom.jpg');
  background-repeat: no-repeat;
  background-position: left bottom; 
  padding-bottom: 180px;

}

#header {
  width: 900px;
  height: 110px;
  background-image: url('../images/header.gif');
  background-repeat: no-repeat;
  z-index: 2;
}
#logo
{
  position: absolute;
  top: 40px;
  left: 680px;
}

#webTitle {
  position: absolute;
  top: 40px;
  left: 2px;
  font-size: 150%;
  color: black;
  z-index: -2;
  font-weight: bold;
}

#webTitle a {
  text-decoration: none;  
  color: black;
}



/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  height: 21px;
  padding: 0px 0px 0px 8px;
  font-size: 100%;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  padding-right: 10px;
  float:left;
}
#menu li .menuArrow {
  color: rgb(71,82,149);
}

#menu ul li a {
  text-decoration: none;
  color: black;
}

#menu ul li a:hover {
  color: rgb(189,43,44);
}

.menuSign {
  padding-right: 3px;
}

/*********************************************************/
/********************* název sekce**********************/
/*********************************************************/

#sectiontitle {
	font-weight: bold;
  font-size: 120%;	
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/
#photogallery {
background-color: rgb(193,136,168);
height: 100px;
}

#mainContent {
  width: 900px;
  margin: auto;
}
#leftPic {
  float: left;
}
.mainContentItem {
  text-align: left;
  padding: 0px 5px 0px 0px;
  margin: 0px 80px 0px 0px;
  height: 310px;
  width: 580px;
  line-height: 16px;
  overflow: auto;
  scrollbar-track-color: rgb(230,202,217);
  scrollbar-face-color: rgb(192,133,165);
  scrollbar-3dlight-color: rgb(166,85,129);
  scrollbar-arrow-color: white;

}

.sign {
  text-align: right;
  margin-top: 20px;
}



#footer {
  width: 900px;
	margin: auto;
	clear: both;
  color: rgb(166,85,129);
  padding-top: 6px;
  text-align: right;
  font-size: 80%;
  
}

#flashIllustration {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
 

.articleItem {
	border-bottom: solid 1px silver;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
