html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: url('images/page_bg.jpg') repeat-x #0e1015;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

div#content {
	width: 886px;
	padding: 25px 32px 45px 32px;
	margin: 0 auto;
	background-color: #ffffff;
}

h1 {
	margin: 0px;
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 24px;
	color: #0b1041;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #444444;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3.podnaslov {
	margin: 0px;
	padding: 15px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #053041;
}

.text-line-height { line-height: 18px; }

a.big-button:link, a.big-button:visited {
	display: block;
	width: 108px;
	height: 34px;
	background: url('images/big_button.gif');
	line-height: 34px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 37px;
}

a.big-button:hover { color: #ff6600; }


div#box { width: 265px; border: 1px solid #cccccc; margin-bottom: 20px; }
div#box div#box-header { font-size: 11px; font-weight: bold; color: #505050; background: url('images/box_head_bg.gif') repeat-x; height: 37px; line-height: 37px; padding-left: 14px; }
div#box div#box-content { padding: 25px 0 20px 0; }


a.newsLink:link, a.newsLink:visited { display: block; padding: 0 14px 12px 14px; font-size: 11px; color: #7c7c7c; text-decoration: none; }
a.newsLink:hover { color: #b45516; text-decoration: none; }


.whiteText { color: #fff; }
.orangeText { color: #b45516; }
.text11 { font-size: 11px; }


a.orangeLink:link, a.orangeLink:visited {
	display: block;
	padding: 0 0 12px 0;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}

a.orangeLink:hover { color: #b45516; text-decoration: none;	}


a.regularOrangeLink:link, a.regularOrangeLink:visited {
	color: #b45516;
	text-decoration: none;
}
a.regularOrangeLink:hover { color: #444444; text-decoration: none;	}


a.regularGrayLink:link, a.regularGrayLink:visited {
	color: #444444;
	text-decoration: none;
}
a.regularGrayLink:hover { color: #b45516; text-decoration: none;	}


a.whiteLink:link, a.whiteLink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.whiteLink:hover {
	text-decoration: underline;
}

.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff;
}

a.menu:link, a.menu:visited { color: #fff; text-decoration: none; }
a.menu:hover { color: #e5cf55; }
a.menu_spacer { padding-right: 43px; }

h1.naslov {
	
}

.lightNaslov {
	font-size: 14px;
	color: #666666;
}

.whatsNewBox {
	width: 272px; height: 78px; float: left; padding: 10px;
	border: 1px solid #fff;
}

.whatsNewBox:hover {
	border: 1px solid #cccccc;
	color: #b45516;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}