/**Page layout **/
BODY {
	background-color: white;
}

IMG {
   border: 0px solid black;
   text-decoration: none;
}

/** Main Page design **/

.pagecontent {
	margin-left: 200px;
	margin-right: 200px;
	padding: 5px;
}

#leftnavbar {
	float: left; 
	margin: 10px; 
	border-right: 1px solid black; 
	padding: 10px;
}


/* Treeview Navigation */

.tvnav_chlist {
	/*margin-left: 10px;
	padding-left: 10px;*/
}

.tvnav_toggle {
	width: 20px;
	height: 20px;
	padding-top: 5px;
}

.tvnav_item {
	padding-top: 5px;
	/*display: block;*/
	/*margin-left: 20px;*/
}

.tvnav_whole {
}

.tvnav_link {
	color: blue;
	text-decoration: none;
	display: block;
}

.tvnav_link:visited {
	color: blue;
	text-decoration: none;
}


.tvnav_link:hover {
	padding-left: 2px;
	text-decoration: underline;	
}


.tvnav_active {
	font-weight: bold;
}



/* NEWS */

#news {
	float: right;
	width: 230px;
}

.fotogal_thumb {
   border: 0px solid black;
   text-decoration: none;
}

.cernypruh {
  background: url(../img/left_menu_item_bckg_active.gif) repeat-x top left;
  height: 37px;
  padding: 8px;
  padding-left: 15px;
  font-weight: bold;
  color: white;
}

.cervenypruh {
  background: url(../img/redstripe.gif) repeat-x top left;
  height: 37px;
  padding: 8px;
  padding-left: 15px;
  font-weight: bold;
  color: white;
}

h1 {
  margin: 0px;
}

h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
h4 {
  margin: 0px;
}
h5 {
  margin: 0px;
}
h6 {
  margin: 0px;
}

/* poll */
.pollitem {
 margin: 10px; margin-left: 0px; margin-right: 0px;
 padding: 10px;
 border: 1px solid black;
}

.pollquery {
  padding: 5px;
}

.pollqtext {
  font-style: italic;  
}

.pollreply {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid gray;  
}

.pollqdate, .pollrdate {
  float: right;
  margin-bottom: 5px;
  font-size: 10px;
}

.pollqauthor, .pollrauthor {
  font-weight: bold;
  margin-bottom: 5px;
}