


@font-face {
	font-family: galetteweb;
	src: url("font/galette/galette-med.eot?") format("eot"),
		url("font/galette/galette-med.woff") format("woff"),
		url("font/galette/galette-med.ttf") format("truetype"),
		url("font/galette/galette-med.svg#Galette-Medium") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: segoeweb;
    src: url("font/segoeui/segoeui.eot?") format("eot"),
		url("font/segoeui/segoeui.woff") format("woff"),
		url("font/segoeui/segoeui.ttf") format("truetype"),
		url("font/segoeui/segoeui.svg#SegoeUIRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: segoebweb;
    src: url("font/segoeuib/segoeuib.eot?") format("eot"),
		url("font/segoeuib/segoeuib.woff") format("woff"),
		url("font/segoeuib/segoeuib.ttf") format("truetype"),
		url("font/segoeuib/segoeuib.svg#SegoeUIBold") format("svg");
    font-weight: normal;
    font-style: normal;
}


body, td, th {
	font-family: 'Segoe UI', Helvetica, Arial, segoeweb, sans-serif;
	font-size: 16px;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	color: #0065B3;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #0065B3;
}

a:hover img {
	border-color: #0065B3;
}

table	{
	margin: 0 0 20px 0;
	padding: 0;	
	border-collapse: collapse;
	}
 
td, th	{
	padding: 0;
	border: none;
	vertical-align: top;
	}

th	{
	font-family: 'Segoe UI', Helvetica, Arial, segoeweb, sans-serif;
	font-weight: bold;
	color: #009640;
	background: #f4f4f4;
}

table.sobrysem td, table.sobrysem th, table.bezobrysu td, table.bezobrysu th {
	padding: 5px 10px;
	vertical-align: middle;
}	
table.sobrysem td, table.sobrysem th{
	border: solid 1px #ddd;
}	
table.sobrysem, table.bezobrysu  {
	width: 100%;
}
img.sobrysem {
	border: solid 2px #ddd;
}
	
hr {
	border: none;
	border-bottom: solid 1px #ddd;
	padding: 0;
	margin: 0 0 20px 0;
	clear: both;
}

strong {
	color: #005D95;
	font-family: 'Segoe UI', Helvetica, Arial, segoeweb, sans-serif;
	font-weight: bold;
}

h1 {
	font-family: galetteweb, Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #005D95;
	margin: 0 0 20px 0;
	padding: 0 30px 0 0;
}

h2 {
	font-family: galetteweb, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #005D95;
	margin: 0 0 20px 0;
}

h3 {
	font-family: galetteweb, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #005D95;
	margin: 0 0 20px 0;
}
/*
ul, ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0 0 2px 0;
	padding: 0 0 0 30px;
	background: url('../img/list_item_dot2.png') 10px 8px no-repeat;
}
*/
ul, ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style-type: disc;
}

li {
	margin: 0 0 2px 25px;
	padding: 0 0 0 0;
}

p {
	margin: 0 0 20px 0;
}

p.small {
	font-size: 14px;
}

#sloupek p {
	padding-right: 5px;
	margin: 0 0 15px 0;
}

div.vlevo {
	float: left;
	clear: left;
	width: 48%;
}
div.vpravo {
	float: right;
	clear: none;
	width: 48%;
}

img.vlevo {
	float: left;
	margin: 0 20px 10px 0;
}

img.vpravo {
	float: right;
	margin: 0 0 10px 20px;
}