@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
NULOVANJE
------------------------------------------------------*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;	
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;	
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
a, a:hover, a:active {
	text-decoration: none;
	}


/*------------------------------------------------------
GLAVNI
------------------------------------------------------*/

body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(materijal/ferlauf1.jpg);
	background-color: #003366;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

/*------------------------------------------------------
ELEMENTI
------------------------------------------------------*/

#tijelo {
	width: 850px;
    margin: 0 auto;
	background-color: #FFFFFF;
	}
#tijeloNaslovna {
	width: 850px;
    margin: 0 auto;
	background: url(materijal/lotos.jpg) no-repeat bottom right;
	background-color: #FFFFFF;
	}
#zaglavak {
	height: 100px;
	background-image:url(materijal/header-850-fade.jpg);
	}
#zaglavak h1 {
	display: none;
	}
#hNavig {
	width: 830px;
	height: 15px;
	padding: 6px 10px 6px 10px;
	background-image: url(materijal/menu01a.gif);
	background-repeat: repeat-x;
	font: bold 14px/14px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #FF6600;
	}
#lijevo {
	width: 170px;
	padding: 10px;
	float: left;
	}
#lijevoIT {
	width: 170px;
	padding: 10px 10px 180px 10px;
	float: left;
	background: url(materijal/ikone/individualni.gif) bottom no-repeat;
	}
#lijevoT {
	width: 170px;
	padding: 10px 10px 180px 10px;
	float: left;
	background: url(materijal/ikone/tecajevi.gif) bottom no-repeat;
	}
#lijevoFS {
	width: 170px;
	padding: 10px 10px 180px 10px;
	float: left;
	background: url(materijal/ikone/feng-shui.gif) bottom no-repeat;
	}
	
#lijevoAside {
	width: 170px;
	margin-top: 20px;
	font-size: 90%;
	}
input.input {
	border: solid 1px #CCC;
	color: #666;
	font-size: 13px;
	padding: 3px;
	width: 150px;
	height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#desno {
	width: 610px;
	min-height: 400px;
	padding: 10px 30px 20px 20px;
	float: left;
	background-image: url(materijal/v-navig-bord.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
/*\*/
* html #desno {
	height: 400px;
	}
/**/
#desnoNaslovna {
	width: 400px;
	min-height: 400px;
	padding: 10px 20px 20px 20px;
	float: left;
	background-image: url(materijal/v-navig-bord.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
/*\*/
* html #desnoNaslovna {
	height: 400px;
	}
/**/
#desnoNaslovna ul li, #desno ul li {
	margin: 10px 0 0 15px;
	list-style: disc;
}
#novosti {
	width: 190px;
	padding: 7px;
	margin: 20px 10px 220px 0;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	}
#newsletter {
	width: 830px;
	padding: 0 10px 10px 20px;
	clear: left;
}
#dno {
	width: 850px;
	height: 20px;
	padding-top: 5px;
	border-top: #CCCCCC solid 2px;
	background-image: url(materijal/footer-850.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: left;
	text-align: center;
	font-size: 75%;
	}
	 

/*------------------------------------------------------
hNavig
------------------------------------------------------*/

#hNavig ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}
#hNavig ul li {
	padding: 4px 3px 5px 3px;
	display: inline;
	list-style-type: none;
	margin-right: 7px;
	}
#hNavig a {
	padding: 4px 3px 5px 3px;
	color: #738087;
	}
#hNavig a:hover {
	background-color: #FFFFFF;
	color: #333366;
	}

/*------------------------------------------------------
TEKST
------------------------------------------------------*/

h1 {
	margin: 5px 0 3px 0;
	font-size: 140%;
	font-weight: bold;
	color: #FF6600;
	}
h2 {
	margin: 4px 0 2px 0;
	font-size: 100%;
	font-weight: bold;
	color: #F93;
	}
a {
	font-weight: bold;
	color: #333399;
	}
a:hover {
	color: #999999;
	}
p {
	margin-bottom: 7px;
	}
.B_crumbBox a, .B_firstCrumb a, .B_homeCrumb a {
	color: #738087;
	font-weight: normal;
	}
.B_crumbBox a:hover, .B_firstCrumb a:hover, .B_homeCrumb a:hover {
	color: #333366;
	font-weight: normal;
	}
.B_crumbBox, .B_firstCrumb, .B_homeCrumb {
	font-size: 10px;
	font-weight: normal;
	color: #738087;
	margin: 0;
	padding: 0;
	}
.B_currentCrumb, B_lastCrumb {
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	margin: 0;
	padding: 0;
	}
#desno ul {
	list-style: disc;
	list-style-position: inside;
	}
