body {
	margin: 0 0 0 0;
	
	background-color: #FFF1AC;
	
	width: 100%;
	min-width: 700px;
	height: 100%;
	text-align: center;
	/*
	scrollbar-face-color: #cccc00;
	scrollbar-base-color: #006633;
	scrollbar-shadow-color: #006633;
	scrollbar-highlight-color: #006633;
	xscrollbar-3d-light-color: #006633;
	xscrollbar-dark-shadow-color: #006633;
	scrollbar-track-color: #006633;
	scrollbar-arrow-color: #cccc00;
	*/
}

body, TD, TR {
	color: #000000;
	font-family:  "Trebuchet MS", Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 14 px;	

	vertical-align: top;
}


A {
	color: #000099;
	TEXT-DECORATION: underline;
}
A:hover {
	color: Blue;
	TEXT-DECORATION: none;
}

p {
	text-align: justify;
}
b {
	font-weight: bold;
}
ul {
	margin-left: 20 px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
li {
	text-align: left;
	list-style: outside; 
	xlist-style-type: circle;
	list-style-image: url(images/li.png);
}

h1 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 4px;
	color: #000000;
	xborder-bottom: 1px solid #000000;
	text-decoration: underline;
	
	xpage-break-before: always;
}
h2 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #003366;
	border-bottom: 1px solid #003366;
}
h3 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #003366;
	border-bottom: 1px dashed #003366;
}
h5 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

#content{
	width: 700px;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	
	background-image: url(images/back_body.png);
	background-position: center;
	background-repeat: repeat-y;
	
}
#head {
	height: 125px;
	background-image: url(images/back_head.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px;
	padding-bottom: 10px;
	text-align: right;
	xborder: 1px solid red;
}

#main {
	background-image: url(images/back_main.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	_height: 300px;
	min-height: 300px;
	xoverflow: auto;	
	padding: 25px;
	padding-top: 10px;
	xborder: 1px solid red;
}

.head2 {
	height: 80px;
	height: 82px;
	xborder: 1px red solid;
}
.logo {
	display: none;
}
.adresa {
	margin-right: 15px;
	padding-bottom: 3px;
	text-align: right;
	color: #FFcc00;
	font-size: 90%;
	xborder-bottom: 1px solid;
	xborder-color: #999999;
	xwidth: 360px;
}
.menu {
	margin-top: 3px;
	margin-right: 15px;
	text-align: right;
	color: #FFcc00;
	font-weight: bold;	
	
	xfont-family:  "Arial Narrow", Arial, "Lucida Grande CE", lucida, sans-serif;
	xfont-size: 110%;
}
.menu a {
	color: #FFcc00;
	text-decoration: none;
}
.menu a:hover {
	color: white;
	text-decoration: underline;
}
.top {
	xposition: absolute;	
	text-align: center;
	xtop: 110px;
	color: #666666;
	font-size: 80%;
	xmargin-top: 20px;
	letter-spacing: 3px;
	height: 15px;
	overflow: hidden;
}

/* WORD NENU *********************/
table {
	width: 100%;
}

.MsoTableGrid, .MsoTableGrid table {
	width: 630px;
}
.MsoTableGrid td, .MsoTableGrid table td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	margin: 0px;
}
.MsoTableGrid td p, .MsoTableGrid table td p {
	text-align: left;
	margin: 0px;
}
.Numerog, .NumeroG {
	text-align: left;
	font-weight: bold;
}
td.Numerog, td.NumeroG, p.Numerog, p.NumeroG {
	width: 75px;
}


.NumeroK, .Numerok, .MsoTableGrid td p.NumeroK, .MsoTableGrid td p.Numerok {
	width: 100px;
	text-align: right;
	font-weight: bold;
	display: block;
	float: right;
}

.NormlnB12 {
	
}
.NormlnC11 {
	font-size: 90%;
	margin: 5px;
	margin-top: 0px;
}

.NzevjdlaChar, .Nzevjdla, MsoHeader {
	font-weight: bold;
}
.Normlnpizza, .Normlnpizza b {
	font-weight: normal;
}

.page, .Pageend {
	page-break-before: always;
	border-bottom: 5px dotted white;
	width: 5px;
}

/*tisk*/
@media print {
#head {text-align: center;}
.logo {display: block;float: left;width: 300px; text-align: left; margin: 0px; font-size: 20px; font-family: Arial Black}
.adresa {float: right;margin: 0px;}
.menu {display: none; clear: both;}
.top {display: none; clear: both;}
}
