/* ********* definice obecnych HTML znacek ********* */

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #f8cabd;
}

a {
	color: #36B0D9;
	text-decoration:none;
}
a:hover {
	color: #EA6860;
}
h2 {
	font-size: 120%;
}
img {
  border: none;
}

.clearing {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* ******************************************* */
/* ************ nastaveni stranky ************ */
/* ******************************************* */
#header {
	
}

#page {width:600px;

}


/* ******************************************* */
/* ************ nastaveni layoutu *********** */
/* ******************************************* */




#webTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

#webTitle a {
	text-decoration: none;
	color: #000000;
}

#MainContent {
  margin:0px;
  width:600px;
  padding: 60px 0px 0px 0px;
  font-size: 89%;	

}
		
.noprint {
  display: none;
} 



#footer {
  height:39px;
  width: 769px;
  margin:auto;
  padding: 2px 0px 0px 0px;

}

.copyrightClaim {
	color: #ffffff;
	font-size: 82%;
	padding: 2px 0px 0px 25px;
}

/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */


.ArticleTitle {
	font-size: 140%;
}

li { 
  margin-bottom:10px; 
  }



