body {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	margin: 0;
	margin-bottom: 8px;
}

a img {
	border: none;
}

.cursor-hand {
	cursor: pointer;
}

.no-und {
	border: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

.hidden, input.hidden {
	display: none;
}

/* ------ zarovnani  ----- */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right; 
}

.ind {
	margin-left: 10px;
}

.ind2 {
	margin-left: 22px;
}
.ten {
	font-size: 10px;
}
/* ----- tloustka ----- */
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
/* ----- barva ----- */
.color-silver {
	color: silver;
}
.color-red {
	color: red;
}
.color-orange {
	color: #FB9453;
}
/* ----------------------------------------------------
	necislovany seznam
------------------------------------------------------*/

ul {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

ul li {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-position: left 4px;
    background-repeat: no-repeat;
    background-image: url('../_images/li-bg.gif');
}

ul.space li {
	margin-bottom: 10px;
}
/* ----------------------------------------------------
	formulare
----------------------------------------------------- */

input, select, textarea {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #F0F0F0;
}

.chbox {
	width: auto;
	height: auto;
	border: none;
}

.button {
	width: auto;
	height: auto;
}

/* ----------------------------------------------------
	strankovani
------------------------------------------------------ */


.strankovani a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.strankovani a.aktualni {
	border: 1px solid #CBCACA;
	position: relative;
	top: -1px;
	font-size: 10px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

/* ------------------------------------------------------
	prilohy
-------------------------------------------------------- */

.ico {
	display: block;
    line-height: 16px;
    padding-left: 25px;
    margin-bottom: 5px;
    background: url('../_images/icons_filetype/_unknown.gif') left top no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
}
.ico-pdf {
    background-image: url('../_images/icons_filetype/pdf.gif');
}
.ico-jpg {
    background-image: url('../_images/icons_filetype/jpg.gif');
}
.ico-doc {
    background-image: url('../_images/icons_filetype/doc.gif');
}
.ico-xls {
    background-image: url('../_images/icons_filetype/xls.gif');
}

/* ----- usually site specific ----- */

input, select, textarea {
	border: 1px solid #D6D6D6;
	background-color: #FCFCFC;
}

#msg {
    margin-bottom: 15px;
	padding: 3px;
    text-align: center;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border: 2px solid red;
    background-color: #FFDFDF;
	color: red;
}

#msg_positive {
    margin-bottom: 15px;
	padding: 3px;
    text-align: center;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	border: 2px solid #008000;
    background-color: #9ED8BB;
	color: #008000;
}