﻿
body, div, p
{
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
	color: #606060;
	margin: 0px;
	padding: 0px;
	border: none;
}

td
{
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
	color: #606060;
	margin: 0px;
	padding: 0px;
}

input, textarea, select, .label
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #262626;
}

table { border-collapse: collapse; }

p { padding-bottom:8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#f17000; text-decoration: none; }
a:hover { color:#5d7ab7; text-decoration: underline;}
/*a:visited { color:#545454; }*/


ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 9px;
    background-image: url(Images/bckLi.gif);
    background-position: left 7px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	color: #707070;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3, .h3
{
	color: #545454;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #e4e4e4;
}

h4, .h4
{
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h5, .h5
{
	color: #545454;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

h5 a
{
	color: #f17000;
	text-decoration: underline;
}

/* ----------------------------------------- button --------------------------------------- */

.button
{
    display: -moz-inline-box;
    display:inline-block;
    background-image: url(Images/bckButtonP.gif);
    background-position: right center;
    background-repeat: no-repeat;
    height: 28px;
    padding-right: 22px;
}

.button span
{
	display: -moz-inline-box;
    display:inline-block;
	background-image: url(Images/bckButtonL.gif);
    background-position: left center;
    background-repeat: no-repeat;
    height: 28px;
}

.button input, .button a
{
	font-family: Verdana, Sans-Serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	background-color: Transparent;
    border:none;
    cursor: pointer;
    overflow:visible;
    padding: 0px 0px 0px 22px;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.button a
{
	display: inline-block;
	line-height: 19px;
	padding-top: 4px;
}

.button a:hover
{
	text-decoration: none;
	color: #ffffff;
}

.button input
{
	height: 25px;
}

/*------------------------------ vlastní styly ----------------------------------*/

a.symbolMaly
{
	background-image: url(Images/bckLinkMaly.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	color: #828181;
	padding-left: 9px;
}
a.symbolMaly:hover {color:#f17000;}

.oranzova { color: #f17000; }
