body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color:#1c3e59;
}
/*** links ***/
a:link
{
	color: #1c3e59;
	text-decoration: underline;
}
a:visited
{
	color: #3f8c2c;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #3f8c2c;
}
#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/green_list.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:1em;
}
/*** tables ***/
table
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin: 5px 0;
}
th
{
	color: #1f6316;	
	padding: 0 3px;
	padding-top:1px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #d1deed;
	background: url('./img/th_bg.png') repeat-x;
	height: 32px;
}
td
{
	padding: 3px;
	border: 1px solid #d1deed;
	height: 24px;
}
/*
{
        /*background: #325F8E url('./img/circle_blue.png') no-repeat 5px 6px;
        padding-left:20px;
}*/


tr.color
{
	background: #eaf4ff;
}
table.noborder, table.noborder td, table.noborder th
{
	border:none;
}

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


}

/*** headings ***/
h1,h2,h3,h4
{
	font-weight:normal;
	color: #1f6316;
}

h1
{
	margin-top:5px;
	font-size: 24px;
}
h2
{
	margin:5px 0 5px 0;
	font-size: 18px;
}
h3
{
	font-size:14px;
	margin:3px 0;
	font-weight: bold;
}
h4
{
	font-size:12px;
	margin:0;
	font-weight: bold;
	color: #000;
}
h5
{
        color: #993300;
        font-size:15px;
        margin:3px 0;
        font-weight: bold;
}

/*** other marks ***/
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: auto;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
hr {
     height: 3px; 
     color: #eaeaea; 
     background-color: #eaeaea; 
     border: 0px solid #eaeaea;
     clear:both;
     margin:24px 0;
}
/*** cms styles ***/
.annotation
{
	border-bottom: 1px solid #8d8d8d;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e8f7dc;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #e8f7dc;
	padding: 3px 15px;
}
.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;
}
/*** 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;
}
/*** buttons ***/
a:link.order_button, a:visited.order_button
{
	background: url('./img/order_button.png') no-repeat;
	display: block;
	height: 24px;
	width: 97px;
	margin: 5px 2px 5px 2px;
}
a:link.contact_button, a:visited.contact_button
{
	background: url('./img/contact_us_button.png') no-repeat;
	display: block;
	height: 24px;
	width: 209px;
	margin: 5px;
}
a:link.small_button, a:visited.small_button
{
	background: url('./img/small_button.png') no-repeat;
	display: block;
	height: 24px;
	width: 51px;
	color: #1c3e59;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 7px;
	margin: 10px 0;
}
a:link.big_button, a:visited.big_button
{
	background: url('./img/big_button.png') no-repeat;
	display: block;
	height: 24px;
	width: 116px;
	color: #1c3e59;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 9px;
}
/*** 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;
}
