
body {
   background : #fff url('../images/bg1.png') repeat fixed;
}

#header[id] {
	background: transparent url('../images/top.png') no-repeat top left;
}

#header {
	width:557px;
	*width:767px;
/* 	height: 444px; */
        border-style: solid;
        border-color: black;
	border-width: 1px 1px 0px 1px;
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/top.png');
	padding-top: 180px;
	padding-left: 210px;
	text-align: left;
	text-indent: 40px;
}

#header img{
	margin: 0px 3px;
	border: none;
}

#header img.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border : solid 2px;
}

#languageselector {
	position: relative;
	top: 10px;
	left: 100px;
	border : none;
	width: 100px;
	height: 30px;
	float : left;
/*  pozicioniranja  negativna margina*/
	margin-left : -300px;
	margin-top : -200px;
/* za ie (ako pravi problem) pises duplicat iz ovog sa drugom velicinom margina ali ipred toga zvezdica */
/*  primer za IE:      *margin-top : -130px;             */
}


#content {
        border-style: solid;
        border-color: black;
	border-width: 0px 1px 1px 1px;
	width:727px;
	*width:767px;
	background: #e5e5e5 url('../images/bgnew.png') repeat;
	padding: 20px;
	*margin-left: 16px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}




#content a {
	color: #ff6600;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	font-weight: bold;
}
#content img {
	padding: 3px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content p {
	text-align: justify;
	text-indent: 20px;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
#content table {
	border: 1px solid #000000;
	border-collapse:collapse;
}
#content table td {
	padding: 5px;
	border: 1px solid #000000;
	text-align: justify;
}
#content table th {
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #fd3;
	text-align: center;
}
#content table tfoot td {
	background-color: #fc3;
	font-size: 11px;
}

#bottommeni {
	background: #ff6600;
	height: 1em;
	color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}

#bottommeni a{
	color: white;
	text-decoration: none;
}

#bottommeni a:hover{
	color: black;
	font-weight: normal;
}

#content div.leftright {
/* 	border: solid 2px; */
}

#content div.leftright table{
	border: none 0px;
	width: 100%;
}

#content div.leftright table td{
	border: none 0px;
	padding: 45px;
	vertical-align: top;
}

#content div.leftright table td.firstcol{
	border-right: solid 4px #ff6600;
	width: 250px;
}

