div#container {
	width : 980px;
	margin : 0 auto;
	}
div#header {
	margin : 0 auto;
	}
div#wrapper {
	float : left;
	width : 970px;
	margin-left : 5px;
	}
div#content {
	width : 570px;
	margin-left : 200px;
	margin-right : 200px;
	}
div#left {
	float : left;
	width : 180px;
	margin-left : -970px;
	}
div#right {
	float : left;
	width : 180px;
	margin-left : -180px;
	}
div#footer {
	clear : left;
	}
div#header {
	margin : 0;
	padding : 0;
	border : 0;
	height : 79px;
	}
div#content {
	line-height : 150%;
	}
div#footer {
	text-align : center;
	font-size : 11px;
	border-top : 1px solid #678bdc;
	}

	
div#container {
	background-color : #fff;
	}
div#footer {
	background-image : url('/design/bg-footer.png');
	background-repeat : no-repeat;
	background-position : top;
	height : 102px;
	text-align : left;
	border : 0;
	line-height : 120%;
	}
div#header {
	background-image : url('/design/bg-header.png');
	background-repeat : no-repeat;
	background-position : top;
	}
#header a {
	color : #2fc6ff;
	}
#header a:hover {
	color : #2fc6ff;
	}
	
/*--- CSS ---*/
	
body {
	font-family : "Trebuchet MS", Tahoma, Arial, helvetica, sans-serif;
	font-size : 12px;
	color : #003355;
	margin : 0;
	background-color : #1b85b4;
	background-image : url('/design/bg-page.png');
	background-repeat : no-repeat;
	background-position : top;
	}
td {
	font-size : 12px;
	}
TH {
	text-align : center;
	font-size : 12px;
	border : 1px solid #678bdc;
	background : #dbe3f7;
	height : 28px;
	}
a {
	color : #678bdc;
	text-decoration : none;
	}
a:hover {
	color : black;
	text-decoration : underline;
	}
hr {
	border: 0;
	color: #DBE3F7; /*#678bdc;*/
	background-color: #DBE3F7; /*#678bdc;*/
	height: 1px;
	}
h1 {
	font-family : Arial Narrow, Verdana;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
	}
H2 {
	text-align : center;
	font-size : 13px;
	border : 1px solid #678bdc;
	background : #dbe3f7;
	padding : 4px;
	margin : 0;
	}
h3 {
	font-family : Arial, Arial Narrow, Verdana;
	font-size : 18px;
	font-weight : normal;
	color : #000000;
	}
h3.ecdl {
	color : #014165;
	margin-top : 20px;
	padding-left : 30px;
	background-image : url('/images/bg_h3_ecdl.jpg');
	background-repeat : no-repeat;
	padding-bottom : 2px;
	}
img {
	border : 0;
	}
CITE {
	float : right;
	margin : 10px;
	margin-left : 20px;
	font-size : 24px;
	color : #fff;
	padding : 5px 5px 5px 5px;
	background-color : #49499c;
	border : 1px solid #303067;
	}
	
	
.box {
	color : #333;
	padding : 5px;
	background-color : #fff;
	border : 1px solid #ccc;
	background-repeat : repeat-x;
	background-position : left top;
	}
.box a {
	color : #333;
	}
.box ul {
	font-size : 11px;
	padding : 0;
	margin-left : 15px;
	}
div#slike {
	text-align : center;
	}
#slike img {
	padding : 6px;
	border : 1px solid #dddddd;
	margin : 5px 15px;
	}
.docpath {
	font-size : 11px;
	margin-bottom : 10px;
	}
.IEChit2 {
	float : left;
	border : 1px solid #eee;
	padding : 3px;
	margin : 2px;
	width : 130px;
	height : 170px;
	line-height : 120%;
	}
.IEChit2:hover {
	background-color : #f8f8f8;
	}
	
/*--- tablica ---*/

TABLE.tablica  {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	}
.tablica TD {
	/*padding: 4px 10px;*/
	}
.tablica A {
	text-decoration: none;
	}
.tablica TR.alt {
	background-color: #EEF1FB;
	}
.tablica TR:hover {
	background-color: #dbe3f7;
	}
.tablica TH {
	border: 0px;
	border-top: 1px solid #678bdc;
	border-bottom: 1px solid #678bdc;
	}
.tablica  A {
	display: block;
	padding: 4px 10px;
	width: 100%;
	}
/*--- forms ---*/	
	
input, textarea {
	font-family : Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding : 2px;
	border : 0;
	margin : 0;
	border : 1px solid #ccc;
	}
input:focus, textarea:focus {
	border : 1px solid #000;
	}
label {
	display : block;
	float : left;
	width : 130px;
	margin-right : 10px;
	text-align : right;
	}
fieldset {
	background-repeat : repeat-x;
	}
.kform {
	font-family : Verdana;
	font-size : 8pt;
	color : #678bdc;
	border : 1px solid #678bdc;
	background-color : #ffffff;
	}

/*--- leftmenu ---*/
	
#leftmenu ul {
	list-style-type : none;
	padding : 0;
	width : 100%;
	margin : 0;
	line-height : 0;
	}
#leftmenu li {
	margin : 0;
	padding : 0;
	}
#leftmenu a {
	display : block;
	background : #fff;
	text-decoration : none;
	border-bottom : 1px solid #eee;
	font-size : 11px;
	line-height : 25px;
	color : #003355;
	padding-left : 10px;
	}
#leftmenu a:hover {
	background : #dbe3f7;
	}
#leftmenu h2 {
	text-align : center;
	font-size : 13px;
	border : 1px solid #678bdc;
	background : #dbe3f7;
	padding : 4px;
	margin : 0;
	}
	
/*--- Anketa ---*/
/*	
.Anketa_PitanjeNaslov {
	text-align : left;
	font-weight : bold;
	padding-left : 6px;
	}
.Anketa_PitanjeOdgovori {
	text-align : left;
	padding-left : 6px;
	}
.Anketa_PitanjeArhiv {
	text-align : center;
	}
.Anketa_PitanjeBrojac {
	text-align : center;
	}
.Anketa_Button {
	font-family : Verdana;
	font-size : 8pt;
	color : #678bdc;
	border : 1px solid #678bdc;
	background-color : #ffffff;
	}
*/
	

	
/*--- leftmenu ---*/
	
div#topmenu {
	height : 34px;
	clear : both;
	margin : 0 auto 8px auto;
	width : 970px;
	background-image : url('/design/bg-topmenu.png');
	background-repeat : no-repeat;
	background-position : top;
	}
#topmenu ul {
	text-align : center;
	margin : 0;
	padding : 7px;
	}
#topmenu li {
	display : inline;
	list-style-type : none;
	margin-top : 7px;
	}
#topmenu a {
	font : 12px Arial, sans-serif;
	letter-spacing : 1px;
	font-weight : bold;
	text-align : left;
	color : #2fc6ff;
	text-decoration : none;
	padding : 8px 20px 8px 20px;
	}
#topmenu a:hover {
	color : #15709c;
	background-image : url('/design/bg-topmenu-hover.png');
	background-repeat : no-repeat;
	background-position : center top;
	}
div#wrapper, div#left, div#right {
	background-color : #fff;
	}
