/*
franosa.hr
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #000;
	font-family:  Arial, Trebuchet MS, Helvetica, sans-serif;
	background-color: #ebebeb;
	text-align: center;
	background-image: url(Slike/body_pozadina.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	font-size: 0.8em;
}
p {
	padding: 7px 0 7px 0;
	
}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
	color: #CC0000;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
	color: #CC0000;
	font-weight: bold;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 850px;
	margin: 0 auto;
	min-height: 95%;
	background: #FFFFFF repeat-y center;
	text-align: left;
	border-right: 1px solid #0a3671;
	border-left: 1px solid #0a3671;
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	height: 232px;
	width: 850px;
	float: left;
	background: url(Slike/zaglavlje2.jpg) no-repeat center top;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
padding-bottom: 10px;
}
* html .outer {
padding-right: 20px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 685px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 2px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 585px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 415px;
	padding-bottom: 2px;
	padding-left: 20px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
	padding: 5px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
	/* [disabled]font-size: 0.8em; */
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 130px;
	background: #E8E8E8;/*border: 1px solid #000000;*/
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style-type: none;
padding-top:5px;
}	

#left li {
	display:list-item;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

#left a {
	width: 120px;
	/*height: 40px;*/
     display: block;
	text-align: left;
	text-decoration: none;
	color: #132f61;
	background: #E8E8E8;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	 }
	 
#left a:hover {
     background: #132f61;
     border-left: 1px solid #FFFFFF;
     color: #FFFFFF;
     }

#left a:active {
     background: #0a3671;
     border-left: 1px solid #4D95CF; 
     color: #fff;
     }
/*#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}*/
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 210px;
padding: 5px;
text-align: left;
margin-left: -80px;
/*background: url(Slike/sve_desno.jpg) no-repeat center top;*/
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -100px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 40px;
}
#right li {
padding-bottom: 2px;
}
#right img {
}
/**************************
FOOTER
**************************/
#imagefooter {
	width: 850px;
	height: 100px;
	margin: 0px auto 0;
	text-align: center;
	background-color: #FFFFFF;
	border-right: 1px solid #0a3671;
	border-left: 1px solid #0a3671;
	background-image: url(Slike/sl_dno.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	width: 850px;
	height: 30px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	background-color: #0a3671;
	border: 1px solid #0a3671;
}

.bijelitekst {
	color: #000000;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
}
.linkovi {
	font: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.podebljano {
	color: #CC0000;
	font-size: 1em;
	font-weight: bold;
}
.akcija {
	font: bold 2em;
	color: #CC0000;
	text-decoration: underline;
}
.akcija_tekst {
	font-size: 1em;
}
input[type="text"]{
background-color: #F8F8F8;
border: 1px solid #A6D5F3;
}
input[type="submit"]{
background-color: #A6D5F3;
border: 2px solid #A6D5F3;
color: #182D58;
}
textarea{
background-color: #F8F8F8 ;
border: 1px solid #A6D5F3;
}

