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


#custom-doc { width:74.54em;*width:72.74em;min-width:960px; margin: -20px auto -40px auto; text-align:left; } 
	

body {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: black;
	margin: 0;
	padding: 0;
//	font-family: Georgia, "Times New Roman", Times, serif;
//	font-family: Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#hd {
	position: relative;
}

#header {
	background-image: url(../images/logo-gg.png);
	background-repeat:no-repeat;
	height: 146px;
	position: relative;
	margin-left: 12px;
}


#header a.rss{
	position: absolute;
	top: 0;
	right: 20px;
	width: 85px;
	height: 62px;
	text-indent: -10000px;
	background: url(../images/rss.png) no-repeat;
}

#header h1 {
	margin-left: -10000px;
}



ul#izbornik {
	margin: 0;
	width: 501px;
	height: 55px;
	padding: 0;
	position: absolute;
	bottom: -22px;
	left: 0px;
	background-image: url(../images/menu-bg-normal.png);
	background-repeat: no-repeat;
	display: block;
}

ul#izbornik  li{
	display: block;
	line-height: 2em;
	list-style: none;
	text-align:center;
	float: left;
	height: 55px;
	width: 123px;
}

ul#izbornik  li a {
	display: block;
	width: 123px;
	heigth: 55px;
	line-height: 2.4em;
	font-weight: bold;
	text-decoration:none;
	font-size: 102%;
	color: black;
	margin: 0.6em 0 0 0;
	padding-bottom: -10px;
}

ul#izbornik li a:hover, ul#izbornik li a.selected {
	background: url(../images/home-ro.gif) no-repeat bottom center;
}



body#front #headline {
	z-index: 1;
	background: url(../images/headline.png) no-repeat;
	margin: 0 0 0 -5px;
	height: 300px;
	width: 984px;
	position: relative;
	
}

body#other #headline {
	z-index: 1;
	background: url(../images/headline-str.png) no-repeat;
	margin: 0 0 0 -5px;
	height: 128px;
	width: 984px;
	position: relative;

}


body#front #headline h2 {
	position: absolute;
	top: 2em;
	font-size: 190%;
	left: 70px;
	width: 350px;
}

body#other #headline h2 {
	position: absolute;
	font-size: 190%;
	left: 70px;
	width: 650px;
	line-height: 3em;
	vertical-align: middle;
}

body#front #headline p {
	position: absolute;
	font-size: 140%;
	width: 23em;
	top: 7em;
	left: 70px;
}


#slika {
    background: url(../images/slika-desno.png) no-repeat top left;
	position: absolute;
	top: -90px;
	right: 0px;
	width: 452px;
	height: 437px;

	
}

/* POCETAK - stiliziranje tri izbornika - posao / studenti / privatno - na naslovnici */

ul#triizbora {
	/*background: url(../images/divider.png) no-repeat bottom center;*/
	background-color: white;
	margin-left: 8px;
	margin-top: -40px;
	margin-bottom: 0px;
	padding: 90px 0 0 0;
	list-style: none;
	height: 140px;
	width: 959px;
	border-left: 1px solid #cc9966;
	border-right: 1px solid #cc9966;

}

ul#triizbora > li{
	list-style: none;
	position: relative;
	width: 319px;
	height: 140px;
	display: block;
	float: left;
	overflow:hidden;
//	background-color: yellow;
	}

ul#triizbora > li > a {

	display: block;
	overflow:hidden;
//background-color: green;
//	width: 360px;
}

ul#triizbora > li > a > span.h3 {
//	background-color: blue;
	float: left;
	display: block;
	width: 90px;
	margin-left: 10px;
	height: 117px;
	text-indent: -11000px;
	overflow:hidden;

}

ul#triizbora > li > a > span.desc {

	float: left;
	display: block;
	width: 199px;
//	height: 140px;
	padding: 40px 0px 0 10px;
	overflow:hidden;
//	background-color: gray;
}

li.page2 a span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 0;
}

