@charset "utf-8";
body {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #E7E7E7;
	margin: 0px;
}
.border {
	padding: 3px;
	border: 1px solid #0033CC;
	margin: 5px;
}
#head {
	width: 804px;
	margin: 0px auto;
	margin-top: 45px;
	height: 91px;
	background-image: url(images/top-box.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 804px;
	margin: 0px auto;
	height: auto;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
}
#bottom {
	width: 804px;
	margin: 0px auto;
}
#copyright {
	width: 804px;
	height: 22px;
	margin: 0px auto;
	padding-left: 30px;
}
#content #container-text {
	background-image: url(images/desc-box.jpg);
	width: 546px;
	height: 216px;
}
.text-box {
	display: block;
	width: 150px;
	text-align: justify;
	padding-left: 20px;
	padding-top: 50px;
}
#head #menu {
	float: right;
	width: 555px;
	height: 25px;
}
.menul {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 8px;
}
a.menul:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 8px;
}
a.menul:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
.textt {
	display: block;
	width: 530px;
	text-align: justify;
	padding-left: 45px;
	padding-bottom: 15px;
}
.naslov {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #3472AF;
	padding-left: 45px;
	display: block;
	padding-bottom: 8px;
	width: 530px;
}
#content #kontakt {
	background-image: url(images/contact-box.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-left: 20px;
	padding-top: 43px;
}
.border-show {
	padding: 3px;
	border: 1px solid #3472AF;
	float: right;
	margin-right: 45px;
	margin-bottom: 5px;
}
