﻿/* Vilag.css */
/* Copyright (C) 2008-2009 Kutenich Kft., all rights reserved. http://www.kutenich.com */

body,h1,p,table,thead,tbody,tr,th,td
{
    margin: 0;
    border: 0;
    padding: 0;
}

body
{
    padding: 122px 0 0 0;
    background: #959d76 url(header.jpg) top left no-repeat;
    color: #4f4f5f;
    font-family: Helvetica, Arial, 'Liberation Sans', 'Bitstream Vera Sans', sans-serif;
}

div.main
{
    padding: 20px 88px 20px 88px;
    background: #fff;
}

div.search
{
    clear: left;
    width: 600px;
}

h1
{
    margin: 21px 0 22px 0;
    border-bottom: 1px #c6c6cd solid;
    padding: 0 0 5px 10px;
    font-family: Helvetica, Arial, 'Liberation Sans', 'Bitstream Vera Sans', sans-serif;
}

h2
{
    margin: 19px 0 15px 0;
    padding: 3px 0 2px 0;
    font-family: Helvetica, Arial, 'Liberation Sans', 'Bitstream Vera Sans', sans-serif;
}

table
{
    padding: 0 8px;
    font-size: 16px;
}

th
{
    padding: 1px 8px;
    font-size: 18px;
    text-align: left;
}

td
{
    padding: 1px 8px;
    text-align: left;
}

td.head
{
    font-weight: bold;
    font-size: 18px;
}

pre
{
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
}

p
{
    font-family: Helvetica, Arial, 'Liberation Sans', 'Bitstream Vera Sans', sans-serif;
    font-size: 16px;
}

img.logo
{
    margin-right: 16px;
    float: left;
}

div.main p
{
    margin: 8px 16px;
    text-align: justify;
}

div.condensed
{
    padding: 16px 16px 16px 16px;
}

div.condensed p
{
    margin: 0;
    text-align: left;
}


a
{
    padding: 0;
    color: #4f4f5f;
    text-decoration: none;
    font-weight: bold;
}
a.clean
{
    padding: 0;
    color:#4f4f5f;
    text-decoration: none;
    font-weight: normal;
}
a.external
{
    padding: 0 13px 0 0;
    color:#4f4f5f;
    text-decoration: none;
    font-weight: bold;
    background: url(external.png) center right no-repeat;
}
a:link,
a:visited,
a:active,
a:focus
{
    color: #4f4f5f;
}
a:hover
{
    color: #4f4f5f;
    text-decoration: underline;
}

a.headlink
{
    position: absolute;
    top: 85px;
    right: 88px;
    font-size: 18px;
    color: #fff;
}
a.headlink:hover
{
    text-decoration: none;
}
