body
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

	margin: 0px;
	padding: 0px;

	color: black;
}

h1, h2, h3, h4, h5, h6
{
	text-decoration: underline;
	font-weight: bold;
	
	font-family: georgia;
	
	line-height: 17px;
}

h1{ font-size: 12px; }
h2{ font-size: 12px; }
h3{ font-size: 12px; }
h4{ font-size: 12px; }
h5{ font-size: 12px; }
h6{ font-size: 12px; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
	
	line-height: 18px;
}

a img{ border: none; } /* , a:link img */
img.border{ border: 1px solid #f4b600; }

table{ font-size: 100%; }
table td{
	padding: 4px;
}

/* tabulky z editoru */
table.standard{
	border: none;
	border-right: none;
	border-bottom: none;

	border: 2px solid #003C82;
	border-collapse: collapse;

	width: 99%;
}
* html table.standard,
* html table.colored
{
	width: 92%;
}
table.standard th{
	background-color: #003C82;
	border: 2px solid white;
	color: white;
}
table.standard td{
	border: 2px solid #003C82;
}
table.colored
{
	border: none;
	border-right: none;
	border-bottom: none;

	border: 2px solid #00C71F;
	border-collapse: collapse;

	width: 99%;
}
table.colored th{
	background-color: #00C71F;
	border: 2px solid white;
	color: white;
}
table.colored td{
	border: 2px solid #00C71F;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 5px;
}
/*********************/

/****************/

.header,
.header-line,
.menu,
.submenu, 
.langmenu,
.search-form,
.cols.footer,
.col-left,
.col-right
{
	display: none;
}

.col-middle p
{
	display: none;
}

.col-middle h1,
.col-middle h2,
.col-middle h3,
.col-middle h4,
.col-middle h5,
.col-middle h6
{
	padding: 0px 0px 0px 4px;
	margin: 17px 0px 13px 0px;
}

/* cleaner */
.cl
{
   clear: both;
   width: 100%;
   line-height: 0px;
   height: 0px;
   font-size: 0px;
   overflow: hidden;
   margin: 0px;
}
.cl.h2 { height: 2px !important; }
.cl.h3 { height: 3px !important; }
.cl.h5 { height: 5px !important; }
.cl.h10 { height: 10px !important; }
.cl.h15 { height: 15px !important; }
.cl.h17 { height: 17px !important; }
.cl.h20 { height: 20px !important; }
.cl.h25 { height: 25px !important; }
.cl.h37 { height: 37px !important; }
