html {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #0079ad;
	
	font: normal 0.81em Trebuchet MS;
}



.clear {
	position: relative;
	display: block;
	height: 0px;
	float: none;
	clear: both;
	overflow: hidden;
}



/*
	frames
*/

.top_frame {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 257px;
	background: white url(../images/bg_top.gif) 0 0 repeat-x;
}

.main_frame {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	height: 1%;
	background: white;
}

.bottom_frame {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
	background: transparent url(../images/bg_bottom.gif) 0 0 repeat-x;
}

.wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.logotipi {
	position: absolute;
	display: block;
	width: 480px;
	height: 78px;
	padding: 0 20px;
	top: 0;
	right: 0;
	background: transparent url(../images/bg_logotipi.png) 0 0 repeat-x;
}

.logotipi span {
	float: left;
	padding: 15px 18px;
}

.logotipi span a {
	position: relative;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.logotipi span a.sonce {
	background-image: url(../images/logo_sonce.gif);
}

.logotipi span a.em {
	background-image: url(../images/logo_em.gif);
}

.logotipi span a.simplnet {
	background-image: url(../images/logo_simplnet.gif);
}

.logotipi span a.senca {
	background-image: url(../images/logo_senca.gif);
}

.logotipi span a:hover {
	background-position: 0 -44px;
}

.left_block {
	position: relative;
	display: block;
	width: 180px;
	height: 1%;
	margin: 0;
	padding: 30px 0 0 0;
	float: left;
}

.body {
	position: relative;
	display: block;
	width: 380px;
	height: 1%;
	margin: 0;
	padding: 30px 20px 0 20px;
	float: left;
}

.wide_body {
	position: relative;
	display: block;
	width: 760px;
	height: 1%;
	margin: 0;
	padding: 30px 0px 0 20px;
	float: left;
}

.right_block {
	position: relative;
	display: block;
	width: 180px;
	height: 1%;
	margin: 0;
	padding: 112px 0 0 0;
	float: left;
}

.tower {
	position: relative;
	display: block;
	width: 160px;
	height: 1%;
	margin: 0 0 0 20px;
	padding: 112px 0 0 0;
	float: left;
	
}

#tag_cloud {
	margin-bottom: 18px;
}



/*
	HEADER
*/

#header {
	position: relative;
	display: block;
	height: 257px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_dotted_line.gif) left bottom repeat-x;
}


div.bg_logotip {
	position: absolute;
	display: block;
	top: 45px;
	left: -3px;
	width: 154px;
	height: 63px;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
}

div.logotip {
	position: absolute;
	display: block;
	top: 45px;
	left: -3px;
	width: 154px;
	height: 63px;
	
}

#top_banner {
	position: absolute;
	display: block;
	width: 728px;
	height: 90px;
	top: 20px;
	right: 0;
}



div.menu_holder {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 61px;
	left: 0;
	top: 160px;
}

#home_link {
	position: relative;
	display: block;
	width: 56px;
	float: left;
}

#home_link span.bghome {
	position: absolute;
	display: block;
	width: 32px;
	height: 33px;
	top: -1px;
	left: 0;
	background: transparent url(../images/home.png) 0 0 no-repeat;
}

#home_link span.home {
	background: transparent url(../images/home_sel.png) 0 0 no-repeat;
}

#home_link a.h_link {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 6px;
	left: 6px;
}

#mainmenu {
	position: relative;
	display: block;
	float: left;
	width: 890px;
	background: #009cd8;
}

#mainmenu span.bgleft {
	position: absolute;
	display: block;
	width: 16px;
	height: 32px;
	top: 0;
	left: -16px;
	background: transparent url(../images/bg_mainmenu_left.png) 0 0 no-repeat;
}

#mainmenu span.bgright {
	position: absolute;
	display: block;
	width: 16px;
	height: 32px;
	top: 0;
	right: -16px;
	background: transparent url(../images/bg_mainmenu_right.png) 0 0 no-repeat;
}

#mainmenu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
}

#mainmenu ul li {
	float: left;
	margin: 4px;
	height: 24px;
}

#mainmenu ul li a {
	position: relative;
	display: block;
	font: bold 15px Trebuchet MS;
	color: white;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	padding: 0 20px;
	background: none;
}

#mainmenu ul li a span.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 24px;
	background: none;
}

#mainmenu ul li a span.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 24px;
	background: none;
}

