	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#6f6e6f;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	a {
		color:#369;
		text-decoration:none;
	}
	a:hover {
		color:#369;
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 2em 0;
		padding:0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:800;
		font-size:1.8em;
		text-align:left;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:2px solid #636363;
		background-image:url('../images/header_pic.jpg');
		background-repeat:repeat-x;
		position:static;
		z-index:1000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:4em 15px 0 15px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:1px dotted #6f6e6f;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:inherit;
		width:750px;			/* width of whole page */
 		overflow:hidden;		/* This chops off any overhanging divs */ 
		margin-left:20%;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 5em 0;
		overflow:hidden;
		text-align:justify;
		
	}
	/* Full page settings */
	.fullpage {
		background:#ffeedb;   /* page background colour */
		margin-top:17px;
		margin-bottom:0;
		border:1px solid #555;
		min-height:400px;
	}
	.fullpage .col1 {
		border:0px solid #000;			/* page width minus left and right padding */
		left:1px;			/* page left padding */
		margin:0px;
		padding: 25px 25px 20px 20px;
	}
	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px dotted #636363;
		text-align:center;
	}
	#footer p {
		padding:10px;
		font-size:.8em ;
		margin:0;
	}

.menu_item{
    width:170px;
    border:1px solid gray;
    text-align:left;
    background:url(../images/header_pic.jpg);
}
.menu_item a{
    color:#fff;
    text-decoration:none;
    display:block;
    padding:5px;
}
.menu_item a:hover{
    color:#fff;
    background:orange;
}
.tehnike_menu{
    float:left;
    width:180px;
    margin-left:50px;
    margin-top:17px;
    font-family:arial;
    font-size:11pt;
}

.thumbs_naziv{
    width:100px;
    float:left;
    margin-right:10px;
    font-family:Arial;
    font-size:9pt;
}

.naslov_kategorije{
    font-size:16pt;
    font-family:Arial;
}

.thumb:hover{
   border:1px solid black;
}

.menu_obrazac{
    width:170px;
    text-align:left;
/*     background:url(../images/header_pic.jpg); */
}
.menu_obrazac a{
    color:white;
    display:block;
    background:url(../images/go.png) no-repeat center left;
    padding:10px;
    padding-left:60px;
}
.menu_obrazac a:hover{
    background:url(../images/go_hover.png) no-repeat center left;
}


.menu_katalog a{
    color:white;
    display:block;
    background:url(../images/down.png) no-repeat center left;
    padding:10px;
    padding-left:60px;
}
.menu_katalog a:hover{
    background:url(../images/down_hover.png) no-repeat center left;
}

.simple_small_img{
    border:0px;
    height:32px;
    width:32px;
    vertical-align:middle;
}

.obrazac_podnaslov{
    font-size:14pt;
    color:red;
    font-weight:bold;
}


.menu_dogadjanja{
    margin-left:-18px;
    height:58px;
    background:url('../images/dogadjanja_button.png') no-repeat center left;
}
.menu_dogadjanja a{
    color:white;
    padding-left:70px;
}







