body {
	background-color: #1d1913;
	background-image: url(design/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lablec {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #6b441d;
	padding: 5px;
}
.fejlec {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #63472d;
}

.box_cim {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #63472d;
}

.box_datum {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: right;
	background-color: #f1e3d3;
	padding: 2px;
}


.lablecb {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #6b441d;
}
.text {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #63472d;
	text-align: justify;
	padding: 5px;
}

.link {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding: 5px;
}
.kep {
	border: 2px solid #e3ccb1;
	padding: 1px;
}

a:link {
	color: #6b441d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6b441d;
}
a:hover {
	text-decoration: underline;
	color: #6b441d;
}
a:active {
	text-decoration: none;
	color: #6b441d;
}