#mainmenu ul li a:hover {
	background: white;
	color: #0079ad;
}

#mainmenu ul li a:hover span.left {
	background: transparent url(../images/bg_mainmenu_over_l.gif) top left no-repeat;
}

#mainmenu ul li a:hover span.right {
	background: transparent url(../images/bg_mainmenu_over_r.gif) top right no-repeat;
}

#mainmenu ul li a.selected,#mainmenu ul li a.selected:hover {
	background: #8fbf00;
}

#mainmenu ul li a.selected span.left, #mainmenu ul li a.selected:hover span.left {
	background: transparent url(../images/bg_mainmenu_sel_l.gif) top left no-repeat;
}

#mainmenu ul li a.selected span.right, #mainmenu ul li a.selected:hover span.right {
	background: transparent url(../images/bg_mainmenu_sel_r.gif) top right no-repeat;
}


#lev2_menu {
	position: relative;
	margin: 0 0 0 68px;
	padding: 0;
}

#lev2_menu span { display: none; }

#lev2_menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
}

#lev2_menu ul li { 
	float: left;
	height: 29px;
	background: transparent url(../images/bg_lev2menu.gif) 0 0 repeat-x; 
}

#lev2_menu ul li.bgleft { 
	width: 30px;
	background: transparent url(../images/bg_lev2menu_left.png) 0 0 no-repeat; 
}

#lev2_menu ul li.bgright { 
	width: 30px;
	background: transparent url(../images/bg_lev2menu_right.png) 0 0 no-repeat; 
}

#lev2_menu ul li a {
	font: normal 12px Trebuchet MS;
	color: white;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 28px;
}

#lev2_menu ul li a:hover {
	color: #7fcdeb;
} 

#breadcrumps {
	position: absolute;
	bottom: 8px;
	left: 0;
	font-size: 11px;
	color: #666;
}

#breadcrumps a {
	padding: 0 5px;
	text-decoration: none;
	color: #666;
}

#breadcrumps a:hover {
	text-decoration: underline;
}

#breadcrumps a.selected {
	font-weight: bold;
}


#toolbox {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0;
	background: transparent;
	height: 24px;
	width: 120px;
	
}

#toolbox a {
	position: relative;
	display: block;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 16px;
	width: 16px;
	padding: 0;
	margin-left: 8px;
	overflow: hidden;
}

#toolbox a img {
	margin: 0;
	padding: 0;
}

#toolbox a:hover {
	background-position: 0 -16px;
}

#toolbox a.mail {
	background-image: url(../images/tool_mail.gif);
}

#toolbox a.sitemap {
	background-image: url(../images/tool_sitemap.gif);
}

#toolbox a.lineheight {
	background-image: url(../images/tool_lineheight.gif);
}

#toolbox a.fontsize {
	background-image: url(../images/tool_fontsize.gif);
}

#toolbox a.print {
	background-image: url(../images/tool_print.gif);
}




/*
	SUBMENU
*/

#submenu {
	position: relative;
	display: block;
	margin: 0 0 18px 0;
	padding: 9px 0 0 0;
	background: #8fbf00 url(../images/bg_submenu_top.gif) 0 0 no-repeat;
}

#submenu span.title {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0 0 30px;
	color: #0079ad;
	height: 24px;
	font: bold 15px Trebuchet MS;
	background: transparent url(../images/bg_submenu_title.gif) 11px 0 no-repeat;
}

#submenu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 17px 0;
	list-style: none;
	background: transparent url(../images/bg_submenu_bottom.gif) bottom left no-repeat;
}

#submenu ul li {
	padding: 2px 0;
}

#submenu ul li a {
	display: block;
	padding: 3px 13px;
	color: white;
	text-decoration: none;
	font: bold 12px Trebuchet MS;
	line-height: 14px;
}

#submenu ul li a:hover,
#submenu ul li a.selected {
	color: #025c84;
}

#submenu ul li a.selected {
	background: transparent url(../images/bg_submenu_bullet.gif) 0 2px no-repeat;
}

/*
	CONTENT
*/

#content a {
	color: #0079ad;
	text-decoration: none;
}

#content div.picture {
	position: relative;
	display: block;
	width: 120px;
	float: left;
	margin: 5px 10px 5px 0;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin: 10px 0 10px 30px;
}

#content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px;
	font-size: 11px;
}

