﻿
/* ------------------------------------------- */
/* General styles
/* ------------------------------------------- */

body 
{
    background-color: #DFDDBC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-align: center;
	margin: 5px;
}

/* ------------------------------------------- */
/* Header
/* ------------------------------------------- */
.header
{
    height: 150px;
}

.header-home-back
{
    background-image: url(back-header.jpg);
}

.header h1
{
    font-size: 20px;
    font-weight: bold;  
    color: #C0C0C0;
    margin: 15px 0px 0px 10px;
}

.header h3
{
    font-size: 12px;
    color: #DFDDBC;
    margin: 5px 0px 0px 10px;
}

.header h3 a
{
    color: #C0C0C0;
    text-decoration: underline;
}

.header h3 a:visited
{
    color: #C0C0C0;
    text-decoration: underline;
}

/* ------------------------------------------- */
/* Footer
/* ------------------------------------------- */
.footer
{
    clear: both;
    color: White;
    text-align: center;
    font-size: 9px;
    height: 20px;
    background-color: Green;
    padding-top: 10px;
}

/* ------------------------------------------- */
/* Quick menu
/* ------------------------------------------- */
#navbar
{
    position: absolute;
    top: 110px;
    font-weight: bold;
    height: 38px;
}

#navbar ul
{
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
}

#navbar ul li
{
    display: inline;
    padding: 2px 10px 3px 10px;
    border-right: solid 2px #6C6C6C;
}

#navbar ul li a
{
    color: #ADFF2F;
    text-decoration: none;
}

#navbar ul li a:visited
{
    color: #ADFF2F;
    text-decoration: none;
}

#navbar ul li a:hover
{
    color: #FF4500;
    text-decoration: none;
}

/* ------------------------------------------- */
/* Position and size
/* ------------------------------------------- */
.contents-all
{
    width: 760px;
    text-align: left;
    border: 1px Solid #808080;
}

.contents-home
{
    width: 100%;
    background: #DFDDBC url(back-contents.jpg) repeat-y;
}

.contents-home-noline
{
    width: 100%;
    background: #DFDDBC url(back-contents-noline.jpg) repeat-y;
}

/* ------------------------------------------- */
/* Layout (1 column)
/* ------------------------------------------- */
.layout-1col-col1
{
    float: left;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Layout (2 column)
/* ------------------------------------------- */
.layout-2col-col1
{
    float: left;
    width: 130px;
    padding: 10px 5px 10px 5px;
}

.layout-2col-col2
{
    float: left;
    width: 610px;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Layout (3 column)
/* ------------------------------------------- */
.layout-3col-col1
{
    float: left;
    width: 130px;
    padding: 10px 5px 10px 5px;
}

.layout-3col-col2
{
    float: left;
    width: 300px;
    padding: 10px 5px 10px 5px;
}

.layout-3col-col3
{
    float: left;
    width: 300px;
    padding: 10px 5px 10px 5px;
}

/* ------------------------------------------- */
/* Text
/* ------------------------------------------- */
.text-title
{
    font-weight: bold;
    color: White;
    background-color: Green;
    padding: 4px;
}

.text-normal
{
    padding: 4px;
    margin-top: 5px;
    color: #666666;
}

.text-pomembno
{
    padding: 4px;
    margin-top: 5px;
    color: #A0522D;
}

.text-posebno
{
    color: #000080;
    font-weight: bold;
    border-top: 1px solid #000080;
    border-bottom: 1px solid #000080;
}

.text-zamik1
{
    margin-left: 10px;
}

.text-zamik2
{
    margin-left: 20px;
}

.text-normal ul li b
{
    color: Green;
}
