/* ------------- RESET -------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

* {margin: 0; outline: none;}

html, body {
  height: 100%;
}

/* ----------- PAGE LAYOUT ----------- */

#wrapper {
  background: url(img/bg-wrapper.png) repeat-y 0% 0%;
  width: 960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -1px;
  overflow: hidden;
}

#column1, #column2, #column3 {
  float: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */
}

#column1 {float: left; margin: 15px 0; width: 200px;}

#column2 {
  background: url(img/column2-bottom.jpg) no-repeat bottom right;
  float: left;
  margin: 15px 20px 1px 20px;
  padding-bottom: 80px;
  width: 520px;
}

#column3 {
  float: left;
  margin: 15px 0;
  width: 200px;
}

/* STICKY FOOTER */

#footer {
  background: transparent url(img/bg-footer.gif) no-repeat 0% 0%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: 960px;
}

#footer, #push {
  height: 60px;/* #push must be the same height as #footer */
}

/* ---------- FONTS/COLORS ----------- */

body {
  background: #DDFFFF url(img/background.png) repeat-y center center;
  color: #333;
  font: normal 13px/1.3em arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #CC2446;
  line-height: 1em;

  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {font-size: 240%; font-weight: normal;}

h2 {font-size: 180%; margin-top: 0; font-weight: normal;}

h3 {font-size: 140%;}

h4, h5 {
  border-top: 1px solid #333;
  font-size: 100%;
  font-weight: bold;
  padding-top: 5px;
}

h6 {
 
  font-size: 100%;
  font-weight: bold;
  padding-top: 0px;
}


#column1 {color: #fff;}

#column1 h4 {
  border: 0;
  color: #aec6a1;
  margin: 10px 10px 5px 10px;
}

#column3 h4 {
  background: url(img/column3-h4.png) no-repeat 0% 0%;
  border: 0;
  color: #fff;
  height: 20px;
  padding: 6px 0 0 20px;
}

/* ------------- LINKS ------------- */

a:link {
  color: #666600;


  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

a:visited {
  color: #666600;
  font-weight: normal;

  text-decoration: none;
}

a:hover {color: #666600; text-decoration: underline;}

a:active {color: #666600;}

#column1 a:link {
  color: #ffc;
  font-weight: normal;

  text-decoration: none;
}

#column1 a:visited {
  color: #ffc;
  font-weight: normal;

  text-decoration: none;
}

#column1 a:hover {color: #fff; text-decoration: underline;}

#column1 a:active {
  color: #ffc;
}

/* -------------- HEADER ------------- */

#header {
  background: url(img/header.jpg) no-repeat 0% 0%;
  float: left;
  height: 163px;
}

#header #left {float: left; width: 700px;}

#header #right {
  float: left;
  padding: 35px 20px 0 10px;
  width: 230px;
  color: #FFFFFF;
}

#header h1 {
  color: #fff;
  margin: 0 0 5px 0;
  padding: 35px 0 0 20px;
}

#header h2 {
  color: #fff;
  margin: 0;
  padding: 0 0 0 20px;
}

/* ------------ NAVIGATION ----------- */

/* NAVIGATION 1 */

#navigation1 {
  background: url(img/bg-navigation1.png) no-repeat 0% 0%;
  height: 48px;
  float: left;
  width: 960px;
}

#menu1 {margin-left: 6px;}

#menu1 li {
  background: url(img/bg-button.gif) no-repeat 0% 0%;
  display: inline;
  float: left;
  height: 27px;
  list-style-type: none;
  margin-right: 5px;
  padding: 10px 0 0 0;
  text-align: center;
  width: 160px;
}

#menu1 li a, #menu1 li a:link, #menu1 li a:active, #menu1 li a:visited {
  color: #fff;
  text-decoration: none;
}

#menu1 li:hover {
  background: url(img/bg-button.gif) no-repeat 0% -37px;
}

#menu1:link:focus, #menu1:visited:focus {
  background: transparent;
}

/* NAVIGATION 2 */

#navigation2 {width: 200px;}

#menu2 {
  background: url(img/bg-navigation2-top.png) no-repeat top left;
}

#menu2 li {
  background: url(img/bg-navigation2.png) no-repeat bottom left;
  height: 39px;
}

#menu2 li a, #menu2 li a:link, #menu2 li a:active, #menu2 li a:visited {
  color: #FFFF00;
  display: block;
  padding: 10px 0 10px 10px;
  text-decoration: none;
  width: 190px;
}

#menu2 li a:hover {
  background: url(img/bg-navigation2-on.png) no-repeat bottom left;
  color: #fff;
  text-decoration: none;
}

/* ----------- SITE STYLES ----------- */

p {margin-bottom: 20px;}

strong, bold, i, em {
  font-weight: bold;
 
}

#column1 p {padding: 0 10px 10px 10px;}

#column2 ul {clear: both; padding-left: 0; margin: 10px 0;}

#column2 li {
  list-style-type: square;
  margin: 5px 0 5px 25px;
}

blockquote {padding: 0 20px;}

blockquote p {
  font-size: 100%;
  font-style: italic;
 
}