h1 {
	font: bold 1.69em Trebuchet MS;
	color: #0079ad;
	margin: 0;
	padding: 0 0 32px 0;
	width: 380px;
}

h2 {
	font: bold 1.38em Trebuchet MS;
	color: #8fbf00;
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 1.38em Trebuchet MS;
	color: #0079ad;
	margin: 0;
	padding: 0;
}

span.date {
	font-size: 11px;
	display: block;
	margin: -32px 0 32px 0;
}



span.abstract {
	display: block;
	color: #0079ad;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.list_item {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 1%;
	background: transparent url(../images/bg_dotted_line_blue.gif) bottom left repeat-x;
}

.list_item .upper {
	font-size: 11px;
}

.list_item .upper a {
	padding-right: 10px;
	color: #0079ad;
	font-weight: bold;
	text-decoration: none;
}

.list_item .upper span {
	padding: 0 10px;
	background: transparent url(../images/crtica.gif) 0 4px no-repeat;
}

.list_item .upper span.name {
	padding: 0 10px 0 0;
	color: #0079ad;
	font-weight: bold;
	background: none;
}

.list_item h3 {
	padding-bottom: 5px;
}

.list_item img {
	float: left;
	padding: 5px 10px 5px 0;
}


.list_item .tags {
	position: relative;
	display: block;
	float: left;
	width: 217px;
	height: 1%;
	margin-top: 20px;
	font-size: 11px;
	color: #333;
}

.list_item .tags span {
	color: #0079ad;
	padding-right: 10px;
	margin-right: 10px;
	background: transparent url(../images/crtica_blue.gif) top right no-repeat;
}

.list_item .comments {
	position: relative;
	display: block;
	text-align: center;
	float: left;
	width: 78px;
	height: 60px;
	margin: 20px 0 0 10px;
	background: transparent url(../images/bg_comments.gif) 0 0 no-repeat;
}

.list_item .comments h4 {
	display: block;
	position: relative;
	font-size: 12px;
	padding: 6px 0 2px 0;
	margin: 0;
	color: #0079ad;
	font-weight: bold;
}

.list_item .comments span {
	font-size: 20px;
	color: #0079ad;
	display: block;
	position: relative;
}

.list_item .grade {
	position: relative;
	display: block;
	text-align: center;
	float: left;
	width: 65px;
	height: 60px;
	margin: 20px 0 0 10px;
	background: transparent url(../images/bg_grade.gif) 0 0 no-repeat;
}

.list_item .grade h4 {
	display: block;
	position: relative;
	font-size: 12px;
	padding: 4px 0 2px 0;
	margin: 0;
	color: #0079ad;
	font-weight: bold;
}

.list_item .grade span.votes_up,
.list_item .grade span.votes_down {
	position: absolute;
	display: block;
	width: 22px;
	top: 43px;
	left: 9px;
	font-size: 10px;
	color: white;
}

.list_item .grade span.votes_down {
	left: 36px;
}

#content div.box {
	position: relative;
	display: block;
	float: left;
	width: 270px;
	height: 168px;
	margin: 0 0 20px 0;
	background: transparent url(../images/bg_box_dottedline.gif) 0 0 no-repeat;
}

#content div.box h2 { padding: 12px 11px;}

#content div.box .picture {
	position: absolute;
	display: block;
	width: 60px;
	height: 80px;
	top: 0;
	right: 11px;
}

#content div.box .abstract {
	position: relative;
	font: normal 11px Trebuchet MS;
	color: #333;
	padding: 0 80px 0 11px;
	margin: 0;
}

#content div.box a.more {
	position: absolute;
	display: block;
	width: 45px;
	height: 19px;
	bottom: 12px;
	left: 11px;
}

div.special {
	margin: 20px 0;
	height: 1%;
}

div.special span.left {
	position: relative;
	display: block;
	width: 380px;
	float: left;
}

div.special span.right {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	padding-left: 20px;
}

div.special span.right .povezave a {display: block;}

#content .tag_line {
	position: relative;
	display: block;
	height: 1%;
	margin-top: 20px;
	font-size: 11px;
	color: #333;
}

#content .tag_line span {
	color: #0079ad;
	padding-right: 10px;
	margin-right: 10px;
	background: transparent url(../images/crtica_blue.gif) top right no-repeat;
}

