﻿
body, div, p
{
	font-size: 15px;
	line-height: 23px;
	font-family: Arial, Sans-Serif;
	color: #626668;
	margin: 0px;
	padding: 0px;
	border: none;
}

table { border-collapse: collapse; empty-cells: show; }

p { padding-bottom:12px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#626668; }
a:hover { color:#57b0dd; }
/*a:visited { color:#626668; }*/

sup, sub { font-size: 11px; line-height: 11px; }

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 10px;
    background-image: url(Images/bckLi.gif);
    background-position: left 9px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	font-size: 15px;
	line-height: 21px;
	font-weight: Bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #4d6aa7;	
	border-bottom: solid 1px #57b0dd;
}

h3, .h3
{
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #4d6aa7;
	text-transform: uppercase;
}

h4, .h4
{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	color: #57b0dd;
	margin: 16px 0px 0px 0px;
}

/*-------------------------------------------------- vlastní styly ---------------------------------------------------------*/

.linkReadMore
{
	font-size: 13px;
	color: #4d6aa7;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.modra { color: #57b0dd; }

.button
{
	display: -moz-inline-box;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckBtn.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	height: 22px;
}
