﻿body
{
	font-size: 15px;
	line-height: 19px;
	font-family: Candara, sans-serif;
	color: #404040;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea, select
{
	font-size: 15px;
	line-height: 19px;
	font-family: Candara, sans-serif;
	color: #404040;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border: 1px solid #a5a5a5;
}

select
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

input[type=checkbox], input[type=radio]
{
	border: none;
	padding: 0px; 
}

input[type="text"], textarea
{
	line-height: 20px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

textarea { line-height: 19px; }

table { border-collapse: collapse; }

p { margin: 0px 0px 8px 0px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#2e2e6c; }
	a:hover { color:#f4b60a;}
/*a:visited { color:#2e2e6c; }*/

sup, sub { font-size: 8px; line-height: 8px; }

ul { padding: 0px 0px 8px 0px; margin: 0px; }
	ul li
	{
		list-style-type: none;
		list-style-position: outside;
		padding: 0px 0px 2px 12px;
		background-image: url(Images/bckLi.png);
		background-position: left 7px;
		background-repeat: no-repeat;
	}

ol { padding: 0px 0px 8px 24px; margin: 0px; }
	ol li
	{
		list-style-type: decimal;
		list-style-position: outside;
		padding: 0px 0px 1px 0px;
	}
	ol.olPismena li, ol li ol li { list-style-type: lower-latin; }

h1, .h1, h2, .h2
{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #404040;
	background-image: url(Images/bckH1.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #f4b60a;
	padding: 0px 0px 2px 28px;
	margin: 0px 0px 12px 0px;
}
	h2, .h2 { margin-top: 24px; }

h3, .h3
{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 24px 0px 4px 0px;	
	border-bottom: 1px dotted #d9d9d9;
}

h4, .h4
{
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	background-color: #f4b60a;
	padding: 2px 8px 2px 8px;
	margin: 24px 0px 8px 0px;	
}

h5, .h5
{
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	padding: 0px;
	margin: 12px 0px 2px 0px;	
}

h6, .h6
{
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 2px 0px;	
}


/* -------------------------------------------- obecné styly -------------------------------------- */

.divMezera
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.spanOddelovac { color:#c7c5c5; }

.bold { font-weight: bold; }


/* ----------------------------------------- button --------------------------------------- */

.button
{
	font-size: 18px;
    line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
    display: inline-block;
	text-decoration: none; 
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: #f4b60a;
    padding: 4px 16px 4px 16px;
    overflow: visible;
    vertical-align: top;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0;
	border-radius: 6px;
	border-bottom-right-radius: 0;
}
	.button.disabled
	{
		background-color: #dddddd;
		color: #ffffff;
		cursor: default;
	}

.button:hover { color:#ffffff; }