@import url("article.css");

body {
	font-family: Arial, Helvetica, sans-serif;
}

#header_print {
	display: block;
}

/* START: Navigation (BOX) */
.menu {
	float: right;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 133px;
	height: 36px;
	background: url("../images/article_print_top_menu.gif") no-repeat;
}
.menu ul li {
	float: left;
	padding: 10px 0 0 12px;
}
.menu ul li a {
	display: block;	
	padding: 0 0 0 15px;
	font-size: 9px;
	color: #404040;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li.print a {
	padding: 0 0 0 20px;
	background: url("../images/article_natisni.gif") no-repeat;
	height: 17px;
}
.menu ul li.close a {
	background: url("../images/article_close.gif") no-repeat;
	height: 17px;
}

.menu .menusub {
	width: 133px;
	height: 36px;
	margin: 1px 0 0;
	background: url("../images/article_top_menu.gif") no-repeat;
}
.menu .menusub h3 {
	padding: 9px 0 0 10px;	
}
.menu .menusub h3 a {
	display: block;
	background: url("../images/arrow_red1.gif") no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 0 22px;
}
/* END: Navigation (BOX) */

#foot {

}