/* CSS Document */
/* Project: Prihvatilište Marijin */
/* Created By: Višeslav Racic */
/* Created On: 25.11.2009. */
/* Last Revision: 25/11/2009 */
/* ************************************ */

*{
	margin: 0;
	padding: 0;
}

/* General Styles */
/* ************************************ */
body{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:62.5%;
}

h1{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #660000;
	font-size: 20px;
	font-weight:bold;
}

h2{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #660000;
	font-size: 16px;
	font-weight:bold;
}

.naslov{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight:bold;
	text-transform: uppercase;
}

.podnaslov{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.3em;
	line-height: normal;
	font-weight:bold;
	font-style: italic;
	font-variant: normal;
}

.naslovStranice{
	color: #222;
	font-size: 1.9em;
	line-height: 1.3em;
	text-align:left;
	font-weight:bold;
}

.img{
	border: none;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align:justify;
	padding-top:5px;
	font-style: normal;
}

.objavljeno{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	text-align:left;
}

.vise{
	width:540px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right: 10px;
	color:#222;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align:right;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-weight:bold;
}

a {
text-decoration:none;
border:none;
}

/* Layout Structure*/
/* *****************/
div#mainWrapper{
	width:780px;
	margin: 0 auto 0 auto;
}

div#header{
	background-image:url(images/header.jpg);
	width:100%;
	height:90px;
	margin-top:5px;
}

div#mainNavHolder{
	background-color:#666;
	height:30px;
	margin: 0 auto 0 auto;
	width:780px;
	margin-top: 5px;
}

div#mainNav{
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-variant: small-caps;
}

div#contentWrapper{
	width:780px;
	float:left;
	padding-top: 10px;
}

div#contentLeft{
	width:190px;
	float:left;
}

div#contentLeftPicture{
	width:190px;
	height:255px;
	margin-bottom:10px;
	padding-top:2px;
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	text-align:center;
}

div#contentLeftAddition{
	width:180px;
	margin-top:10px;
	padding-top:5px;
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align: left;
}
div#contentLeftAddition p {
	text-align: left;
}


div#banner{
	width:180px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:5px;

}

div#contentRight{
	width:575px;
	float:right;
/*	background-color:Yellow; /* KASNIJE IZBACITI*/
	margin-left:10px;
}

div#contentRightTop{
	width:100%;
	height:25px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	border-bottom: solid #600;
	border-bottom-width:thin;
}

div#contentRightBottom{
	width:100%;
/*	background-color:Red;/* KASNIJE IZBACITI*/
	float:left;
}

div#footerHolder{
	width: 780px;
	height: 60px;
	background-color:#666666;
	margin: 0 auto 0 auto;
}


div#bottomNav{
	color:#FFF;
	text-align:center;
	font-size:13px;
	padding-top:10px;
}

div#copyright{
	color:#FFF;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align:center;
	font-size:11px;
}

.clear{
	clear:both;
}


/* Site Styles */
/* *****************/
.naslovTop {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 23px;
	font-style: normal;
	color: #600;
	text-align: left;
	padding-top: 30px;
	padding-left: 110px;
	font-weight: bold;
	font-variant: normal;
}

div#mainNav ul{
	margin:0px;
	padding:0px;}

div#mainNav li{
	display:inline;
	text-align:center
}


#mainNav  li a{
	text-decoration: none;
	color: #FFF;

}

#mainNav  li a:hover{
	text-decoration: none;
	color:#FF0;
}

div#bottomNav li{
	display:inline;
	text-decoration:none;
}

div#bottomNav a{
	color: #FFF;
	text-decoration: none;
}

div#bottomNav a:hover{
	color: #FF0;
	text-decoration: none;
}


div#copyright a{
	color:#FFF;
	padding-top: 10px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	text-decoration:underline;
}


.vise a{
	color: #222;
	text-decoration: none;
	font-weight:bold;
}
.vise a:hover{
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
img{
	border:none;
}

.tablecenter{
	text-align:left;
}
.naslovTopSmanjeno {
	font-size: 18px;
	color: #900;
}
.istaknuto {
	font-style: italic;
	font-weight: bolder;
	color: #333;
}
