html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, /*ol, ul, li,*/ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* colors
FF7400!	BF7130	A64B00	FF9640!	FFB273! naranèaste
009999!	1D7373	006363	33CCCC	5CCCCC 
#00bfff plava
*/

/* general */
body
{
	width: 1024px;
	margin: auto;
	font-family: Verdana;
	background-color: #ABB8B8;
	padding: 8px 0px;
}
a
{
	color: blue;
}
a:hover{
	
	color: #030}
h1
{
	color: #165B5B;
	font-size: 20px;
	margin-bottom: 10px;
}

/*header elements*/
#header
{
	border: 1px outset #00bfff;
	width: 100%;
	height: 140px;
	background:  url('logo.jpeg') no-repeat;
	padding-right: 16px;
	margin-bottom: 8px;
	border-radius: 10px;
}

/*main elements*/
#main
{
	border: 1px outset #AD6326;
	width: 100%;
	min-height: 400px;
	padding: 8px;
	background-color: #fff;
	background: #fff url('back.png') repeat-y;
	border-radius: 10px;
}

#content
{
	width: 710px;
	float: left;
	font-size: 12px;
	/*border: solid 1px black;*/
}
#content h2
{
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #165B5B;
	margin-bottom: 8px;
}
#content p
{
	font-size: 12px;
	margin-bottom: 8px;
	text-align: justify;
	text-indent: 15px;
}

.oimages
{
	list-style-type: none;
	padding: 0px;
}
.oimages li
{
	padding: 5px;
	display: inline;
	float: left;
	text-align: left;
}
/*#content ul
{
	text-indent: 18px;
	margin-bottom: 8px;
}*/
#sidebar
{
	float: right;
	width: 300px;
	bottom: 0px;
	/*border: solid 1px black;*/
}
#sidebar h3
{
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #165B5B;
	margin-bottom: 5px;
}
/*#sidebar ul
{
	text-indent: 14px;
}*/

/*footer elements*/
#footer
{
	border: 1px outset #AD6326;
	width: 100%;
	min-height: 120px;
	overflow: auto;
	padding: 8px;
	font-size: 11px;
	color: #2f98f5;
	background-color: white;
	margin-top: 8px;
	border-radius: 10px;
}
#footer p:first-child
{
	color: #000;
}
#footer a
{
	color: #044075;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.clear
{
	clear: both;
}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}

.table1 {
    text-align: center;
}
