﻿body, div, p
{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Sans-Serif;
	color: #353333;
	margin: 0px;
	padding: 0px;
	border: none;
}

table { border-collapse: collapse; empty-cells: show; }

p { padding-bottom:8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#c20e16; }
a:hover { color:#307ccc; }
/*a:visited { color:#353333; }*/

sup { font-size: 9px; }

.kurziva { font-style: italic; }

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 8px;
    background-image: url(Images/bckLi.gif);
    background-position: left 7px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #307ccc;	
}

h3, .h3
{
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #d97101;	
}

h4, .h4
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #307ccc;
}

/*---------------- vlastní styly ------------------*/

.cervena { color: Red; }


/*---------------- button ------------------*/

.button
{
    display: -moz-inline-box;
    display:inline-block;
    background-image: url(Images/bckButtonP.gif);
    background-position: right center;
    background-repeat: no-repeat;
    height: 36px;
    padding-right: 10px;
}

.button span
{
	display: -moz-inline-box;
    display:inline-block;
	background-image: url(Images/bckButtonL.gif);
    background-position: left center;
    background-repeat: no-repeat;
    height: 36px;
    padding-left: 10px;
}

.button input
{
	font-family: Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 36px;
	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff;
	background-color: Transparent;
    border:none;
    cursor: pointer;
    height: 36px;
    overflow:visible;
    padding: 0px 10px 0px 10px;
}

 input, textarea
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #353333;
}