html {
	margin: 0;
	padding: 0;
	border: none;
	overflow: auto; /* hide MSIE scroll bar until needed */
}

body {
	background: rgb(33,69,114) url("background.gif") repeat-x left top;
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 15px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: white;
	padding: 6px 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: rgb(33,69,114) 3px solid;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: black;
	background: white;
	padding: 0;
	margin: 0;
	border: none;
}

table.ponuda {
	margin-left: -4px;
}

table.ponuda td {
	vertical-align: top;
	color: black;
	background: white;
}

.ponuda p {
	margin-top: 0;
}

.ponuda table.img-box td {
	vertical-align: top;
}

div.ponuda {
	padding-bottom: 1em;
}

.ponuda h2 {
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

div.galerija {
	text-align: center;
}

#page {
	margin: auto;
	width: 1001px;
}

#contents {
	float: left;
	height: 504px;
	width: 469px; /* 479px - padding */
	background: white;
	padding: 0 2px 0 8px;
	overflow: auto;
}

#top {
	height: 49px;
	background: rgb(33,69,114) url("top.gif") no-repeat left top;
}

#middle {
	/* msie 6 problems -- width: 1001px; */
	width: 1010px;
	height: 504px;
	overflow: visible;
}

#left {
	float: left;
	height: 504px;
	width: 21px;
	background: rgb(33,69,114) url("left.gif") no-repeat left top;
}

#logo {
	float: left;
	height: 504px;
	width: 261px;
	background: rgb(33,69,114) url("stanic.jpg") no-repeat left top;
}

#right {
	float: left;
	height: 504px;
	width: 20px;
	background: rgb(33,69,114) url("right.gif") no-repeat left top;
}

.menu {
	float: left;
	height: 478px; /* 504px - padding*/
	width: 200px; /* 220px - padding*/
	margin: 0;
	padding: 13px 10px;
	background: rgb(33,69,114);
	display: block;
}

.menu li {
	list-style-type: none;
	display: block;
	background: transparent url("linkgroove.gif") no-repeat left bottom;
}

.menu a, .menu .fakelink {
	height: 25px;
	padding: 8px 8px 8px 35px;
	color: white;
	font-size: 21px;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

.menu .fakelink {
	cursor: default;
	font-weight: bold;
	background: transparent url("marker.gif") no-repeat 0% 50%;
}

.menu a:hover {
	font-weight: bold;
}

#bottom a {
	color: white;
	background: transparent;
	text-decoration: none;
	/*font-weight: bold;*/
}
#bottom a:hover {
	text-decoration: underline;
}

#bottom {
	height: 17px; /* 27px - padding */
	background: rgb(33,69,114) url("bottom.gif") no-repeat left top;
	color: white;
	padding: 10px 20px 0 0;
	text-align: right;
	font-size: 12px;
}

#bottom .copyright {
	padding-left: 21px;
	float: left;
}

form.contact_form {
}

form.contact_form label {
	display: block;
}

form.contact_form th {
	text-align: left;
}

form.contact_form td.wide {
	text-align: right;
}

form.contact_form label {
	width: 150px;
	text-align: center;
}

form.contact_form textarea {
	width: 450px;
	overflow: auto;
}
form.contact_form input.text {
	width: 300px;
}

form.contact_form .submit {
	text-align: center;
}
form.contact_form .submit input {
	padding: 0 3em;
}

strong {
	text-transform: uppercase;
	font-weight: normal;
}

.textmodule a.editlink {
	float: right;
}

a.editlink {
	font-size: 70%;
	text-decoration: none;
	border: 1px solid blue;
	padding: 0 1px;
}

a.editlink:hover {
	border-color: blue;
	color: white;
	background: blue;
}

.sendstatus {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid black;
}

.failed {
	font-weight: bold;
	color: red;
}
