/* Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}
a img {
	border: none;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4a606e;
	line-height:1.3em;
}
table.formular {
	border: 1px solid #f9bb97;
	border-bottom: 0px solid #f16918;
	margin-top:5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.formular td {
	padding:5px;
	border-bottom: 1px solid #f9bb97;
	border-top: 1px solid #fff;
	background:#fde9dd;
}
table.formular td.border-left {
	border-left: 1px solid #fff;

}
table.formular td.border-right {
	border-right: 1px solid #f9bb97;

}



table.formular input{
	width:50px;

}
table#cbl_volitelne td{
	padding:0px;
	border:0px;
	font-size:12px;
}
table#cbl_volitelne td input{
	width:20px;
}
.button{
	font-family:Calibri, Arial;
	font-size:16px;
	padding:8px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	border:0px;
	background:#55a9dd;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.top{


}

.noBorder table td{
	border:0px;
	padding:0px;


}
tr#vreckove_lamino{
	display:none;


}

.formular tr.zahlavie td
{
}

.formular tr.obalka td
{
    background-color: #edf2a8;
	border-bottom: 1px solid #dfe862;
}

.formular tr.vnutro td
{
    background-color: #d4e9f6;
	border-bottom: 1px solid #88c3e7;
}

table.formular tr.obalka td.border-right {
	border-right: 1px solid #dfe862;

}

table.formular tr.vnutro td.border-right {
	border-right: 1px solid #88c3e7;

}

td#header_vnutro, td#header_obalka{
	vertical-align:top;
	text-align:right;
}
td#header_vnutro h2, td#header_obalka h2{
	padding-right:10px;
}

td.border-bottom, table.formular tr.obalka td.border-bottom, table.formular tr.vnutro td.border-bottom{
	border-bottom: 0px;

}
td.border-top, table.formular tr.obalka td.border-top, table.formular tr.vnutro td.border-top {
	border-top: 0px;

}
