body {
	padding: 0px;
	margin: 10px 0 0 0;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

h1 {
	color: #144180;
	font-family: Tahoma;
	font-size: 16px;
	margin: 0px;
	border-bottom: solid 2px #144180;
	/*background-image: url(images/dude1.png);
	background-repeat: no-repeat;
	padding-left: 10px;*/
}

h2 {
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px;
}

h3 {
	color: #144180;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	padding: 2px;
	font-family: Arial;
	font-weight: bold;
	color: #144180;
	cursor: pointer;
	background-color: #e7e7e7;
}

fieldset {
	margin-top: 5px;
	padding: 5px;
	border: solid 2px;
}

legend {
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}

table {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

th {
	text-align: left;
}

tr.odd {
	background-color: #f8f8f8;
}

tr.even {
	background-color: #efefef;
}

.clear {
	clear: both;
}

.login_input {
	color: #748393;
	font-family: tahoma;
	font-size: 12px;
	width: 120px;
}

/* ## CONTENT ## */
#body {
	margin: auto;
}

#content {
	padding: 10px;
}

#logo {
	display: block;
	height: 70px;
	background-image: url(images/head.png);
	background-position: center 5px;
	background-repeat: no-repeat;
	float: none;
	padding: 0;
}

#header {

}

#login {
	float: right;
	width: 200px;
}

#main {
	padding: 10px 10px 0 10px;
	text-align: left;
	background-color: #ffffff;
}

#right {
	padding-top: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

#right h1 {
	color: #ffffff;
	border-color: #ffffff;
}

#left {
	margin: 10px;
	background-color: #ffffff;
}

#left h1 {
	color: #ffffff;
	border-color: #ffffff;
}


#footer {
	height: 10px;
	padding: 5px;
	clear: both;
	text-align: center;
}

/* INDEX */
#index {
	text-align: left;
}

#links {
	margin-left: 10px;
}

.links_top_right {
	position: relative;
	height: 4px;
}

.links_top_right div {
	position: absolute;
	right: 0px;
	height: 4px;
	width: 4px;
	overflow: hidden;
	background-image: url(images/br-r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.links_top {
	height: 20px;
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.links_bottom {
	height: 20px;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.links_bottom_right {
	position: relative;
	height: 4px;
}

.links_bottom_right div {
	position: absolute;
	right: 0px;
	height: 4px; 
	width: 4px;
	overflow: hidden;
	background-image: url(images/tr-r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.main_menu {
	display: block;
	height: 20px;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-right: solid 2px #ffffff;
}

.color-bg1 {
	background-color: #ffe800;
}

.color-bg2 {
	background-color: #ff5555;
}

.color-bg3 {
	background-color: #00c000;
}
.color-bg4 {
	background-color: #4169E1;
}

.submenu {
	display: block;
	padding: 1px 0;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.submenu_active {
	display: block;
	padding: 1px 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.submenu:hover,.submenu_active:hover {
	text-decoration: underline;
}

#address {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

.delimiter {
	border: solid 1px;
}

/* ###################### PORTLETS ###################### */
	/* ### FRAME ### */
.frame_tl {
	margin: 0;
	padding 0;
	background-image: url(images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.frame_tr {
	margin: 0;
	padding 0;
	background-image: url(images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.frame_bl {
	margin: 0;
	padding 0;
	background-image: url(images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.frame_br {
	margin: 0;
	padding 0;
	background-image: url(images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* ### Pagination ### */
.pagination {
	margin-top: 5px;
	color : #555555;
	font-size: 12px;
	text-align: center;
	color: #555555;
}

.pagination_left {
	float: left;
}

.pagination_center {
	margin: 0 auto;
	width: 400px;
}

.pagination_right {
	float: right;
}

.pagination_current {
	padding: 0px 2px;
	color: #FF6600;
}

.pagination_item {
	padding: 0px 1px;
	cursor: pointer;
}

.pagination_item_mo {
	padding: 0px 1px;
	cursor: pointer;
}

/* ### TEKST ### */
.text {
	margin-bottom: 10px;
}

#right .text, #left .text {
	padding: 10px;
}

.text_content {
	margin-top: 5px;
}

.text_content p {
	margin: 2px;
}

/* ### NOVICE ###*/
.news {
	margin-bottom: 10px;
}

#right .news, #left .news {
	padding: 10px;
}

.news_content {
	margin-top: 5px;
}

.news_paragraph {
	padding-bottom: 3px;
	text-align: justify;
}

.news_date {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #144180;

}

.news_date_detail {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.news_author {
	font-size: 10px;
	font-weight: bold;
}

.news_line {
	padding: 2px;
	margin: 2px 0;
	font-weight: bold;
}

.news_link {
	color: #000000;
	text-decoration: none;
}

.news_link_top {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.news_link:hover,.news_link_top:hover {
	text-decoration: underline;
}

.news_photo {
	font-size: 10px;
	float:none;
	margin-top:0px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	width: 120px; 
	background-color: #e7e7e7;
}

.news_attachment {
	display: block;
	height: 15px;
	padding-left:20px;
	padding-top:3px;
	background-image: url(filetypes/file.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.attachment_icon_doc {
	background-image: url(filetypes/doc.png);
}

.attachment_icon_xls {
	background-image: url(filetypes/xls.png);
}

.attachment_icon_pdf {
	background-image: url(filetypes/pdf.png);
}

.attachment_icon_zip {
	background-image: url(filetypes/zip.png);
}

/* ### GALERY ### */
.galery {
	margin-bottom: 10px;
}

#right .galery, #left .galery {
	padding: 10px;
}

.galery_content {
	margin-top: 5px;
}

.galery_description {
	font-size: 12px;
	text-align: justify;
	padding-bottom: 5px;
}

.galery_image_div {
	float: left;
	width: 140px;
	text-align: center;
}

/* ### ANKETA ###*/
.poll {
	margin-bottom: 10px;
}

#right .poll, #left .poll {
	padding: 10px;
}

.poll_content {
	margin-top: 5px;
}

.poll_question {
	font-weight: bold;
}

/* ### FORUM ###*/
.forum {
	margin-bottom: 10px;
}

#right .forum, #left .forum {
	padding: 10px;
}

.forum_content {
	margin-top: 5px;
}

/* ### EVENTS - Izpopolnjevanja ### */
.events {
	margin-bottom: 10px;
}

#right .events, #left .events {
	padding: 10px;
}

.events_content {
	margin-top: 5px;
}

.event_div {
	border: solid 1px;
	background-color: #ffffff;;
	width: 100px;
	z-index: 20;
}

.event_year {
	display: block;
	float: left;
	padding: 0 3px;
	color: #89afd6;
	font-size: 18px;
	font-weight: bold;
}

.event_year_active {
	background-color:#eeeeee;
}

.events_month {
	clear: left;
	font-variant: small-caps;
}

.events_month_active{
	background-color:#eeeeee;
	text-decoration:underline;
}

.events_month a {
	padding: 4px 2px;
}

.event_link {
	color: #000000;
	text-decoration: none; /*font-weight: bold;*/
	display: list-item;
	list-style: square inside;
}

.event_link:hover {
	text-decoration: underline;
}

.event_message {
	border: solid 2px #e7e7e7;
	padding: 5px 0 5px 5px 5px;
}

.edit_caption {
	padding: 1px 3px 1px 10px;
	font-size: 14px;
}
.edit_data {
	font-size: 16px;
	font-family: Arial;
	color: #144180;
	
}
.edit_break {
	border-top: 1px #cccccc dashed;
	height: 1px;
	
}
