body {
	margin: 10px;
	padding: 10px;
	font-size: 12pt;
	font-family: "Times New Roman";
	color: black;
	background: #14347f url("/pic/body_bg.png") repeat-x; 
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
}

table.logo
{
	width: auto;
	height: auto;
	border-collapse: collapse;
	text-align: center;
	background: transparent;
	border: none;
}

table {
	padding: 2px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
	width: auto;
	height: auto;
	border-collapse: collapse;
	background: red url("/pic/table_bg.png") repeat-x;
	border: 2px white solid;
	text-align: left;
}

#content {
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
	width: auto;
	height: auto;
	border-collapse: collapse;
	background: red url("/pic/table_bg.png") repeat-x;
	border: 2px white solid;
	text-align: left;
	color: white;
}

td {
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table tr.fejlec td {
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: red url("/pic/fejlec.png") repeat-x;
	color: white;
	font-weight: bolder;
	border-bottom: 2px white solid;
}

div#mhost a {
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

div#mhost a:visited {
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

div#mhost a:hover {
	color: lightgrey;
	text-decoration: none;
	font-weight: bolder;
}

a {
	border: none;
	color: white;
	text-decoration: none;
	background: transparent;
}

a:visited {
	border: none;
	color: white;
	text-decoration: none;
	background: transparent;
}

a:hover {
	border: none;
	color: lightgrey;
	text-decoration: none;
	background: transparent;
}

a img {
	border: none;
	background: transparent;
}

a:visited img {
	border: none;
	background: transparent;
}

a:hover img {
	border: none;
	background: transparent;
}