#content .addons {
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 0;
	background: transparent url(../images/bg_dotted_line_blue.gif) top left repeat-x;
}






#zaznamki {
	position: relative;
	display: block;
	padding: 5px 0 3px 0;
	height: 20px;
	background: transparent url(../images/bg_dotted_line_blue.gif) bottom left repeat-x;
	text-align: right;
}

#zaznamki span {
	position: absolute;
	top: 6px;
	left: 0;
}

#zaznamki a {
	margin: 1px;
}

#vote {
	position: absolute;
	display: block;
	width: 65px;
	height: 60px;
	right: 0;
	top: 88px;
	text-align: center;
	background: transparent url(../images/bg_grade.gif) 0 0 no-repeat;
}

#vote div {
	position: relative;
	height: 1%;
}

#vote h4 {
	display: block;
	position: relative;
	font-size: 12px;
	padding: 3px 0 0 0;
	margin: 0;
	color: #0079ad;
	font-weight: bold;
}

#vote span {
	position: absolute;
	display: block;
	width: 22px;
	font-size: 10px;
	color: white;
}

#vote span.up {
	height: 24px;
	top: 19px;
	left: 8px;
}

#vote span.up a {
	display: block;
	background: transparent url(../images/bg_grade_up.gif) 0 0 no-repeat;
}

#vote span.down {
	height: 24px;
	top: 19px;
	left: 35px;
}

#vote span.down a {
	display: block;
	background: transparent url(../images/bg_grade_down.gif) 0 0 no-repeat;
}

#vote span.up a:hover, #vote span.down a:hover {
	background-position: 0 -24px;
}

#vote span.votes_up {
	top: 43px;
	left: 8px;
}

#vote span.votes_down {
	top: 43px;
	left: 35px;
}

/*
	COMMENTS
*/

#comments {}

#comments h3 {
	padding: 20px 0;
}

#comments .comment_form {
	position: relative;
	width: 290px;
	padding-bottom: 20px;
/*	background: transparent url(../images/bg_dotted_line_blue.gif) bottom left repeat-x;*/
}

#comments .form_item {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 0 2px 65px;
	height: 1%;
}

#comments .form_item label {
	position: absolute;
	display: block;
	width: 60px;
	height: 1%;
	top: 2px;
	left: 0;
	font-size: 11px; 
}

#comments .form_item input.comment_input {
	border: none;
	width: 204px;
	height: 14px;
	padding: 5px 10px;
	color: #0079ad;
	font-size: 11px;
	background: transparent url(../images/bg_input.gif) 0 0 no-repeat;
}

#comments .form_item .comment_text {
	padding: 9px 10px 9px 10px;
	height: 59px;
	border: none;
	width: 204px;
	color: #0079ad;
	font: normal 11px Trebuchet MS;
	background: transparent url(../images/bg_textarea.gif) 0 0 no-repeat;
}


#comments .submit {
	position: relative;
	text-align: right;
	padding: 2px 0;
}

#comments .submit input.comment_submit {
	width: 52px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	background: transparent url(../images/bg_submit.gif) 0 0 no-repeat;
}

#comments .comments_list {
	margin-top: 10px;
	padding: 10px 0;
	background: transparent url(../images/bg_dotted_line_blue.gif) top left repeat-x;
}

#comments .list_item div.comment_text {
	padding-top: 5px;
} 

/*
	ENEWS
*/

#enews {
	position: relative;
	margin-bottom: 18px;
	padding: 0 0 10px 0;
	height: 1%;
	background: transparent url(../images/bg_dotted_line_blue.gif) bottom left repeat-x;
}

#enews form {
	margin: 0;
	padding: 0;
}

#enews h4 {
	padding: 5px 0 10px 5px;
	margin: 0;
	color: #0079ad;
	background: transparent url(../images/bg_dotted_line_blue.gif) top left repeat-x;
}

#enews input.enews_input {
	border: none;
	width: 160px;
	height: 14px;
	padding: 5px 10px;
	margin: 0;
	color: #0079ad;
	font-size: 11px;
	background: transparent url(../images/bg_enews_input.gif) 0 0 no-repeat;
}

#enews div.submit {
	position: relative;
	display: block;
	margin-top: 7px;
	text-align: right;
}

#enews input.enews_submit {
	width: 52px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	background: transparent url(../images/bg_submit.gif) 0 0 no-repeat;
}

