
body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/linija.png) repeat-y top center;

}
/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
	text-align:justify;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:white;
}

h1, h2, h3, h4, h5, h6
{
	font-size:16px;
	color:#817136;
	font-weight:bold;

}

/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/**
 * Text
 */
.ce_text
{
	line-height:1.5;
}


/**
 * Listing
 */
.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}


/**
 * Table
 */
.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}





/**
 * Download
 */
html>body .mime_icon
{
	top:-1px;
	position:relative;
}

/**
 * Style sheet xForm
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */
 

/**
 * Fieldset
 */
fieldset
{
	width:600px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000e6;
}

* html legend
{
	margin-top:-24px;
	padding:12px 0px;
}

*:first-child+html legend
{
	margin-top:-24px;
	padding:12px 0px;
}


/**
 * Text fields
 */
input.text,
input.password
{
	width:200px;
	margin:5px 0px 5px 0px;
}

* html input.text,
* html input.password
{
	margin:0px;
}


*:first-child+html input.text,
*:first-child+html input.password
{
	margin:0px;
}


/**
 * Textarea
 */
textarea
{
	width:360px;
	height:140px;
}

* html textarea
{
	width:358px;
}


/**
 * Drop-down menu
 */
select
{
	width:204px;
	margin:1px 0px 1px 0px;
}

* html select
{
	width:206px;
}


/**
 * Radio buttons
 */
div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	padding-right:6px;
	display:block;
}

input.radio
{
	margin:1px 2px 0px 1px;
	padding:0px;
	position:relative;
	top:2px;
}

* html input.radio
{
	margin:-4px -1px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.radio
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * Checkboxes
 */
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	padding-right:6px;
	display:block;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}

*:first-child+html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}


/**
 * File upload
 */
input.file
{
	margin:1px 0px 1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}


/**
 * Error message
 */
div.error
{
	color:#ff0000;
}

/**
 * Style sheet xNavigation
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/
/**
 * Horizontal menu
 */
.mod_navigation ul
{
margin:5px 0px 0px 0px;
  padding:0px;
}

.mod_navigation li
{
width: 120px;
  margin:0px;
  padding:0px;
  text-align:center;
  list-style-type:none;
  float:right;
}

.mod_navigation a,
.mod_navigation p
{
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.mod_navigation a
{
  height:20px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:#5a4e28;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.mod_navigation a:hover
{
  height:20px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:#5a4e28;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.mod_navigation p, .active
{
  height:20px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:#7c6e42;
  text-decoration:none;
  font-size:11px;
  color:#ffffff;
}

.mod_navigation p
{
  height:20px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:#5a4e28;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

#cent {text-align: center;}

#page {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 1000px;
	height: 135px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat center top;
}



/* Sidebar */

#sidebar {
float: left;
	width: 395px;
	height: 249px;
	margin: 0;
background: url(images/galva.png) no-repeat center top;
}

#sidebar2 {
float: left;
	width: 220px;
	 margin-top: 280px;
	margin-left: 40px;
}


#content {
	float: right;
	width: 500px;
	height: 1%;
   margin-top: 40px;
    margin-right: 60px;

}


/* Footer */

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	font-size: smaller;
}


