body {
	background-color: #FFFFFF;
	background-image: url('https://selr.bg.ac.rs/uploads/bg_new.jpg');
	background-repeat: repeat-x;
	background-attachment: 0;
}

#footer {
	/*color: #D6D6D6;
	background-color: #F6F4F4;
	background-image: url('https://selr.bg.ac.rs/uploads/footer.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center;*/
}

/*
	MAIN MENU
*/

#main_menu {
	background-image: url('https://selr.bg.ac.rs/');
	background-repeat: repeat;
}

a.mainmanu{
	color: #FFFFFF;
}

a:hover.mainmanu{
	color: #906417;
}

.main_menu_gradient {
	float: left;
}

.dropmenudiv {
	background-color: #313131;
}

.dropmenudiv a {
	color: #FFFFFF;
}

.dropmenudiv a:hover {
	background-color: #313131;
	color: #906417;
}



/*
	LEFT MENU
*/

#left_menu a.menuitem {
	color: #FFFFFF;
	background-image: url('https://selr.bg.ac.rs/uploads/left_menu1.gif');
}

#left_menu a:hover.menuitem {
	color: #FFFFFF;
	background: url('https://selr.bg.ac.rs/uploads/left_menu.gif');
}

#left_menu div.submenu ul li a {
	color: #363636;
	background: url('https://selr.bg.ac.rs/uploads/left_submenu1.gif');
}

#left_menu div.submenu ul li a:hover {
	color: #000000;
	background: url('https://selr.bg.ac.rs/uploads/left_submenu2.gif');
}



/*
	BUTTONS
*/

.buttons_black {
	color: #FFFFFF;
	background-image: url('https://selr.bg.ac.rs/uploads/button_black.gif');
}

.buttons_black:hover {
	color: #EBEBEB;
	background-image: url('https://selr.bg.ac.rs/uploads/black_button2.gif');
}


/* CSS Document - Important Note !!!
  In this document the structure of the site is defined.
  For all the problems caused by editing this document, we are not responsible.
  Changes of the name of the class or id name, may cause structural problems.
  Adding class with same name will cause problems.
  Making changes are recommended only to professionals.
  For your convenience, styles are defined starting from the top of the pages.
*/

/* ############## General Styles ###############*/
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Tahoma; /* All pages */
	font-size: 14px; /* All pages */
	color: #333333; /* All pages */
}

/* Headers */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0px; padding:0; display:inline;
	color: #333333;
}
 h2 {
 	font-family: "Times New Roman", Times, serif;
 	font-size: 20px;
 	font-weight: normal;
	color: #333;
	margin: 0px; padding:0; display:inline;
}
h3 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin: 0px; padding:0; display:inline;
}
h4 {
	color: #999999;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin: 0px; padding:0; display:inline;
}

h5 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0px; padding:0; display:inline;
}
h6 {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	margin: 0px; padding:0; display:inline;
}

/* Links */
a {color: #999999; font-size: 14px;}
a:hover {color:#000;}

/* Titles of Gallery and News pages */
.page_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding-bottom:20px;
}

/* Language links style */
a.language{
	color:#a6a6a6;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:20 5px;
}
a.language:hover{color:#666666;}


