body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #f3dcd8;
	text-align: left;
	}

.style_h1 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 0px 5px 0px; 
}

.style_h2 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}
.style_h3 {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}

h1 {
  font-size: 23px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 0px 5px 0px; 
}

h2 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}
h3 {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}


p {
  margin: 0px;
  padding: 0 0 0px 0; /*nahore vpravo dole vlevo*/
}
a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ff7400;
  text-decoration: none;
  font-weight: bold;
}

.menu {
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	
}
.menusub {
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
	
}
#left {
	margin: 20px;
}

.rule {
	height: 100%;
	width: 1px;
}
