﻿
@import url(customise.css);
@import url(menu.css);

body {
    margin: 0px;
    padding: 0px;
}

/*Do NOT change these 2 styles, column2 and column1 for 
necessary structural purposes*/

div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(../images/rightcol-bg.jpg);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #fff;
    
}
div#column1 {
    margin: 0;
    padding: 0;
    background-image: url(../images/leftcol-bg.gif);
    background-repeat: repeat-y;
    width: 100%;
}

div#top {
background:url(../images/top-bg.jpg) repeat-x;
    height: 100px;
    margin: 0px;
    padding: 1px;
padding-left: 260px;
padding-right: 230px;
}

* html div#top {
overflow:hidden;
}

div#navbar {
position: relative;
    height: 46px;
    margin: 0px;
}

div#top_shelf {
background: #E2DFCE url(../images/top-shelf-bg.jpg) repeat-x;
    margin: 0;
    padding: 0;
overflow: hidden;
border-bottom: 5px solid #d6d0b8;
padding-top: 5px;
}

div#top h2 {
position: absolute;
left: 40px;
top: 0px;
width: 206px;
height: 118px;
margin: 0;
padding: 0;
color: #79B30B;
text-indent: -7887px;
z-index: 100;
}

div#leftcolumn {
    padding: 0 10px;
    width: 210px;
    float: left;
height: 1%;
}

div#main {
    padding: 0 10px;
    margin-left: 240px;
    margin-right: 240px;
height: 1%;
}

div#rightcolumn {
    padding: 0 10px;
    width: 210px;
    float: right;
height: 1%;
}

div#footer{
overflow: hidden;
color: white;
height: 58px;
line-height: 58px;
padding: 0 10px;
clear: both;
}

div#footer p{
margin:0;padding:5px 10px
}


.padding {
padding: 5px 5px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/* $3 - Display Options
----------------------------------------------------------------------------*/
/* Generic Options Defaults */
div#options-wrap{
height:18px;
position: absolute;
top: -1px;
right: 17px;
z-index: 10000;
}
#displayOptions {
height:31px;
float:left;
}

.menu,
.menu li,
.menu li a{
list-style-type:none;
}
.horizontal li,
.horizontal li a{
display:block;
float:left;
}

/* Clear Fix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:hidden;
}



/* $4 - Collapsible Columns
----------------------------------------------------------------------------*/
table.nospace {
border:0;
margin-bottom:0px;
padding:0;
width: 100%;
}

table.nospace td {
margin:0;
padding: 0 12px;
}

/*Allows columns at the top and footer shelf to collapse*/
table.nospace td.shelf_left {
width:25%;
}

table.nospace td.shelf_c_left {
width:25%;
}

table.nospace td.shelf_c_right {
width:25%;
}

table.nospace td.shelf_right {
width:25%;
}

table.nospace td.top_left {
width:50%;
}

table.nospace td.top_right {
width:50%;
}


/* $5 - Search box
----------------------------------------------------------------------------*/

#navbar .inputbox {
background: url(../images/search-bg.gif) no-repeat;
width: 175px;
height: 19px;
border: none;
font-size: 1.1em;
margin: 0;
padding: 3px 0 0 8px;
}

#navbar .search{
position: absolute;
top: 18px;
left: 55px;
line-height: 0px;
}

#stranic ul, #stranic li, #stranic a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#stranic {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#stranic ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
#stranic li {
	float: left;
	display: block;
}

#stranic a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#stranic li a:hover {
	color: #008000;
	border-top: 2px #008000 solid;
	border-bottom: 2px solid #f1f1f1;
}

#stranic li.space {
	font-size: 12px;
	font-family: Arial;
	color: #7E7E7E;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#stranic li.first_last_page {
	font-style: italic;
}

#stranic li.active_page {
	color: #fff;
	background: #21B01E;
	border-top: 2px #008000 solid;
	border-bottom: 2px #008000 solid;
	padding: 3px;
	display: block;



}

#stranic li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.tekstr
{
	font-size: 16px;
	color: #333300;
	font-style: italic;
	text-align: center;
	margin: 5px;
}