/* 			The basics 			*/

body {
	background: url(pics/background.png) repeat;
	text-align: center;
	color: #343434;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}

a {
	color: #043aa9;
	text-decoration: none;
}

a:hover {
	color: #043aa9;
	text-decoration: underline;
}

/****************************/
/* 			Boxes 			*/
/****************************/

#pagebox {
	width: 1016px;
	display: inline-block;
	background: url(pics/middle.png) repeat-y;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}

#topbox {
	width: 1016px;
	background-image: url(pics/top.png);
	display: block;
	height: 154px;
}

#flag {
	width: 50px;
	height: 30px;
	padding-left: 930px;
	padding-top: 75px;	
}


#centerbox {
	margin-bottom: 15px;
	margin-top: 25px;
	width: 754px;
	height: auto;
	display: block;
	padding-left: 210px;
	padding-right: 52px;
}

#textbox {
	text-align: left;
	width: 460px;
	float:left;
	vertical-align: top;
}

#sidebox {
	text-align: left;
	width: 260px;
	padding-left: 24px;
	float:left;
	vertical-align: top;
}

#footbox {
	width: 1016px;
	height: 50px;
	display: block;
	background: url(pics/bottom.png);
}

/****************************/
/* 			Center 			*/
/****************************/

.textentry {
	border-bottom: 1px dashed #7e7e7e;
	padding-bottom: 0.8em;
}

.einfo {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	margin-bottom: 1pt;
}

.etype {
	font-weight: bold;
}

.edate {
}

.etitle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16pt;
	margin: 0;
}

.ttitle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16pt;
	margin: 0;
}

.tstitle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

                              
.s-poglavje {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.s-clen {
	font-weight: bold;
}

/****************************/
/* 			Side 			*/
/****************************/

.sideentry {
	border-bottom: 1px dashed #7e7e7e;
	padding-bottom: 0.8em;
}

.stitle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}


/****************************/
/* 			Footnote		*/
/****************************/

#footnote {
	width: 734px;
	padding-top: 17px;
	padding-left: 210px;
	padding-right: 72px;
	font-size: 10px !important;
	color: #909090;
}