img {border: 0;}

/* ------------- CLASSES ------------- */

.img-left {float: left; margin: 5px 10px 0 0;}

.img-right {float: right; margin: 5px 0 0 10px;}
.img-center {float: left; margin: 200px;}

.border-bottom {
  border-bottom: 1px solid #aec6a1;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.sidebox {
  background: url(img/bg-sidebox.png) no-repeat left bottom;
  margin-bottom: 20px;
}

.sidebox p {
  margin-top: -15px;
  padding: 0 10px 10px 10px;
}

/* ------------ GRID EXAMPLE ----------- 

Source/examples: http://grid.mindplay.dk

Two columns/width: 520px

Columns: 0, 251, 15, 251, 0

(X)HTML:

<div class="clear">
<div class="grid-m1"></div>
<div class="grid-c1">
{column 1}
</div>
<div class="grid-m2"></div>
<div class="grid-c2">
{column 2}
</div>
</div>

---------------------------------------*/

.grid-m1 {float: left; width: 0px; height: 1px;}

.grid-c1 {float: left; width: 251px;}

.grid-m2 {float: left; width: 15px; height: 1px;}

.grid-c2 {
  float: left;
  width: 251px;
}

/* ------------- CLEARFIX ------------ */

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {display: inline-block;}

* html .clear {height: 1%;}



/* ------------- MOJ ------------ */


#moj{

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:100%;
overflow:hideen;
float:center;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color:#00FF00;
border: 1px red solid;
}


f-right {
float:right;
}

.svjedoktabla {
padding: 7px; background:#999999; background-color:#FFFF00; font-size: 13px;
}

.sredisnja {
padding: 7px; color: font-color: red; font-family: verdana; font-size:12px;
}

	.link4:link, .link4:visited, .link4:active { font-family: verdana; font-weight: normal; text-decoration: underline; color:#ffffff; }
    .link4:hover { text-decoration: none; }
	
		.link5:link, .link5:visited, .link5:active { font-family: verdana; font-weight: normal; text-decoration: underline; color: #FF0000; font-size: 14px;}
    .link5:hover { text-decoration: none; }
	
	.svjedoktabla1 {
padding: 7px; background: #FFFF00; color: white; font-family: border: 1px double #FFFF00;
}
	

.headlinex{
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
}	
	
	
	.link6:link, .link6:visited, .link6:active { 	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
	font-size: 17px; text-decoration: underline }
    .link6:hover {	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
	font-size: 17px; text-decoration: none; }
	
.svjetlo{
	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
	font-size: 20x;
}

	.link61:link, .link61:visited, .link61:active { 		background-color: transparent;
	color: #006201;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold; text-decoration: none; }
    .link61:hover {		background-color: transparent;
	color: #006201;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold; text-decoration: underline; }


.slikalijevo {	float:left;
		margin: 8px 12px 5px 0px;
}

.slikadesno {	float:right;
		margin: 6px 6px 5px 8px;
}

	.link9:link, .link9:visited, .link9:active { font-family: verdana; font-weight: bold; font-size:20px; text-decoration: underline; color:#009900 }
    .link9:hover { text-decoration: none; }
	
	
	.link8:link, .link8:visited, .link8:active { font-family: verdana; font-weight: bold; font-size:18px; text-decoration: underline; color:#009900 }
    .link8:hover { text-decoration: none; }
	
		.link51:link, .link51:visited, .link51:active { font-family: verdana; font-weight: normal; text-decoration: underline; color:#ffffff }
    .link51:hover { text-decoration: none; }
	
	.answer {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.darkred {
	background-color: transparent;
	color: #8B0000;
	font-style: normal;
	font-weight: bold;
}

.headline1{
	background-color: transparent;
	color: #8B0000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.headline2{
	background-color: transparent;
	color: #00478A;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.headline23{
	background-color: transparent;
	color: #82C6EA;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-align: center
}


.headline3{
	background-color: transparent;
	color: #006201;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.headline4 {
	background-color: transparent;
	color: #8B0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.headline5 {
	background-color: transparent;
	color: #00478A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.headline56 {
	background-color: transparent;
	color: #006201
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.headline55 {
	background-color: transparent;
	color: #8B0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.highlite{
	background-color: #FFEBCD;
	color: #000000;
	font-weight: bold;
}

.parasmall{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.parasmaller{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.centar { text-align: center; font-size:10px }
.centarobicni  { text-align: center; }

#moj{

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:95%;
overflow:hideen;
float:center;
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #009900;
border: 1px yellow solid;
color: #FFFFFF;
}

#mojnarucivanje{

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:95%;
overflow:hideen;
float:center;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #000000;
border: 1px blue solid;
color: #FFFFFF;
}

#mojsivi{

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:95%;
overflow:hideen;
float:center;
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #FFFFFF;
border: 1px gray solid;
color: #333333;
}

#mojpozadinski{

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:95%;
overflow:hideen;
float:center;
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #FFFFFF;
border: 1px gray solid;
color: #333333;
 background: url(img/Lilie.jpg) no-repeat left bottom;
}
