/***************************************************************************
* Copyright (C) Ladislav Gášek, 2008													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: ShantiDance.cz																*
/**************************************************************************/

h1{
	color: #871109;
	font-size: x-large;
	margin: 0px px 0px 0px;
	padding: 0px 0px 2px 30px;
	background: url(../img/h1.gif) no-repeat;
}
h2{
	color: #871109;
	font-size: large;
	background: url(../img/h2.gif) no-repeat;
	padding: 0px 0px 2px 17px;
	border-bottom: 1px solid #F2BC7E;


}
h3{

	font-size: large;
}
h4{	
	font-size: medium;
	color:black;
	border-bottom: 1px solid #F2BC7E;
	width: 80%;
	
}
h5{
	font-size: medium;
}
h6{
	color: #871109;
	font-size: small;
	
}
hr{
  height: 1px;
 /* background:  url(../img/hr.gif) no-repeat scroll center;*/
  border: 1px dotted;
  color: #A05320;
	
}
#document li {
	/*color: #871109;*/
	list-style: outside url(../img/cube.gif);
	list-style-image: url(../img/cube.gif);
}

#document li li {
	/*color: #871109;*/
	list-style: outside url(../img/cube2.gif);
	list-style-image: url(../img/cube2.gif);
}

#document ol li {
	list-style: upper-roman;
}

div.linka {
	 background:  url(../img/hr.gif) no-repeat scroll center;
	 height: 8px;
	 width: 100%;
	 margin-top: 4px;
	margin-bottom: 4px;
}