li.page2 a:hover span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 -117px;
}

li.page3 a span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat -180px 0;
}

li.page3 a:hover span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat -180px -117px;
}

li.page4 a span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat -90px 0;
}

li.page4 a:hover span.h3 {
	background: url(../images/posao-studenti-privatno.png) no-repeat -90px -117px;
}

ul#triizbora a {
	color: black;
	text-decoration: none;
}

ul#triizbora a:hover span.desc {
	color: #663300;
	text-decoration: none;
//	text-shadow: 0.1em 0.1em 0.1em #CCC;
}

ul#triizbora li ul {
	position: absolute;
	top: 0px;
	left: 346px;
	display: block;
	float: left;
	width: 213px;
	margin: 5px;
	padding: 20px 0 0 15px;
	height: 135px;
	background: url(../images/ulmenu.jpg) no-repeat top left;
}

ul#triizbora li ul li {
	list-style: none;
	margin: 2px;
	padding: 3px 0 0 54px;
//	background-color: #DDDDDD;
	font-size: 90%;
	color: black;
}

ul#triizbora li ul li a {
	display: block;
//	background-color: red;
}

/* KRAJ - stiliziranje tri izbornika - posao / studenti / privatno - na naslovnici */

#crumbtrail {
	font-size: 95%;
	margin: -3em 0 1em 3em;
	padding-top: 150px;
//	text-shadow: 0.1em 0.1em 0.1em #CCC;
}

#crumbtrail a {
	text-decoration: none;
	color: #996600;
}

#crumbtrail a:hover {
	text-decoration: underline;
}

#sakrijMenu  {
        position: absolute;
        top: 428px;
        left: 9px;
        font-size: 90%;
        background: url(../images/hideshow.jpg) no-repeat -3px 0;
        width: 220px;
        height: 31px;
        }

#sakrijMenu a {
        text-decoration: none;
        display: block;
        color: black;
        margin: 9px 0 0 68px;
        padding: 5px 0 0 0;
}

body#other #sakrijMenu {
	top: 256px;
}

#bd {
	background: url(../images/divider50.png) no-repeat top center;
	background-color: white;
	width: 959px;
   	margin-left: 8px;
	margin-top: -98px; //-150
	padding-top: -170px; //90
	z-index: 0;
	border-left: 1px solid #cc9966;
	border-right: 1px solid #cc9966;
}

/* Uređivanje svega u glavnom dijelu - #content */

#content {
	background-color: white;
}

#content  {
	padding: 1em 2em 2em 3em;
}

#content dl {
	padding: 0;
	margin: 0;
}
	
#content dt {
	font-size: 95%;
}

#content p {
	margin: 1em 0 0 0;
}

#content ul, #content ol {
	margin: 1em 0 1em 4em;
	//padding: 0;
}

#content li {
	}
	
#content dl dt.h3, #content > h3 {
	font-size: 140%;
	color: #996600;
//	text-shadow: 0.1em 0.1em 0.1em #CCC;
	margin: 2em 0 0 0;
}

#content > h4 {
	font-size: 120%;
	color #996600;
//        text-shadow: 0.1em 0.1em 0.1em #CCC;
        margin: 2em 0 0 0;
}

#content > h3 {
	margin: 1em 0 0 0;
}

#content dl dt.h3 a, #content ul li a, #content p a {
	text-decoration: none;
	color: #996600;
}

#content dl dt.h3 a:hover  {
	text-decoration: underline;
	color: #C60;
}


#content dd {
	font-size: 105%;
	margin-left: 0;
}

#content dd a {
	text-decoration: none;
	color: #996600;
//	background: url(../images/link-underline2.png) repeat-x left bottom;
}

#content dd a:hover, #content ul li a:hover {
//	text-shadow: 0.1em 0.1em 0.1em #CCC;
}

#content dd.more a {
	display: block;
	font-size: 100%;
	color: #996600;
	text-align: right;
	line-height: 2em;
	text-decoration: underline;
	background: none;
	}

