<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #333;
}

a
{
	color:#FFF;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color:#C00;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

.header
{
	background:url(header.jpg) repeat-x;
}

.meniu
{
	background:url(menuBg.jpg) repeat-y;
	font-size:14px;
}

.moduletable_menu
{
	padding-left:25px;
	padding-top:15px;
	padding-bottom:35px;
}

.moduletable_menu td
{
	padding-top:5px;
	padding-bottom:10px;
}

.content
{
	padding:30px;
	background:url(contentBg.jpg) repeat;
}

.content a
{
	color:#C00;
}

.content a:hover
{
	color:#C00;
	text-decoration:underline;
}

.footer
{
	background:url(footerBg.jpg) repeat-x;
	height:82px;
}

.contentheading
{
	font-size:22px;
	font-weight:700;
}</pre></body></html>