body
{
	font-family: 'Verdana', Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color:#000;
	line-height: 1.5em;
}
/*** links ***/
a:link
{
	color: #f86300;
	text-decoration: underline;
}
a:visited
{
	color: #f86300;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #333;
}
#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}
a.force-internal
{
	padding:0 34px 0 0 !important;
	
	background:none !important;
}
/*** text elements ***/
ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
li
{
	background: url('./img/li.png') no-repeat left 3px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
ul.reference li
	{
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
}
p
{
	margin-top: 0;
	margin-bottom:0.5em;
}
/*** tables ***/
caption {
	background: #df5a02 url('./img/caption-bg.jpg') repeat-x 0 0;
	color:#fff;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	padding: 3px 9px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
table
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 5px 0;
	border: 1px solid #ccc;
}
thead th {
	background: #f5f5f5;
	text-transform: none;
}
tbody {
	background: #fff;
}
th
{
	padding: 3px 4px;
	padding-top:1px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #cccccc;
}
td
{
	padding: 3px 4px;
	border: 1px solid #cccccc;
}

tr.color
{
	background: #f5f5f5;
}
tr.color em {
	color: #f86300;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
table.noborder, table.noborder tbody, table.noborder td, table.noborder th
{
	border:none;
	background: transparent;
	margin: 0;
}

table th.objednavka
{
    padding-left:1px;
}

/*** headings ***/
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	color: #333;
	font-family: 'Trebuchet MS',sans-serif;
	margin:10px 0 5px 0;
}

h1
{
	margin-top:0;
	font-size: 23px;
	line-height: 1.3em;
}
h2
{
	font-size: 18px;
	color: #f86300;
}
h3
{
	font-size:15px;
	color: #f86300;
}
h4
{
	font-size:15px;
	margin:10px 0 3px 0;
}
h5
{
	font-size:12px;
	margin:3px 0;
	font-weight: bold;
}

/*** other marks ***/
cite
{
	padding-left:25px;
	font-style: italic;
	display:block;
	background: url('./img/cite.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #feba8d;
	background: #ffe4d2;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: auto;
}
abbr
{
	border-bottom: 1px dashed #feba8d;
	cursor:help;
}
samp
{
	background: #ffe4d2;
}
hr {
     height: 3px; 
     color: #feba8d;
     background-color: #feba8d;
     border: 0px solid #feba8d;
     clear:both;
     margin:24px 0;
}
.compare
{
	border: 1px solid #ccc;
	background: #fff9bb url('./img/table_icon.png') no-repeat 20px center;
	margin: 10px 0 10px 0;
	padding: 20px 20px 20px 70px;
}
.compare_text
{
	margin: 10px 20px;
	
	
}
.action {
	font-family: 'Trebuchet MS';
	font-size: 15px;
	line-height: 1.46em;
	color: #333;
	background: #fff;
	padding: 15px 20px;
	margin: 35px 0 0 0;
	position: relative;
}
	.action:before {
		content: 'AKCE';
		font-family: monospace;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		position: absolute;
		top: -20px;
		left: 0;
		height: 15px;
		width: 50px;
		padding: 0 5px 5px 5px;
		background: #333;
		border-radius: 3px 3px 0 0;
		text-align: center;
	}
	.action p { margin: 0; }
	.action p + p { margin-top: 10px; }
.note {
	color: #333;
	background: #d9d9d9;
	font-size: 11px;
	padding: 15px 20px;
	margin: 0;
}
	.note p { margin: 0; }
	.note p + p { margin-top: 10px; }
/*** cms styles ***/
.annotation
{
	border-bottom: 1px solid #8d8d8d;
	margin-top: 20px;
}
.list_autor
{
	margin-bottom: 1.5em;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	padding: 3px 0;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
.left
{
	float: left;
	margin: 10px 10px 10px 0;
}
.right
{
	float: right;
	margin: 10px 0 10px 10px;
}
hr
{
	width:100%;
}
img 
{
	border:none;
	padding: 1px;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
del { text-decoration: line-through; }
/*** messages styles ***/
ul#warning, ul#message
{
	margin: 5px 0;
	color: #000;
	font-weight: bold;
}
ul#warning
{
	border: 1px solid #d57157;
	background: #ffd5ca;
}
ul#message
{
	border: 1px solid #5bc143;
	background: #cbf2cb;
}
ul#warning li, ul#message li
{
	padding: 10px 10px 10px 40px;
	margin: 10px;
	background: none;
}
ul#warning li
{
	background: url('./img/warning.png') no-repeat left center;
}
ul#message li
{
	background: url('./img/message.png') no-repeat left center;
}

/*** text color ***/
.red
{
	color: #b33f42;
}
.green
{
	color: #189700;
}
.blue
{
	color: #2d608b;
}
.brown
{
	color: #6f4141;
}
/*** links color ***/
span.red a:link, span.red a:visited, span.red a:hover
{
	color: #b33f42;
	text-decoration:underline;
}
span.green a:link, span.green a:visited, span.green a:hover
{
	color: #189700;
	text-decoration:underline;
}
span.blue a:link, span.blue a:visited, span.blue a:hover
{
	color: #2d608b;
	text-decoration:underline;
}
span.brown a:link, span.brown a:visited, span.brown a:hover
{
	color: #6f4141;
	text-decoration:underline;
}
/*** inputs ***/
form
{
	padding:0;
	margin:0;
}
fieldset
{
	border: 1px solid #d7eaf9;
	margin:0px;
	padding-top:15px;
	*padding-top: 30px;
	*margin-top: 40px;
	position: relative;
}
legend
{
	background: #f3faff;
	color: #5f6c7f;
	border: 1px solid #d7eaf9;
	*top: -22px;
	*left: 15px;
	*position: absolute;
}
.legend
{
	padding: 10px;
	display: block;

}
form br
{
	clear: left;
}
label
{
	width: 140px;
	padding: 0;
	height: 23px;
}
input, select, textarea {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: inset 2px 2px 2px #cccccc;
	-moz-box-shadow: inset 2px 2px 2px #cccccc;
	box-shadow: inset 2px 2px 2px #cccccc;
	line-height: 23px;
	height:23px;
	display: inline-block;
}
input.mandatory
{
	background: url('./img/input_bg_mandatory.png') no-repeat;
	border: 1px solid #a9c1e3;
	padding: 4px 0 0 4px;
	height: 23px;
}
textarea {
	height: auto;
}

#domain
{
	width: 145px;
	margin: 0 5px 0 0;
}
#domain_check p { margin: 10px 0 0 0; }
#domain_check select
{
	width: 50px;
	height: 26px;
	margin: 0 0 0 2px;
}
input#check_button
{
	margin: 5px 5px 5px 5px;
	border: none;
	height: auto;
	width: auto;
	padding: 0;
	display: inline;
	float: none;
}

.btn-red, fieldset.contact input.btn-red, fieldset.form input.btn-red {
	text-transform: uppercase;
	background: transparent;
	border: none;
	color: #fff;
	font-weight: bold;
	background: url('./img/btn-red.png') no-repeat 0 0;
	text-align: center;
	line-height: 30px;
	width: 136px;
	height: 35px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
}
a.btn-red:link, a.btn-red:visited {
	color: #fff;
	text-decoration: none;
	height: 33px;
	padding: 2px 0 0 0;
	font-family: sans-serif;
}
.btn-grey {
	text-transform: uppercase;
	background: transparent;
	border: none;
	color: #000;
	font-weight: bold;
	background: url('./img/btn-white.png') no-repeat 0 0;
	text-align: center;
	line-height: 32px;
	width: 132px;
	height: 32px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
}
a.btn-grey:link, a.btn-grey:visited {
	text-decoration: none;
	color: #000;
}
