﻿body
{ background-image: url(img/background_stripes.png);
  background-repeat:inherit;
  height:100%;
  margin:0;

}

#main
{ background-image:url(img/stripe.jpg);
  background-repeat:repeat-y;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  width:850px;
  overflow:hidden;

 }
	
#header
{ background-image:url(img/logo.jpg);
  background-repeat:no-repeat;
  width:248px;
  height:85px;
  margin:0px 0px 0px 8px;
	}
/****NAV START**/	
#nav_line
{ background-image:url(img/nav_line.jpg);
  background-repeat:repeat-x;
  height:85px;
  width:590px;
  margin:-85px 0px 0px 252px;
   }
#nav_menu
{
	list-style: none;
	float: right;
	position: relative;
	
    }
#nav_menu ul
{
	list-style: none;
	margin-top:4px;
	width:550px;
	padding: 0px;
	margin:24px 5px 0 0;
     }
#nav_menu li{
	float: left;
	text-align: center;
}

#nav_menu li a
{
	line-height: 30px;
	display: block;
	color:#194967;
	text-decoration: none;
	text-align: center;
	font-family:Trebuchet MS;
	font-size: 15px;
	font-weight:bold;
	width: 95px;
	height: 35px;
}

#nav_menu li a:hover{
	color: black;
    background-image:url('img/hover_button.jpg');
    background-repeat:no-repeat;
}

#nav_menu li a.current:link, 

#nav_menu li a.current:active, 

#nav_menu li a.current:visited

{

	color:#FFFFFF;

	font-weight: bold;

}

/***NAV END***/
 
 
/***HIGHLIGHT**/ 
 #picture
 {
   background-image :url('img/picture.jpg');
   background-repeat:no-repeat;
   width:834px;
   height:250px;
   margin:0px 0px 0px 8px; 
 
 }	
 #flash_primena
 {
   margin-left:50px;
   margin-top:30px;
   
   }
   
 #slika
 {
   background-image:url('img/banner.jpg');
   background-repeat:no-repeat;
   width:178px;
   height:264px;
   margin-left:60px;
 }
 
 #slika2
 {
  background-image:url('img/slika2.png');
  background-repeat:no-repeat;
  width:357px;
  height:157px;
  
 }
 
 #slika3
 {
  background-image:url('img/packs.jpg');
  background-repeat:no-repeat;
  width:245px;
  height:350px;
  margin-left:30px;
  border:1px solid #66BEEB;
  
 }
 #reklame
 {
  margin-left:30px;
  width:245px;
  height:150px;
 }
 
/***HIGHLIGHT END**/ 


/***CONTENT START***/
   	
 #column_one
 {
   width:380px;
   float:left;
   padding-left:30px;
   font-family:Trebuchet MS;
   font-size:13px;
   word-spacing:1px;   
   text-align:left;
   color:#194967;
 	}

 #column_two
 {
   width:380px;
   float:right;
   padding-right:30px;
   font-family:Trebuchet MS;
   font-size:13px;
   word-spacing:1px;   
   text-align:left;
   color:#194967;
  }
 #column_left
 {
   width:380px;
   float:left;
   padding-left:30px;
   font-family:Trebuchet MS;
   font-size:13px;
   word-spacing:3px;
   text-align:left;
   color:#194967;
 }
 
 #column_right
 {
   width:380px;
   float:right;
   padding-right:30px;
   font-family:Trebuchet MS;
   font-size:13px;
   word-spacing:3px;
   text-align:left;
   color:#194967;
   
 }
 
 #bastarda
 {
  width:300px;
  float:left;
  padding-left:50px;
  font-family:Trebuchet MS;
  font-size:12px;
  color:#194967;
 }

 #partneri
 {
  float:right;
  width:300px;
  padding-right:100px;
  color:#194967;
  list-style-position:outside;
}

  
 h2
 { color:#194967;
   font-style:normal;
   background-image:url('img/h2.jpg');
   background-repeat:no-repeat;
   word-spacing:0.5px;
 }
 p
 {
  line-height:12pt;
   margin-top:-11px;
   
 }
 ul
 {
  list-style-type:disc;
  padding-left:15px;
 }
 
 ol
 {
  list-style:none;
  line-height:40px;
 }
 /***CONTENT END***/
 
 #footer
 { background-image:url(img/footer_line.jpg);
   background-repeat:repeat-x;
   height:50px;
   margin:auto;
   padding-top:10px;
   bottom:0;
   position:relative;
   width:851px;
   text-align:center;
  
   }
   
  #footer_text
  {
   line-height:20px;
   font-family:Tahoma;
   font-size:12px;
   color:#2E2E2E;
  }
  
      
  
/****** FORM ****/
 #text
 {
    width: 560px;
	position:relative; 
	padding: 50px 50px 0px 135px;
	font-family:Trebuchet MS;
	font-size:10pt;
	color:Black;
 }
 	
 	.formList
	{
		width: 550px;
	}	

	.formElem
	{
		width: 100%;
		margin: 6px 0px 6px 0px;
	}
		
	.formElem label
	{
		float: left;
		width: 130px;
		padding: 4px;
	}
	
	.formText, .formTextArea
	{
		width: 332px;
		border: solid 2px rgb(180,180,180);
		background-color: white;
		color: black;
		font-family: Verdana;
		font-size: 9pt;
		padding-left:5px;
	}
	
	.formButton
	{
		width: 100px;
		height: 32px;
		margin-left: 380px;	
	}
	
	.formTextArea
	{
		height: 160px;
	}
	
	.formDesc
	{
		margin: 0px 0px 20px 200px;
		color: rgb(120,120,120);
	}

/*****END FORM****/