body {
	font-family: Calibri, sans-serif;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	background: #F3FAFF;
	}
	
a:link {
	color: #FF0000;
/*	font-size: x-small;*/

	}
	
a:hover {
	color: #FF7D7D;
	}

a:active {
	color:#666666;
	}
	
#container {
	width: 760px;
	}	
	
#header {
	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}
	
#podnaslovi {
	font-family: Calibri, sans-serif;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	}
	
#nor_txt {
	font-family: Calibri, sans-serif;
	margin: 0;
	font-size: 100%;
	}
	
#small_txt {
	font-family: Calibri, sans-serif;
	margin: 0;
	font-size: 80%;
	}
	
#content {
	margin: 10px;
	color: #555;
	}
	
ul {
	list-style: none;
	margin: auto;
	padding: 0;
	font-size:14px;
	}
	
p {
	font-size: .9em;
	}


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	
/* =-=-=-=-=-=-=-[Menu left]-=-=-=-=-=-=-=- */
	
#menu_left{
	width: 125px;
	height: auto;
	border: 1px thin #ccc;
	margin: 0px;
	letter-spacing: normal;
	position:static;
	left: -20px;
	right: auto;
	top: auto;
	bottom: auto;
	text-indent: -5px;
	background-position: -20px;
	white-space: nowrap;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	}
	
#menu_left li a {
	height: 25px;
	voice-family: "\"}\"";
	width: 125px;
	}	
	
#menu_left li a:link, #menu_left li a:visited {
	color: #f0f0f0;
	display: block;
	background-image: url(images/lnav_normal.jpg);
	background-repeat:no-repeat;
	list-style-position: inherit;
	height: auto;
	width: auto;
	padding: 1px 0 0 15px;
	text-decoration: none;
	}
	
#menu_left li a:hover {
	color: #B30000;
	background: url(images/lnav_hoover.jpg);
	padding: 1px 0 0 20px;
    text-decoration: none;
	}

#menu_left li a:active {
	color: #ffffff;
	background: url(images/lnav_normal.jpg);
	padding: 1px 0 0 20px;
    text-decoration: none;
	}
	
/* =-=-=-=-=-=-=-[Menu right]-=-=-=-=-=-=-= */
	
#menu_right{
	width: 143px;
	height: auto;
	border: 1px solid #ccc;
	margin: 1px;
	letter-spacing: normal;
	white-space: normal;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	}
	
#menu_right li a {
	height: auto;
	voice-family: "\"}\"";
	width: 143px;
	list-style:none;
	}	
	
#menu_right li a:link, #menu_right li a:visited {
	color: #f0f0f0;
	display: block;
	background-image: url(images/lnav_normal.jpg);
	background-repeat:no-repeat;
	list-style-position: inherit;
	height: auto;
	width: auto;
	padding: 1px 0 0 21px;
	text-decoration: none;
	}
	
#menu_right li a:hover{
	color: #B30000;
	background: url(images/rnav_hoover.gif);
	padding: 1px 0 0 21px;
    text-decoration: none;
	}
#menu_right li a:active {
	color: #ffffff;
	background: url(images/rnav_normal.gif);
	padding: 1px 0 0 21px;
    text-decoration: none;
	}