/*
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

/*------------------------------------------------------------------------------------------------------*/
/* header stuff */
/*------------------------------------------------------------------------------------------------------*/

#header {
	background:url(slike/header.jpg) #4e6b8e center no-repeat;
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #636363;
}

#header h2 {
	padding-left:10px;
	padding-top: 15px;
	font-size:  15pt;
}

#header h1 {
	padding-left:10px;
	margin-top:-27px;
	font-size: 35pt;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/*------------------------------------------------------------------------------------------------------*/
/* horizontal menu */
/*------------------------------------------------------------------------------------------------------*/

#menu-h {
	background: url(slike/menu-h-bg.gif) #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float:left;
}

#menu-h a {
	font-size:12px;
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 7px 10px 0px 10px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	color:#003366;
}

/*------------------------------------------------------------------------------------------------------*/
/* main content container */
/*------------------------------------------------------------------------------------------------------*/

#main {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 10px;
	line-height: 1.7em;
}

#main h1{
	/*border-bottom: 3px solid #43648d;*/
	width: 100%;
	color: #43648d;
	font-size:25px;
}

#main h3, .newsTitle{
	border-bottom: 1px solid #43648d;
	width: 100%;
	color:#FF9900;
	font-size:15px;
	font-weight:bold;
}

#main h4
{
	font-size:14px;
	width: 100%;
	color:#FF9900;
	
}

/*------------------------------------------------------------------------------------------------------*/
/* main content */
/*------------------------------------------------------------------------------------------------------*/


#content {
	color: #5c738f;
	margin-bottom:100px;
}

#content560 {
	width: 560px;
	float: left;
	margin-right: 40px;
	color: #5c738f;
}


/*------------------------------------------------------------------------------------------------------*/
/*news content*/
/*------------------------------------------------------------------------------------------------------*/

#content p, .newsBody {
	font-size: 10pt;
}

.newsAbstract {
	font-size: 10pt;
	font-style:italic;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:3px;
}

.newsPublish
{
	color:#666666;
	font-size:10px;
	line-height: 15px;
	margin-top:30px;
}

.newsModify
{
	color:#666666;
	font-size:10px;
	line-height: 15px;
}

.appends
{
	border: 1px #43648d solid;
	padding: 5px;
	margin: 8px 0px 20px 0px;
	text-align:center;
	font-size:12px;
	line-height: 15px;
}

#news label
{
	color:#666666;
	font-size:12px;
}

#news input[type=text], textarea
{
	padding:3px;
	font-size:12px;
}



#content a {
	color: #43648d;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}


#content img {
	padding: 5px;
	border: 1px solid #5c738f;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top:15px;
	margin-bottom::15px;
}

/*------------------------------------------------------------------------------------------------------*/
/* sub menu */
/*------------------------------------------------------------------------------------------------------*/
#subManu
{
	border-top: 3px solid #43648d;
	border-bottom: 3px solid #43648d;
	/*background-color:#FF9900;*/
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}

#subManu ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#subManu li {
	float:left;
}

#subManu a {
	font-size:12px;
	height: 20px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0px 10px 0px 5px;
	color: #636363;
	text-decoration: none;
	border-bottom: none;
}

#subManu a:hover {
	color:#003366;
}



/*------------------------------------------------------------------------------------------------------*/
/* footer */
/*------------------------------------------------------------------------------------------------------*/

#footer {
	background:url(slike/footer.jpg) #4e6b8e center top no-repeat;
	/*background: #4e6b8e;*/
	height: 50px;
	color: #f8b832;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	margin-top: -65px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #fac353;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------*/
/* misc */
/*------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

/*------------------------------------------------------------------------------------------------------*/
/*news page navigator*/
/*------------------------------------------------------------------------------------------------------*/
#page_listener
{
	font-size:12px;
	margin-top:50px;
	margin-bottom:20px;
	display:block;
	text-align:center;
}
#page_listener a
{
	color:#999999;
	text-decoration: none;
	border:1px solid #999999;
	padding:5px;
}

#page_listener a:hover
{
	border:1px solid #999999;
	color:#003366;
}

.currect_num
{
	font-size:12px;
	color:#FFFFFF;
	background-color:#4e6b8e;
	border:1px solid #999999;
	padding:5px;
	font-weight:bold;
	font-style:normal;
}


/*------------------------------------------------------------------------------------------------------*/
/*news menu*/
/*------------------------------------------------------------------------------------------------------*/

.news_menu
{
	margin-top:10px;
	margin-bottom:5px;
	background-color:#4e6b8e;
}

.news_menu a
{
	color:#FFFFFF !important;
	font-weight:bolder;
	font-size:12px;
	text-decoration: none;
	margin-right:5px;
	margin-bottom:10px;
	padding: 20px 5px 5px 5px;
}

/*------------------------------------------------------------------------------------------------------*/
#usr_news_menu
{
	color:#0033FF;
	margin-top:10px;
	border-top:1px #0000FF solid;
	padding-top:5px;
}
#usr_news_menu a
{
	padding-right:3px;
	color:#0033FF;
	text-decoration:none;
	border-bottom: none;
}
#usr_news_menu a:hover
{
	border-bottom: none;
}


/*------------------------------------------------------------------------------------------------------*/
/*admin table*/
/*------------------------------------------------------------------------------------------------------*/

#login table, #userInfo table, #newsEdit table
{
	text-align:left;
	border: 1px #43648d solid;
	padding: 10px;
	line-height:15px;
}

#login table th, #userInfo table th, #newsEdit table th
{
	color:#FFFFFF;
	background-color:#4e6b8e;
	border: 1px #43648d solid;
	padding:5px;
}

#login table td, #userInfo table td, #userInfo label
{
	font-size:10px;
	padding:3px;
}

#userInfo table a, #newsEdit table a
{
	color:#0033FF;
	text-decoration:none;
}


/*------------------------------------------------------------------------------------------------------*/
/*messages*/
/*------------------------------------------------------------------------------------------------------*/
.message
{
	color:#3333FF;
	border:1px #43648d solid;
	padding:8px 5px 8px 60px;
	background:url(slike/ok.JPG) center left no-repeat;
}



.error
{
	color:#FF3333;
	border:1px #FF0000 solid;
	padding:8px 5px 8px 60px;
	background:url(slike/error.JPG) center left no-repeat;

}

.question
{
	color:#FF3333;
	text-decoration:none;
	border:1px #FF0000 solid;
	padding:8px 5px 8px 60px;
	background:url(slike/question2.JPG) center left no-repeat;
}
.question a
{
	color:#FF0000;
	text-decoration:none;
}




/*------------------------------------------------------------------------------------------------------*/
input[type="submit"]
{
	border:1px #000000 solid;
}

input[type="text"], input[type="password"], input[type="file"], select, input
{
	font-size:9px;
	padding:5px;
}