/*
	POLL
*/

#poll {
	position: relative;
	display: block;
	margin: 0 0 18px 0;
	padding: 0 13px 13px 13px;
	height: 1%;
	background: transparent url(../images/bg_poll.gif) 0 0 no-repeat;
}

#poll span.bottom {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 13px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg_poll_bottom.gif) 0 0 no-repeat;
}

#poll form {margin:0;padding:0;}

#poll span.title {
	position: relative;
	display: block;
	margin: 10px 0 5px 0;
	padding: 9px 16px;
	font: bold 16px Trebuchet MS;
	color: #0079ad;
	height: 1%;
}

#poll .question {
	font: bold 12px Trebuchet MS;
	color: #0079ad;
}

#poll .answers {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}

#poll .answers div {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #0079ad;
}

#poll .answers div span {
	position: relative;
	display: inline;
	color: white;
	padding: 0;
}

#poll .answers div div.indicator {
	position: relative;
	display: block;
	margin-top: 5px;
	height: 3px;
	background: white;
	overflow: hidden;
}

#poll .answers span {
	position: relative;
	display: block;
	margin: 4px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 16px;
	color: #0079ad;
	height: 1%;
}

#poll .answers span input {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0;
	padding: 0;
}

#poll .tools {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 0;
	height: 1%;
}

#poll .tools span.left {
	position: relative;
	display: block;
	width: 66px;
	float: left;
}

#poll .tools span.right {
	position: relative;
	display: block;
	width: 52px;
	float: right;
}

#poll .tools span.right input {
	width: 52px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	line-height: 19px;
	background: transparent url(../images/btn_glasuj.gif) 0 0 no-repeat;
}

#poll .all_answers {
	font-size: 12px;
	line-height: 16px;
	color: #0079ad;
}





/*
	FOOTER
*/



.body_bottom {
	padding-top: 3px;
	color: #333;
	font: normal 11px Trebuchet MS;
}

.body_bottom a {
	color: #333;
	font: normal 11px Trebuchet MS;
	text-decoration: none;
}

.body_bottom a:hover, #footer a:hover {text-decoration: underline;}

.body_bottom span {
	float: right;
}


#footer ul {
	position: relative;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	height: 1%;
}

#footer ul li {
	display: block;
	width: 160px;
	float: left;
}

#footer ul li a {
	font: bold 15px Trebuchet MS;
	color: white;
	text-decoration: none;
}



#footer ul ul {
	display: block;
	margin-top: 12px;
	
}

#footer ul ul li {
	display: block;
	width: 160px;
	float: none;
}

#footer ul ul li a {
	position: relative;
	display: block;
	font: normal 11px Trebuchet MS;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.footer_bottom {
	position: relative;
	display: block;
	margin: 25px 0 12px 0;
	padding: 4px 14px;
	height: 26px;
	
	font: bold 16px Trebuchet MS;
	color: white;
	background: transparent url(../images/bg_footer_bottom.gif) 0 0 no-repeat;
}



/*
	BOXES
*/

.box_blue {
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding: 11px;
	height: 1%;
	background: transparent url(../images/bg_box_blue.gif) 0 0 repeat-y;
}

.box_blue span.top {
	position: absolute;
	display: block;
	width: 180px;
	height: 13px;
	top: 0;
	left: 0;
	background: transparent url(../images/bg_box_blue_top.gif) 0 0 no-repeat;
}

.box_blue span.bottom {
	position: absolute;
	display: block;
	width: 180px;
	height: 13px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg_box_blue_bottom.gif) 0 0 no-repeat;
}

.box_blue span.title {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 13px;
	height: 24px;
	font: bold 15px Trebuchet MS;
	line-height: 18px;
	color: white;
	overflow: hidden;
	background: transparent url(../images/bg_box_blue_title.gif) 0 0 no-repeat;
}

.box_blue div {
	padding: 6px 4px 7px 4px;
	font: normal 10px Trebuchet MS;
	color: #333;
	background: transparent url(../images/bg_dotted_line_blue.gif) 0 0 repeat-x;
}

.box_blue div a {
	display: block;
	font: bold 12px Trebuchet MS;
	line-height: 15px;
	color: #0079ad;
	text-decoration: none;
}

.box_blue div a:hover {
	text-decoration: underline;
}





