@charset 'UTF-8';

body { 
	color: #171515;
}

p {
	color: #171515;
	line-height: 1.6em;
	margin-bottom: 12px;
}

a {
	color: #ef0d0d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	color: #453b2f;
	font-weight: bold;
	padding: 0 0 10px 10px;
	margin: 0;
}

h2 {
	font-size: 1.1em;
	color: #fff;
	padding: 4px 0 0 0;
	margin-bottom: 12px;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color: #fff;
	padding: 4px 0 0 0;
	margin-bottom: 12px;
	font-weight: bold;
}

ul {
	margin: 0 0 20px 16px;
}

ul li {
	list-style: none;
}

ul li ul {
	margin: 0;
	padding: 3px 0 0 0;
}

ul li ul li {
	font-size: 1em;
}

table {
	width: 100%;
	margin: 0 0 12px 0;
	border-top: 1px #1e1e1e solid;
}

table th {
	padding: 6px 10px;
	background: #373737;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

table td {
	padding: 4px 10px;
	background: #595959;
	color: #fff;
}

table tr.tmavejsi td {
	background: #4c4c4c;
}

.green, .green a { color:#3E740A}

.siteForm label {
	font-weight:bold;

}

#editProfilForm label, #editHesloForm label  {
	color:#391A09;
	font-weight:bold;
}

#editProfilForm input, #editHesloForm input {padding:5px;}

.redtext {color:red}
.redText {color:red !important;}
.redtext .bold { font-weight:bold}

#editProfil { display:none;}
#editHeslo { display:none;}
#editProfilLoading div, #editHesloLoading div { left:150px;}
