body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 0px;	
	padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
}

h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 110%; }
h5{ font-size: 110%; }
h6{ font-size: 100%; }

h1.main-title{	font-size: 24px; }
h2.enter-title{	font-size: 24px; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}

a img{ border: none; } /* , a:link img */

form
{
	margin: 0px;
}

table{ font-size: 100%; }
table td{
	padding: 4px;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #c0c0c0;
	padding: 2px;
	
}
input
{
	background: url(input-bg.gif) no-repeat;
}
textarea
{

}
input.checkbox,
input.radio
{
	border: none;
	background: none;
}

.field
{
	width: 250px;
}
.field.sm
{
	width: 143px;
}
.field.ssm
{
	width: 90px;
}
textarea.textarea
{
	width: 450px;
	height: 100px;
}
input.submit
{
	background: url(input-submit-yellow-bg.gif) no-repeat;
	color: white;
	
	font-weight: bold;
	font-size: 12px;
	border: none;

	width: 80px;
	height: 28px;
	padding-left: 15px;
}

.submit.blue
{
	background: url(submit-bg.gif) no-repeat;
	padding: 0px;
}

.submit.small
{
	background: url(submit-bg-small.gif) no-repeat;
	width: 26px;
	height: 18px;
	padding: 0px;
}

/* tabulky z editoru */
table.standard{
	border: 1px solid #c1c1c1;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #c1c1c1;
	border-right: none;
	border-bottom: none;
}
table.standard th{
	background: #858789;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td{
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
table.colored th,
table.colored td{
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
table.colored th{
	background-color: #3299d4;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 4px;
}

/*********************/

/****************/

.npr,
.back,
.header,
.vertical-menu,
.footer,
.path,
.col-left,
.col-right,
.pager {display: none;}

.col-middle
{
	width: 20cm;
}

.col-middle .content h1
{
	font-size: 150%;
}

.page-title
{
	position: absolute;
	top: 200px;
	left: 20px;
	display: block;
	width: 100%;
	font-weight: normal;
}
.page-title h1
{
	font-size: 36px;
	margin: 0px;
	font-weight: normal;
	
}


.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.h5 {height: 5px !important;}
.h10 {height: 10px !important;}
.h15 {height: 15px !important;}
.h20 {height: 20px !important;}
.h25 {height: 25px !important;}
.h30 {height: 30px !important;}

.b {font-weight: bold;}
.fc1 {color: #3299D4;}
.fc2 {color: #666666;}