.box_green {
	position: relative;
	display: block;
	margin-bottom: 18px;
	padding: 11px;
	height: 1%;
	background: transparent url(../images/bg_box_green.gif) 0 0 repeat-y;
}

.box_green span.top {
	position: absolute;
	display: block;
	width: 180px;
	height: 13px;
	top: 0;
	left: 0;
	background: transparent url(../images/bg_box_green_top.gif) 0 0 no-repeat;
}

.box_green span.bottom {
	position: absolute;
	display: block;
	width: 180px;
	height: 13px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg_box_green_bottom.gif) 0 0 no-repeat;
}

.box_green span.title {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 15px;
	height: 43px;
	font: bold 15px Trebuchet MS;
	line-height: 18px;
	color: white;
	background: transparent url(../images/bg_box_green_title.gif) 0 0 no-repeat;
}

.box_green div {
	padding: 6px 4px 7px 4px;
	font: normal 10px Trebuchet MS;
	color: #333;
	background: transparent url(../images/bg_dotted_line_blue.gif) 0 0 repeat-x;
}

.box_green div a {
	display: block;
	font: bold 12px Trebuchet MS;
	line-height: 15px;
	color: #0079ad;
	text-decoration: none;
}

.box_green div a:hover {
	text-decoration: underline;
}

/*
	box novo
*/
/*
#box_news {
	position: relative;
	display: block;
	margin: 0 0 18px 0;
	padding: 0 13px 13px 13px;
	height: 1%;
	background: #8fbf00 url(../images/bg_submenu_top.gif) 0 0 no-repeat;
	background: #007aad url(../images/bg_box_news.gif) 0 0 no-repeat;
	border-top: 1px solid white;
}
*/
#box_news {
	position: relative;
	display: block;
	margin: 0 0 18px 0;
	height: 1%;
	padding: 9px 11px 15px 11px;
	
	background: #8fbf00 url(../images/bg_submenu_top.gif) 0 0 no-repeat;
}

#box_news span.bottom {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 13px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg_box_news_bottom.gif) 0 0 no-repeat;
	
}

#box_news div.bottom {
	position: absolute;
	display: block;
	height: 12px;
	width: 180px;
	left: 0;
	bottom: 0;
	background: transparent url(../images/bg_submenu_bottom.gif) 0 0 no-repeat;
}


#box_news div.title {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 1px 16px;
	color: #0079ad;
	height: 24px;
	
	font: bold 15px Trebuchet MS;
	background: transparent url(../images/bg_submenu_title.gif) 0 0 no-repeat;
}

#box_news ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
}

#box_news ul li {
	margin: 0;
	padding: 5px 0;
	color: white;
	font-size: 10px;
	background: transparent url(../images/dotted_line_white.gif) 0 0 repeat-x;
}

#box_news ul li a {
	display: block;
	font: bold 12px Trebuchet MS;
	line-height: 15px;
	color: white;
	text-decoration: none;
}

#box_news ul li a:hover {
	text-decoration: underline;
}

#box_news ul li a span {display: block;}


/*
	povezovalnik
*/
/*
#extlinks {
	position: relative;
	display: block;
	margin: 0 0 18px 0;
	height: 1%;
	padding: 9px 11px 15px 11px;
	
	/*background: #8fbf00 url(../images/bg_submenu_top.gif) 0 0 no-repeat;
}
*/




#extlinks {
	position: relative;
	display: block;
	margin: 18px 0;
	padding: 0 13px 13px 13px;
	height: 1%;
/*	background: #8fbf00 url(../images/bg_submenu_top.gif) 0 0 no-repeat;*/
	background: #007aad url(../images/bg_box_news.gif) 0 0 no-repeat;
	border-top: 1px solid white;
}
/*
#extlinks div.title {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 1px 16px;
	color: #0079ad;
	height: 24px;
	
	font: bold 15px Trebuchet MS;
	background: transparent url(../images/bg_submenu_title.gif) 0 0 no-repeat;
}
*/
#extlinks div.title {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 7px 16px 9px 16px;
	font: bold 16px Trebuchet MS;
	color: #0079ad;
	height: 24px;
}

#extlinks div.bottom {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 13px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/bg_box_news_bottom.gif) 0 0 no-repeat;
	
}
/*
#extlinks div.bottom {
	position: absolute;
	display: block;
	height: 12px;
	width: 180px;
	left: 0;
	bottom: 0;
	background: transparent url(../images/bg_submenu_bottom.gif) 0 0 no-repeat;
}
*/
#extlinks a {
	color: white;
	padding: 0 5px;
	text-decoration: none;
}

