@charset "utf-8";
body {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ebebeb;
	text-align: justify;
	display: block;
}
#container {
	background: #FFFFFF;
	display: block;
	margin: 0px auto auto;
	height: 630px;
	width: 975px;
	position: relative;
}

#topmenu {
	font-size: 14px;
	color: #FFFFFF;
	background: url(../slike/menu.jpg) no-repeat;
	display: block;
	margin: 0px auto auto;
	height: 191px;
	width: 251px;
	position: relative;
	float: left;
	list-style-position: outside;
	text-align: left;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(../slike/icon.jpg);
	
}
#shade {
	background: url(../slike/menu_shade.png) no-repeat;
	display: block;
	float: left;
	height: 191px;
	width: 17px;
	position: relative;
	margin: 0px auto auto;
}

.backpad {
	background: #00FFFF;
	display: block;
}
.backpad1 {
	background: #e6e6e6;
	display: block;
}
#topimage {
	background: #FFFFFF no-repeat;
	display: block;
	margin: 0px auto auto;
	float: left;
	height: 160px;
	width: 694px;
	position: relative;
	top: 30px;
	left: -17px;
}
#header {
	display: block;
	margin: 0px auto auto;
	height: 191px;
	width: 962px;
	position: relative;
	top: 10px;
	float: left;
	left: 20px;
	text-align: right;
}

.h1ac {
	font: italic bolder xx-large Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
}
.h2ac {
	font: bolder xx-large Arial, Helvetica, sans-serif;
	color: #66ccff;
}

#content {
	background: #FFFFFF;
	display: block;
	margin: 0px auto auto;
	float: left;
	height: 360px;
	width: 600px;
	position: relative;
	left: 10px;
	padding: 10px;
	overflow: auto;
	top: 20px;
}
#footer {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ebebeb;
	text-align: left;
	display: block;
	margin: 0px auto auto;
	height: 35px;
	width: 950px;
	position: relative;
	float: left;
	left: 10px;
	text-indent: 20px;
	top: 20px;
}


#contact {
	background: #FFFFFF;
	display: block;
	margin: 0px auto auto;
	float: left;
	height: 290px;
	width: 250px;
	position: relative;
	left: 30px;
	vertical-align: top;
	text-align: left;
	list-style-type: square;
	list-style-image: url(../slike/icon2.jpg);
	border-left: thin solid #CCCCCC;
	padding-left: 10px;
	top: 50px;
}

a:link {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099cc;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0099cc;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background: #66ccff;
}
.hovermenu a:hover{
	background: url(../slike/iconx.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;
	}