#content img {
	margin: 8px;
}

/* #content a[href^="http:"] {
	background: url(../images/external.png) no-repeat top right;
	padding-right: 14px;
} */

/* Kraj - uređivanje svega u glavnom dijelu - #content */

/* Uređivanje svega u desnom stupcu - #sidebar */

#sidebar {
	background-color: white;
}

#sidebar div {
	width: 280px;
	padding: 10px;
}

#sidebar div p {
	margin: 0;
	padding: 0;
}

#sidebar div h4 {
	width: 100px;
	text-indent: -11600px;
	heigth: 18px;
	margin: 1em 0 1em 0;
	}
	
#sidebar div.fotografije img {
	margin: auto;
	display: block;
}
	
#sidebar div.fotografije h4 {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 -250px;
}

#sidebar div.zaklikanje h4 {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0px -270px;
}
#sidebar div.zaklikanje ul {
	margin: 0;
	padding: 0;
}

#sidebar div.zaklikanje ul li{
	display: block;
	list-style: none;
	margin: auto;
}

#sidebar div.zaklikanje ul li a {
	display: block;
}

#sidebar div.zaklikanje ul li img {
	margin: 20px auto;
	display: block;
}

/*
a[href^="http://www.hr"] {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 -350px;
	text-indent: -15500px;
	height: 49px;
	width: 234px;
	}

	
a[href^="http://www.rodoslovlje.hr"] {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 -400px;
	text-indent: -15500px;
	height: 60px;
	width: 234px;
	}	
	
a[href^="http://www.flickr.com"] {
	background: url(../images/posao-studenti-privatno.png) no-repeat 0 -300px;
	text-indent: -11000px;
	height: 45px;
	width: 125px;
	}	
*/

#sidebar a {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
	
	
#sidebar a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

	
#sidebar dd {
	margin: 0;
	padding: 0;
}

/* Uređivanje svega u desnom stupcu - #sidebar */

#ft {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	height: 359px;
		width: 984px;
		margin: 0 0 20px -4px;
		position: relative;
}

#ft p.contact {
	position: relative;
	width: 113px;
	height: 170px;

	font-size: 80%;
	top: 66px;
	left: 94px;
}


#ft div {
	position: absolute;
	width: 200px;
	height: 170px;
	font-size: 80%;
	font-size: 0.86em;

}

#ft div.links {
	top: 65px;
	left: 270px;
}

#ft div.ostalo {
	top: 65px;
	left: 510px;
}

#ft div ul {
	margin: 0;
	padding: 0;
}

#ft div ul li {
	list-style: none;
}

#ft ul a {
	color: black;
	text-decoration: none;
	}
	
#ft ul a:hover {
	text-decoration: underline;
}

#ft div p {
	background: url(../images/posao-studenti-privatno.png) no-repeat -100px -250px;
	line-height: 18px;
	width: 100px;
	text-indent: -11000px;
	heigth: 18px;
	}

#ft p.copyright {
	position: absolute;
    padding-top: 0px;

	height: 2em;
	line-height: 2em;
	width: 984px;
	left: 0;
	bottom: 0px;
	font-size: 86%;
	color: #777777;
	text-align: center;
}

#ft a.facebook  {
	position: absolute;
	top: 78px;
	right: 228px;
	width: 50px;
	height: 53px;
	text-indent: -10000px;
}

#ft a.twitter  {
	position: absolute;
	top: 126px;
	right: 204px;
	width: 50px;
	height: 53px;
	text-indent: -10000px;
}
#ft a.linkedin  {
	position: absolute;
	top: 183px;
	right: 183px;
	width: 50px;
	height: 53px;
	text-indent: -10000px;
}
#ft a.flickr  {
	position: absolute;
	top: 232px;
	right: 158px;
	width: 50px;
	height: 53px;
	text-indent: -10000px;
}

img, div, ul, dt { behavior: url(static/css/iepngfix.htc) }

div.vcard {display: none;}