#extlinks a:hover {	text-decoration: underline;}

#lookups span.wrap {
	display: block;
	padding: 8px 4px;
}

#lookups a {
	display: block;
	margin: 2px 0;
	color: #0079ad;
	text-decoration: none;
	font: bold 11px Trebuchet MS;
}

#lookups a:hover { text-decoration: underline; }

/*
	PAGELISTER
*/

#list_pages {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height: 1%;
	font-size: 11px;
}

#list_pages span {
	position: relative;
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 2px;
}

#list_pages span a {
	position: relative;
	display: block;
	
	margin: 0;
	padding: 0;
	width: 17px;
	height: 17px;
	color: white;
	line-height: 17px;
	text-decoration: none;
	background: transparent url(../images/bg_pagelister_btn.gif) 0 0 no-repeat;
}

#list_pages span a:hover, #list_pages span a.selected {
	text-decoration: none;
	background: transparent url(../images/bg_pagelister_btn_over.gif) 0 0 no-repeat;
}

/*
		FORMS
*/


#forms {
	position: relative;
	display: block;
	margin: 0;
	width: 350px;
	padding: 12px 15px;
	background: transparent url(../images/form_bg.gif) 0 0 repeat-y;
}

#forms span.top {
	position: absolute;
	display: block;
	width: 380px;
	height: 12px;
	top: 0;
	left: 0;
	background: transparent url(../images/form_bg_top.gif) 0 0 no-repeat;
}

#forms span.bottom {
	position: absolute;
	display: block;
	width: 380px;
	height: 12px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/form_bg_bottom.gif) 0 0 no-repeat;
}

#forms form { margin: 20px 0; }

#forms div.form_field {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 97px;
	height: 1%;
}

#forms div.form_field label {
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	width: 97px;
	height: 1%;
	font-size: 11px;
	color: #333;
}

#forms input.inputfield_i {
	border: none;
	margin: 0;
	padding: 5px 7px 0 7px;
	width: 240px;
	height: 19px;
	font-size: 11px;
	color: #0079ad;
	background: transparent url(../images/form_inputfield.gif) 0 0 no-repeat;
}

#forms textarea {
	padding: 7px;
	height: 104px;
	border: none;
	width: 240px;
	color: #0079ad;
	font: normal 11px Trebuchet MS;
	background: transparent url(../images/form_textarea.gif) 0 0 no-repeat;
}

#forms select {
	border: none;
	padding: 5px 7px 0 7px;
	width: 254px;
	height: 24px;
	font-size: 11px;
	color: #0079ad;
	background: transparent url(../images/form_inputfield.gif) 0 0 no-repeat;
}

#forms select option {
	background: white;
	font-size: 11px;
	color: #0079ad;
	padding: 2px 7px;
}

#forms .form_submit {
	text-align: right;
}

#forms .form_submit input.submit {
	width: 52px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	line-height: 19px;
	background: transparent url(../images/bg_submit.gif) 0 0 no-repeat;
}

#forms .message {
	font-size: 11px;
	margin: 20px 0; 
}

#forms .requiredfields {
	font-size: 10px;
	color: #333;
	font-style: italic;
}


/*
	SEARCH
*/

#searchbox {
	position: absolute;
	display: block;
	width: 220px;
	height: 29px;
	top: 131px;
	left: 650px;
	padding: 4px 25px 0px 35px;
	background: transparent url(../images/bg_search.png) 0 0 no-repeat;
}

#searchbox form {
	margin: 0;
	padding: 0;
}

#searchbox input.tfield {
	font-size: 11px;
	color: #0079ad;
	width: 155px;
}

#searchbox input.submit {
	width: 53px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	line-height: 19px;
	background: transparent url(../images/btn_najdi.gif) 0 0 no-repeat;
}



/*
	SITEMAP
*/

#sitemap ul {
	list-style: none;
}

#sitemap ul li {
	margin: 0;
	padding: 0;
}

#sitemap ul li a {
	font-weight: bold;
}

#sitemap ul ul {
	list-style: none;
	margin-top: 5px;
}


#sitemap ul ul li a {
	font-weight: normal;
	color: #333;
}