/***************************************************************************
* Copyright (C) Ladislav Gášek, 2010													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!!	*
* for project: rodina.azylovydum.cz														*
/**************************************************************************/

div.full_content li {
	color: #222222;
	list-style: outside url(../img/cube.png);
	list-style-image: url(../img/cube.png);
}

div.full_content ol li {
	list-style: upper-roman;
}

h1{
	border-bottom: 1px solid #0066B4;
	color: #0066B4;
	display: block;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 12px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	font-family:Calibri,"Trebuchet MS",sans-serif;
}

h2{
	color: #FFBF00;
	font-size: large;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 8px;
	padding-bottom: 4px;
	text-align: left;
}

h3{
	border-bottom: 1px solid #cccccc;
	width: 80%;
	color: #FFBF00;
	font-size: small;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 8px;
	padding: 2px 2px 5px 4px;

}

h4{
	border-bottom: 1px solid #0066B4;
	color: #696969;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px 2px 2px 4px;
}

h5{
	color: #0066B4;
	font-size: small;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 2px;
	padding-top: 3px;
}

h6{
	border-bottom: 1px solid #FFBF00;
	color: #0066b4;
	text-align: center;
	font-size: small;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}

hr{
	border: dashed #0066b4 1px;
	border-left: none;
	border-right: none; /*height: 1px;
	border: colapse;
	background: transparent url(../img/hr.gif) repeat left top; */
}

table.zluta_tabulka {
	padding: 8px;
	
}

table.zluta_tabulka td {
	padding: 2px;
	background: #ffffcc;
	border-bottom: 1px solid #ffbf00;
	color: #222222;
	font-weight: bold;
}

table.prac_mista_tabulka {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 85%;
}
table.prac_mista_tabulka td {
	vertical-align: top;
/*	white-space: pre;*/
}

td.zahalvi	{
	white-space: pre;
	font-weight: bold;
	background: #0040FF;
	color: #ffffFF;
	/*border-bottom: 1px solid #85c1ff;*/
	border: 1px solid #85c1ff;
}

td.svetla	{
	background: #85C1FF;
	border-bottom: 1px solid #0066b4;
	border-top: 1px solid #0066b4;
}


