/* CSS */

body {
margin: 0px;
height: 100%;
padding: 0px;
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 11px;
color: #000000;
background: #FFFFFF;
background-image: none;
background-attachment: fixed;
}

td {
text-align: left;
font-size: 11px;
}

td.leftdown {
background-image: url(leftdown.png)
}

a:link, a:visited {
color: #0066CC;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FFCC00;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

a.light:link, a.light:visited {
color: #FFFFFF;
background: #FFCC00;
text-decoration: none;
font-weight: bold;
}

a.light:hover {
color: #FFCC00;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

img {
border: 0px
}

H1 {
text-align: center;
font-size: 30px;
}

H1.foot {
color: #666666;
background: #E1E1E1;
text-align: center;
font-size: 12px;
}

H2 {
color: #FFCC00;
background: #000000;
text-align: center;
font-size: 24px;
}

H3 {
text-align: center;
font-size: 26px;
}

H4 {
text-align: left;
padding-left: 1cm;
padding-right: 1cm;
font-size: 16px;
}

H4.katalogi {
text-align: left;
padding-left: 1cm;
padding-right: 1cm;
font-size: 10px;
}

H4 a:link {
color: #FFFFFF;
background: #FFCC00;
text-decoration: none;
font-weight: bold;
}

H4 a:visited {
color: #FFFFFF;
background: #FFCC00;
text-decoration: none;
font-weight: bold;
}

H4 a:hover {
color: #FFCC00;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

P {
text-indent: 1cm;
padding-left: 1cm;
padding-right: 1cm;
text-align: justify;
}

ul
{
margin: 30px;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 20px;
padding-top: 1px;
background-image: url(arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
font-size: 15px;
list-style-type: none;
font-weight: bold
}


/* Start Menu */

table.moduletable {
width: 194px;
margin-bottom: 0px;
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
}

table.moduletable th {
background: url(menu_h.png) repeat-x;
color: #666666;
background-color: #FFFFFF;
text-align: center;
padding-top: 4px;
padding-left: 0px;
height: 21px;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}

table.moduletable td {
font-size: 11px;
padding: 0px;
margin: 0px;
font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited {
display: block;
background: url(menu_bg.png) no-repeat;
vertical-align: middle;
font-size: 12px;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
text-align: left;
padding-top: 5px;
padding-left: 20px;
height: 20px !important;
height: 25px;
width: 100%;
text-decoration: none;
}

a.mainlevel:hover {
background-position: 0px -25px;
text-decoration: none;
color: #FFCC00;
background-color: #FFFFFF;
}
