@charset "windows-1250";
html {
	background-image: url(../img/bg/html-tile.png);
	background-repeat: repeat-x;
	background-color: #BFBFBF;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	width: 100%;
	margin: 0px;
	/*padding: 60px 0 0 0;*/
	padding: 0;
	background-image: url(../img/bg/body-shadow-tile.png);
	background-position: top center;
	background-repeat: repeat-y;
}
a, a:link {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	color:#000000;
}
a img {
	border: 0px none;
}
h1 {
	float:none;
	clear: both;
	display: block;
	margin:10px 0 5px 15px;
	font-size: 60px;
	color:#000000;
	padding: 0;
	font-weight: normal;
}
h1 span {
	display: none;
}
h2 {
	float:none;
	clear: both;
	display: block;
	margin:0 0 0 15px;
	font-size: 26px;
	color:#000000;
	padding: 10px 0;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 5px 5px;
	margin: 0;
	clear: both;
	display: block;
	float: none;
	color:#000000;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	clear: both;
	display: block;
	float: none;
	color:#000000;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
	clear: both;
	display: block;
	float: none;
	color:#000000;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	clear: both;
	display: block;
	float: none;
	color:#000000;
}
p {
	margin: 0;
	padding: 0;
}
input, textarea, select, option, form {
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}
/* svi tagovi, font-family */
a, p, i, b, em, u, strong, italic, div, li, ul, ol, input, textarea, form, select, option, table, td, tr, th, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}
object, embed {
	outline: none;
}
table, tr, td {
	border: 0px none;
}
