@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #8a6c48;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.fejlec {
	color: #FEE1B5;
	background-color: #8A6C48;
	text-align: center;
	display: block;
	border: medium solid #E0B46D;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #000;	
}
.fejlec2 {
	color: #FEE1B5;
	background-color: #8A6C48;
	text-align: center;
	display: block;
	border: medium solid #E0B46D;
	font-size: 14px;
	height: 90%;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #000;	
}
.fejlec a{
	color: #FEE1B5;
	text-align: center;
	display: block;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-shadow: 1px 1px 0px #000;
}
.fejlec a:hover{
	color: #E0B46D;
}
.fejlec hr{
	display: block;
	width: 85%;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FEE1B5;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#web_cell tr td table tr td table tr th strong {
	font-size: 18px;
}
#web_cell tr td table tr td table tr td span {
	font-size: 14px;
}
.img_small {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
p {
	margin: 0px;
}
#web_cell tr td table tr td table tr td p {
	margin-bottom: 5px;
}

