﻿/* -----------------------------------
           MAIN ELEMENTS
------------------------------------- */

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color: #666666;
}

p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	margin: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	clear: both;
}

h2 {
	margin: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
}

a {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

img {
	border: 0;
}

/* -----------------------------------
              WRAPPER
------------------------------------- */
 
#page { 
	width:656px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-color: #ffffff;
} 

/* -----------------------------------
              HEADER
------------------------------------- */
 
#header {
	position:relative; 
	height:319px; 
	background-color:#6C398C; 
	width:100%;
} 

#header_top {
	background-image: url(../images/header_top.gif);	
	width: 656px;
	height: 52px;
	margin-top: 7px;
	text-align: left;
}

#header_top p {
	font-size: 11px;
	position: absolute;
	margin-left: 510px;
	margin-top: 30px;	
}

#header_top a {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;	
}

#header_top a:hover {
	text-decoration: underline;	
}

/* -----------------------------------
           HEADER MENU
------------------------------------- */

#header_menu {
	background-color: #323232;
	width: 656px;
	height: 32px;
}

#header_menu p {
	position: absolute;
	margin-right: 5px;
	margin-top: 7px;
}

#header_menu a {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin-left: 15px;	
}

#header_menu a:hover {
	text-decoration: underline;	
}

#header_menu span {
	margin-left: 10px;
}

/* -----------------------------------
          CONTENT LAYOUT
------------------------------------- */

#leftcol {
	width: 160px; 
	float:left; 
	position:relative; 
	background-color: #ffffff; 
}
 
#maincol {
	background-color: #ffffff;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 496px; 
	line-height: 18px;
	text-align: justify;
}

/* -----------------------------------
              CONTENT
------------------------------------- */

#maincol h1 {
	margin-bottom: 5px;
	color: #003366;
}

#maincol h2 {
	margin-bottom: 5px;
	color: #003366;
}

#maincol p {
	font-size: 11px;
	color: #777777;
	margin-right: 40px;
	line-height: 16px;
}

#maincol b {
	color: #666666;
}

.linija {
	margin-top: 18px;
	margin-bottom: 15px;
	clear: both;
}

#maincol a {
	color: #003399;
	text-decoration: none;
}

#maincol a:hover {
	text-decoration: underline;
}

/* -----------------------------------
             LEFT MENU
------------------------------------- */

#bmeni {
	width: 142px;
	height: 200px;
	background-color: white;
	margin-top: 15px;
	margin-left: 8px;
}

#bmeni ul {
	background-color: white;
	width: 142px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bmeni li {
	width: 142px;
	height: 20px;
	background-image: url(../slike/bmeni-bck.gif);
	display: block;
}

#bmeni a {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#bmeni a:hover {
	color: #003366;
	text-decoration: underline;
}

#bmeni img {
	margin-right: 8px;
}
 
.bstrelice {
	margin-left: 6px;
	margin-right: 3px;
}

/* -----------------------------------
              FOOTER
------------------------------------- */

#footer {
	height: 44px; 
 	background-image: url(../images/footer_bck.gif);
	clear: both;
} 

#footer p {
	text-align: center;
	font-size: 11px;
	padding-top: 13px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}
 
/* -----------------------------------
            CSS FIXES
------------------------------------- */
 
 /* Float containers fix */ 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block; 
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



